LICENSE
README.md
pyproject.toml
src/aictx/__init__.py
src/aictx/__main__.py
src/aictx/_version.py
src/aictx/adapters.py
src/aictx/agent_runtime.py
src/aictx/area_memory.py
src/aictx/cleanup.py
src/aictx/cli.py
src/aictx/continuity.py
src/aictx/core_runtime.py
src/aictx/failure_memory.py
src/aictx/messages.py
src/aictx/middleware.py
src/aictx/portability.py
src/aictx/report.py
src/aictx/runner_integrations.py
src/aictx/runtime_capture.py
src/aictx/runtime_compat.py
src/aictx/runtime_contract.py
src/aictx/runtime_cost.py
src/aictx/runtime_failure.py
src/aictx/runtime_graph.py
src/aictx/runtime_io.py
src/aictx/runtime_knowledge.py
src/aictx/runtime_launcher.py
src/aictx/runtime_memory.py
src/aictx/runtime_metrics.py
src/aictx/runtime_task_memory.py
src/aictx/runtime_tasks.py
src/aictx/runtime_versioning.py
src/aictx/scaffold.py
src/aictx/state.py
src/aictx/strategy_memory.py
src/aictx/work_state.py
src/aictx.egg-info/PKG-INFO
src/aictx.egg-info/SOURCES.txt
src/aictx.egg-info/dependency_links.txt
src/aictx.egg-info/entry_points.txt
src/aictx.egg-info/requires.txt
src/aictx.egg-info/top_level.txt
src/aictx/repo_map/__init__.py
src/aictx/repo_map/config.py
src/aictx/repo_map/discovery.py
src/aictx/repo_map/index.py
src/aictx/repo_map/manifest.py
src/aictx/repo_map/models.py
src/aictx/repo_map/paths.py
src/aictx/repo_map/provider.py
src/aictx/repo_map/query.py
src/aictx/repo_map/refresh.py
src/aictx/repo_map/setup.py
src/aictx/repo_map/tree_sitter_provider.py
src/aictx/templates/context_packet_schema.json
src/aictx/templates/model_routing.json
src/aictx/templates/user_preferences.json
tests/test_context_ranking.py
tests/test_continuity_brief.py
tests/test_continuity_context.py
tests/test_continuity_contract.py
tests/test_continuity_final_summary.py
tests/test_continuity_metrics.py
tests/test_continuity_storage.py
tests/test_continuity_summary.py
tests/test_cross_memory_reuse.py
tests/test_decision_load.py
tests/test_decision_memory.py
tests/test_error_events.py
tests/test_failure_aware_context.py
tests/test_failure_memory_upgrade.py
tests/test_handoff_load.py
tests/test_handoff_memory.py
tests/test_handoff_operational.py
tests/test_memory_hygiene.py
tests/test_messages.py
tests/test_next_command.py
tests/test_portability.py
tests/test_real_usage_quality.py
tests/test_repomap_artifacts.py
tests/test_repomap_cli.py
tests/test_repomap_continuity.py
tests/test_repomap_discovery.py
tests/test_repomap_incremental.py
tests/test_repomap_init.py
tests/test_repomap_install.py
tests/test_repomap_prepare.py
tests/test_repomap_provider.py
tests/test_repomap_query.py
tests/test_repomap_refresh.py
tests/test_repomap_report.py
tests/test_reuse_confidence.py
tests/test_semantic_repo_load.py
tests/test_semantic_repo_memory.py
tests/test_session_identity.py
tests/test_smoke.py
tests/test_staleness.py
tests/test_startup_banner.py
tests/test_strategy_reuse.py
tests/test_task_command.py
tests/test_work_state.py
tests/test_work_state_runtime.py
tests/test_wrappers.py