.gitignore
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.claude/skills/election-forecast
.github/workflows/ci.yml
.github/workflows/publish.yml
src/kronikas/__init__.py
src/kronikas/backtesting.py
src/kronikas/cli.py
src/kronikas/config.py
src/kronikas/data.py
src/kronikas/diagnostics.py
src/kronikas/forecast.py
src/kronikas/model.py
src/kronikas/py.typed
src/kronikas.egg-info/PKG-INFO
src/kronikas.egg-info/SOURCES.txt
src/kronikas.egg-info/dependency_links.txt
src/kronikas.egg-info/entry_points.txt
src/kronikas.egg-info/requires.txt
src/kronikas.egg-info/scm_file_list.json
src/kronikas.egg-info/scm_version.json
src/kronikas.egg-info/top_level.txt
src/kronikas/guided/__init__.py
src/kronikas/guided/form.py
src/kronikas/guided/report.py
src/kronikas/guided/runner.py
src/kronikas/guided/settings.py
src/kronikas/guided/skill.py
src/kronikas/skill/SKILL.md
src/kronikas/skill/assets/forecast.example.yaml
src/kronikas/skill/assets/forecast.template.yaml
src/kronikas/skill/assets/polls.example.csv
src/kronikas/skill/references/interpreting.md
src/kronikas/skill/references/interview.md
src/kronikas/skill/references/settings.md
src/kronikas/skill/references/setup.md
src/kronikas/skill/references/troubleshooting.md
src/kronikas/skill/scripts/setup_kronikas.sh
tests/__init__.py
tests/conftest.py
tests/test_backtesting.py
tests/test_cli.py
tests/test_data.py
tests/test_data_sources.py
tests/test_diagnostics.py
tests/test_forecast.py
tests/test_guided_workflow.py
tests/test_kronikas.py
tests/test_model.py
tests/test_priors.py
tests/test_result_api.py
tests/test_shared_bias.py
tests/test_timegrid.py