LICENSE
README.md
pyproject.toml
src/ait/__init__.py
src/ait/adapter_doctor.py
src/ait/adapter_models.py
src/ait/adapter_registry.py
src/ait/adapter_resources.py
src/ait/adapter_setup.py
src/ait/adapter_wrapper.py
src/ait/adapters.py
src/ait/agent_errors.py
src/ait/agent_state.py
src/ait/aider_capture.py
src/ait/app.py
src/ait/cleanup.py
src/ait/cli_helpers.py
src/ait/cli_installation.py
src/ait/cli_main.py
src/ait/cli_parser.py
src/ait/config.py
src/ait/context.py
src/ait/cursor_capture.py
src/ait/daemon.py
src/ait/daemon_lifecycle.py
src/ait/daemon_models.py
src/ait/daemon_reaper.py
src/ait/daemon_state.py
src/ait/daemon_transport.py
src/ait/decision_codes.py
src/ait/decision_report.py
src/ait/dev_server.py
src/ait/events.py
src/ait/harness.py
src/ait/hooks.py
src/ait/idresolver.py
src/ait/ids.py
src/ait/integration.py
src/ait/landing.py
src/ait/lifecycle.py
src/ait/local_artifacts.py
src/ait/memory_eval.py
src/ait/memory_policy.py
src/ait/merge.py
src/ait/next_action.py
src/ait/outcome.py
src/ait/policy.py
src/ait/protocol.py
src/ait/python_env.py
src/ait/reconcile.py
src/ait/recovery.py
src/ait/redaction.py
src/ait/repo.py
src/ait/resume.py
src/ait/review.py
src/ait/review_adapter.py
src/ait/review_baseline.py
src/ait/review_benchmark.py
src/ait/review_parser.py
src/ait/review_policy.py
src/ait/review_queue.py
src/ait/review_report.py
src/ait/run_report.py
src/ait/runner.py
src/ait/runner_context.py
src/ait/runner_pty.py
src/ait/runner_semantics.py
src/ait/runner_transcript.py
src/ait/shell_integration.py
src/ait/transcript.py
src/ait/transcript_llm.py
src/ait/transcript_store.py
src/ait/transcript_summarizer.py
src/ait/verifier.py
src/ait/workspace.py
src/ait/workspace_lease.py
src/ait/brain/__init__.py
src/ait/brain/common.py
src/ait/brain/graph.py
src/ait/brain/models.py
src/ait/brain/query.py
src/ait/brain/render.py
src/ait/brain/setup.py
src/ait/cli/__init__.py
src/ait/cli/__main__.py
src/ait/cli/_shared.py
src/ait/cli/adapter.py
src/ait/cli/adapter_helpers.py
src/ait/cli/apply.py
src/ait/cli/attempt.py
src/ait/cli/cleanup.py
src/ait/cli/cleanup_helpers.py
src/ait/cli/config.py
src/ait/cli/daemon.py
src/ait/cli/dev.py
src/ait/cli/graph.py
src/ait/cli/hint_helpers.py
src/ait/cli/init.py
src/ait/cli/init_helpers.py
src/ait/cli/intent.py
src/ait/cli/main.py
src/ait/cli/memory.py
src/ait/cli/memory_helpers.py
src/ait/cli/merge.py
src/ait/cli/next.py
src/ait/cli/query.py
src/ait/cli/query_helpers.py
src/ait/cli/reconcile.py
src/ait/cli/recover.py
src/ait/cli/resume.py
src/ait/cli/review.py
src/ait/cli/run.py
src/ait/cli/runtime_helpers.py
src/ait/cli/shell.py
src/ait/cli/status_helpers.py
src/ait/cli/upgrade.py
src/ait/cli/whereami.py
src/ait/db/__init__.py
src/ait/db/core.py
src/ait/db/core_repositories.py
src/ait/db/memory_repositories.py
src/ait/db/records.py
src/ait/db/repositories.py
src/ait/db/review_repositories.py
src/ait/db/schema.py
src/ait/memory/__init__.py
src/ait/memory/candidates.py
src/ait/memory/common.py
src/ait/memory/eval.py
src/ait/memory/facts.py
src/ait/memory/importers.py
src/ait/memory/lint.py
src/ait/memory/models.py
src/ait/memory/notes.py
src/ait/memory/recall.py
src/ait/memory/render.py
src/ait/memory/repository.py
src/ait/memory/search.py
src/ait/memory/summary.py
src/ait/memory/temporal.py
src/ait/query/__init__.py
src/ait/query/blame.py
src/ait/query/executor.py
src/ait/query/fields.py
src/ait/query/models.py
src/ait/query/parser.py
src/ait/report/__init__.py
src/ait/report/graph.py
src/ait/report/html.py
src/ait/report/shared.py
src/ait/report/text.py
src/ait/resources/claude-code/claude-code-settings.json
src/ait/resources/claude-code/claude_code_hook.py
src/ait/resources/codex/codex-hooks.json
src/ait/resources/codex/codex_hook.py
src/ait/resources/gemini/gemini-settings.json
src/ait/resources/gemini/gemini_hook.py
src/ait_vcs.egg-info/PKG-INFO
src/ait_vcs.egg-info/SOURCES.txt
src/ait_vcs.egg-info/dependency_links.txt
src/ait_vcs.egg-info/entry_points.txt
src/ait_vcs.egg-info/top_level.txt
tests/test_adapters.py
tests/test_agent_first_workflow.py
tests/test_aider_capture.py
tests/test_app_flow.py
tests/test_brain.py
tests/test_claude_code_hook.py
tests/test_cleanup.py
tests/test_cli_adapters.py
tests/test_cli_attempt_list.py
tests/test_cli_resume.py
tests/test_cli_review.py
tests/test_cli_review_adversarial.py
tests/test_cli_run.py
tests/test_cli_run_review.py
tests/test_cli_shell.py
tests/test_codex_hook.py
tests/test_concurrency.py
tests/test_config.py
tests/test_context.py
tests/test_cursor_capture.py
tests/test_daemon_concurrency.py
tests/test_daemon_e2e.py
tests/test_daemon_lifecycle.py
tests/test_daemon_reaper.py
tests/test_daemon_verifier_threads.py
tests/test_db_migrations.py
tests/test_db_repositories.py
tests/test_dev_server.py
tests/test_events.py
tests/test_gemini_hook.py
tests/test_harness.py
tests/test_hooks.py
tests/test_idresolver.py
tests/test_ids.py
tests/test_init_shell_install.py
tests/test_integration.py
tests/test_landing.py
tests/test_lifecycle.py
tests/test_local_artifacts.py
tests/test_memory.py
tests/test_memory_security.py
tests/test_outcome.py
tests/test_protocol.py
tests/test_protocol_transport.py
tests/test_query.py
tests/test_reconcile.py
tests/test_redaction.py
tests/test_refactor_smoke.py
tests/test_repo.py
tests/test_review_adapter_config.py
tests/test_review_baseline.py
tests/test_review_benchmark.py
tests/test_review_consensus.py
tests/test_review_db.py
tests/test_review_findings.py
tests/test_review_freshness.py
tests/test_review_gate.py
tests/test_review_gate_hardening.py
tests/test_review_parser.py
tests/test_review_policy.py
tests/test_review_profiles.py
tests/test_review_prompt.py
tests/test_review_query.py
tests/test_review_query_dsl.py
tests/test_review_queue.py
tests/test_review_queue_worker.py
tests/test_review_status.py
tests/test_runner.py
tests/test_shell_integration.py
tests/test_transcript.py
tests/test_transcript_llm.py
tests/test_transcript_store.py
tests/test_transcript_summarizer.py
tests/test_workspace.py