CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
hamingja/__init__.py
hamingja/cli.py
hamingja/code_atlas.py
hamingja/config.default.json
hamingja/config.py
hamingja/hook_lifecycle.py
hamingja/ledger.py
hamingja/locator.py
hamingja/workflows.py
hamingja.egg-info/PKG-INFO
hamingja.egg-info/SOURCES.txt
hamingja.egg-info/dependency_links.txt
hamingja.egg-info/entry_points.txt
hamingja.egg-info/requires.txt
hamingja.egg-info/top_level.txt
hamingja/adapters/__init__.py
hamingja/adapters/_jsonl_tail.py
hamingja/adapters/capabilities.py
hamingja/adapters/delegation.py
hamingja/adapters/framework_progress.py
hamingja/adapters/operator_turn.py
hamingja/adapters/progress.py
hamingja/adapters/read_advisory.py
hamingja/adapters/claude_code/__init__.py
hamingja/adapters/claude_code/install.sh
hamingja/adapters/claude_code/quota.py
hamingja/adapters/claude_code/record.py
hamingja/adapters/claude_code/tripwire.py
hamingja/adapters/codex/__init__.py
hamingja/adapters/codex/install.sh
hamingja/adapters/codex/quota.py
hamingja/adapters/codex/record.py
hamingja/adapters/codex/tripwire.py
hamingja/adapters/generic/__init__.py
hamingja/core/__init__.py
hamingja/core/api.py
hamingja/core/audit.py
hamingja/core/budget.py
hamingja/core/delegation.py
hamingja/core/engine.py
hamingja/core/events.py
hamingja/core/progress.py
hamingja/core/state.py
hamingja/detectors/__init__.py
hamingja/detectors/base.py
hamingja/detectors/error_streak.py
hamingja/detectors/leverage_fallback.py
hamingja/detectors/oscillation.py
hamingja/detectors/python_command.py
hamingja/detectors/read_discipline.py
hamingja/detectors/repetition.py
hamingja/detectors/workflow_wrapper.py
hamingja/profiles/__init__.py
hamingja/profiles/base.md
hamingja/profiles/compiler_language.md
hamingja/profiles/debugging.md
hamingja/profiles/escalation.md
hamingja/profiles/non_convergence.md
hamingja/profiles/read_discipline.md
hamingja/profiles/review_passes.md
hamingja/templates/AGENTS.md
hamingja/templates/__init__.py
hamingja/templates/codex/AGENTS.md
hamingja/templates/codex/__init__.py
tests/_run.py
tests/test_adapter_progress.py
tests/test_api.py
tests/test_audit.py
tests/test_budget.py
tests/test_budget_task_types.py
tests/test_capabilities.py
tests/test_claude_budget_gate.py
tests/test_claude_install.py
tests/test_claude_quota.py
tests/test_cli.py
tests/test_code_atlas.py
tests/test_codex_adapter.py
tests/test_codex_budget_gate.py
tests/test_codex_quota.py
tests/test_config.py
tests/test_delegation_conformance.py
tests/test_delegation_lifecycle.py
tests/test_detectors.py
tests/test_engine.py
tests/test_events.py
tests/test_framework_progress.py
tests/test_init.py
tests/test_install.py
tests/test_locator.py
tests/test_operator_turn.py
tests/test_oscillation.py
tests/test_progress_credit.py
tests/test_python_command.py
tests/test_read_discipline.py
tests/test_recovery.py
tests/test_release_readiness.py
tests/test_state.py
tests/test_workflows.py