LICENSE
README.md
pyproject.toml
assent/__init__.py
assent/__main__.py
assent/accept.py
assent/archive.py
assent/batch_accept.py
assent/batch_receipt.py
assent/batch_verification.py
assent/clean.py
assent/config.py
assent/contracts.py
assent/doctor.py
assent/engine.py
assent/folder_scheduler.py
assent/folder_source.py
assent/folder_verification.py
assent/folderdeps.py
assent/gitops.py
assent/init.py
assent/inspection.py
assent/lockfile.py
assent/pathops.py
assent/plan.py
assent/preflight.py
assent/reconcile.py
assent/reject.py
assent/rework.py
assent/terminal_log.py
assent/user_home.py
assent/verification.py
assent/verification_common.py
assent.egg-info/PKG-INFO
assent.egg-info/SOURCES.txt
assent.egg-info/dependency_links.txt
assent.egg-info/entry_points.txt
assent.egg-info/top_level.txt
assent/adapters/__init__.py
assent/adapters/antigravity.py
assent/adapters/claude.py
assent/adapters/codex.py
assent/adapters/process.py
assent/templates/AGENTS.md
assent/templates/assent.toml
assent/templates/format.md
assent/templates/instructions.md
assent/templates/verify.py
tests/test_accept.py
tests/test_accept_all.py
tests/test_accept_cli.py
tests/test_accept_receipt.py
tests/test_antigravity_adapter.py
tests/test_architecture.py
tests/test_archive.py
tests/test_batch_accept.py
tests/test_batch_receipt.py
tests/test_batch_verification.py
tests/test_claude_adapter.py
tests/test_clean.py
tests/test_codex_adapter.py
tests/test_config.py
tests/test_contracts.py
tests/test_doctor.py
tests/test_e2e.py
tests/test_engine.py
tests/test_engine_recovery.py
tests/test_engine_sessions.py
tests/test_folder_scheduler.py
tests/test_folderdeps.py
tests/test_git_integration.py
tests/test_gitops.py
tests/test_init.py
tests/test_inspection.py
tests/test_language_policy.py
tests/test_lockfile.py
tests/test_main.py
tests/test_plan.py
tests/test_preflight.py
tests/test_reconcile.py
tests/test_reject.py
tests/test_rework.py
tests/test_terminal_log.py
tests/test_verification.py
tests/test_verification_engine.py
tests/test_verify_template.py