LICENSE
README.md
pyproject.toml
src/ait/__init__.py
src/ait/adapters.py
src/ait/app.py
src/ait/brain.py
src/ait/cli.py
src/ait/config.py
src/ait/context.py
src/ait/daemon.py
src/ait/daemon_transport.py
src/ait/events.py
src/ait/harness.py
src/ait/hooks.py
src/ait/idresolver.py
src/ait/ids.py
src/ait/lifecycle.py
src/ait/memory.py
src/ait/memory_policy.py
src/ait/protocol.py
src/ait/query.py
src/ait/reconcile.py
src/ait/redaction.py
src/ait/repo.py
src/ait/runner.py
src/ait/shell_integration.py
src/ait/verifier.py
src/ait/workspace.py
src/ait/db/__init__.py
src/ait/db/core.py
src/ait/db/repositories.py
src/ait/db/schema.py
src/ait/resources/claude-code/claude-code-settings.json
src/ait/resources/claude-code/claude_code_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_app_flow.py
tests/test_brain.py
tests/test_claude_code_hook.py
tests/test_cli_adapters.py
tests/test_cli_run.py
tests/test_cli_shell.py
tests/test_config.py
tests/test_context.py
tests/test_daemon_concurrency.py
tests/test_daemon_reaper.py
tests/test_db_migrations.py
tests/test_db_repositories.py
tests/test_events.py
tests/test_harness.py
tests/test_hooks.py
tests/test_idresolver.py
tests/test_lifecycle.py
tests/test_memory.py
tests/test_protocol.py
tests/test_protocol_transport.py
tests/test_query.py
tests/test_reconcile.py
tests/test_repo.py
tests/test_runner.py
tests/test_shell_integration.py
tests/test_workspace.py