LICENSE
README.md
pyproject.toml
src/alphaverify/__init__.py
src/alphaverify/cli.py
src/alphaverify.egg-info/PKG-INFO
src/alphaverify.egg-info/SOURCES.txt
src/alphaverify.egg-info/dependency_links.txt
src/alphaverify.egg-info/entry_points.txt
src/alphaverify.egg-info/requires.txt
src/alphaverify.egg-info/top_level.txt
src/alphaverify/domain/__init__.py
src/alphaverify/domain/barrier.py
src/alphaverify/domain/combination.py
src/alphaverify/domain/features.py
src/alphaverify/domain/multiple_testing.py
src/alphaverify/domain/notation.py
src/alphaverify/domain/scoring.py
src/alphaverify/domain/shift.py
src/alphaverify/domain/tensor_runtime.py
src/alphaverify/domain/torch_features.py
src/alphaverify/domain/validation.py
src/alphaverify/infrastructure/__init__.py
src/alphaverify/infrastructure/artifact_history.py
src/alphaverify/infrastructure/artifact_io.py
src/alphaverify/infrastructure/market_data.py
src/alphaverify/infrastructure/scaffold.py
src/alphaverify/infrastructure/workspace.py
src/alphaverify/infrastructure/workspace_plugins.py
src/alphaverify/pipeline/__init__.py
src/alphaverify/pipeline/context.py
src/alphaverify/pipeline/reporting.py
src/alphaverify/pipeline/step_01_surface.py
src/alphaverify/pipeline/step_02_shift.py
src/alphaverify/pipeline/step_03_validation.py
src/alphaverify/pipeline/step_04_selection.py
src/alphaverify/pipeline/step_05_forecast.py
src/alphaverify/presentation/__init__.py
src/alphaverify/presentation/bin_figures.py
src/alphaverify/presentation/display.py
src/alphaverify/presentation/plot_style.py
src/alphaverify/presentation/workbooks.py
tests/test_architecture_boundaries.py
tests/test_forecast_pipeline.py
tests/test_scoring_parity.py
tests/test_selection_pipeline.py
tests/test_validation_pipeline.py
tests/test_workspace_data.py
workspaces/_shared/snapshots.py
workspaces/_shared/yahoo.py
workspaces/btc_daily/data.py
workspaces/btc_daily/plugin.py
workspaces/btc_daily/universe.json
workspaces/btc_hourly/data.py
workspaces/btc_hourly/universe.json
workspaces/nasdaq_daily/data.py
workspaces/nasdaq_daily/universe.json