LICENSE
MANIFEST.in
README.md
pyproject.toml
.agents/plugins/marketplace.json
.claude-plugin/marketplace.json
docs/MCP.md
docs/PLUGINS.md
integrations/claude/plugins/aictx/LICENSE
integrations/claude/plugins/aictx/README.md
integrations/claude/plugins/aictx/.claude-plugin/plugin.json
integrations/claude/plugins/aictx/skills/aictx/SKILL.md
integrations/cline/aictx.md
integrations/codex/plugins/aictx/LICENSE
integrations/codex/plugins/aictx/README.md
integrations/codex/plugins/aictx/.codex-plugin/plugin.json
integrations/codex/plugins/aictx/skills/aictx/SKILL.md
integrations/cursor/aictx.mdc
integrations/generic/aictx-agent-instructions.md
integrations/templates/agent-guidance.md
scripts/generate-agent-integrations.py
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/context_planner.py
src/aictx/continuity_view.py
src/aictx/contract_compliance.py
src/aictx/doctor.py
src/aictx/failure_memory.py
src/aictx/generated_paths.py
src/aictx/messages.py
src/aictx/portability.py
src/aictx/report.py
src/aictx/runner_integrations.py
src/aictx/runtime_capture.py
src/aictx/runtime_compact.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/cli/__init__.py
src/aictx/cli/__main__.py
src/aictx/continuity/__init__.py
src/aictx/continuity/explain.py
src/aictx/continuity/models.py
src/aictx/core_runtime/__init__.py
src/aictx/execution/__init__.py
src/aictx/execution/models.py
src/aictx/failures/__init__.py
src/aictx/integrations/__init__.py
src/aictx/integrations/mcp_config.py
src/aictx/mcp/__init__.py
src/aictx/mcp/permissions.py
src/aictx/mcp/prompts.py
src/aictx/mcp/resources.py
src/aictx/mcp/server.py
src/aictx/mcp/tools.py
src/aictx/middleware/__init__.py
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/runtime/__init__.py
src/aictx/templates/context_packet_schema.json
src/aictx/templates/model_routing.json
src/aictx/templates/user_preferences.json
tests/test_agent_plugins.py
tests/test_context_planner.py
tests/test_context_ranking.py
tests/test_continuity_brief.py
tests/test_continuity_context.py
tests/test_continuity_contract.py
tests/test_continuity_explain.py
tests/test_continuity_final_summary.py
tests/test_continuity_metrics.py
tests/test_continuity_storage.py
tests/test_continuity_summary.py
tests/test_continuity_view.py
tests/test_contract_compliance.py
tests/test_contract_gaps.py
tests/test_contract_structural_alignment.py
tests/test_copilot_integration.py
tests/test_cross_memory_reuse.py
tests/test_decision_load.py
tests/test_decision_memory.py
tests/test_doctor.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_mcp_cleanup.py
tests/test_mcp_install_init.py
tests/test_mcp_server.py
tests/test_mcp_tools.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_release_readiness.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_resume_command.py
tests/test_resume_repomap_entry_points.py
tests/test_reuse_confidence.py
tests/test_runtime_compact.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