LICENSE
MANIFEST.in
README.md
pyproject.toml
.agents/plugins/marketplace.json
.claude-plugin/marketplace.json
docs/AREA_MEMORY.md
docs/CLEANUP.md
docs/CNAME
docs/CONTINUITY_GUARD.md
docs/CONTINUITY_VIEW.md
docs/DEMO.md
docs/DOCTOR.md
docs/EXECUTION_CONTRACTS.md
docs/EXECUTION_SUMMARY.md
docs/FAILURE_MEMORY.md
docs/HANDOFFS.md
docs/INSTALLATION.md
docs/LIMITATIONS.md
docs/MCP.md
docs/OFFICIAL_PROJECT.md
docs/PLUGINS.md
docs/PORTABILITY.md
docs/QUICK-START.md
docs/QUICKSTART.html
docs/RELEASE_CHECKLIST.md
docs/REPOMAP.md
docs/SAFETY.md
docs/STEER_GUARD.md
docs/STRATEGY_MEMORY.md
docs/TECHNICAL_DOCUMENTATION.html
docs/TECHNICAL_OVERVIEW.md
docs/UPGRADE.md
docs/USAGE.md
docs/USER_MANUAL.html
docs/WORK_STATE.md
docs/_config.yml
docs/index.html
docs/llms-full.txt
docs/llms-small.txt
docs/llms.txt
docs/robots.txt
docs/sitemap.xml
docs/_layouts/default.html
docs/assets/github-stars.css
docs/assets/github-stars.js
docs/assets/css/docs.css
docs/compare/aictx-vs-agents-md.md
docs/compare/aictx-vs-chat-history.md
docs/compare/aictx-vs-long-context.md
docs/compare/aictx-vs-vector-database.md
docs/compare/coding-agent-continuity-approaches.md
docs/compare/index.md
docs/concepts/ai-coding-agent-memory.md
docs/concepts/failure-memory-for-coding-agents.md
docs/concepts/index.md
docs/concepts/local-memory-for-ai-coding-tools.md
docs/concepts/operational-memory.md
docs/concepts/repo-local-memory.md
docs/images/aictx-logo-nobackground.png
docs/images/aictx-logo.png
docs/images/aictx-runtime-flow.png
docs/images/continuity-view.png
docs/official/index.md
docs/use-cases/claude-code-memory.md
docs/use-cases/codex-memory.md
docs/use-cases/github-copilot-memory.md
docs/use-cases/index.md
docs/use-cases/shared-continuity-across-agents.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_guard.py
src/aictx/continuity_view.py
src/aictx/contract_compliance.py
src/aictx/doctor.py
src/aictx/entrypoint.py
src/aictx/failure_memory.py
src/aictx/generated_paths.py
src/aictx/lifecycle.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/steer_guard.py
src/aictx/strategy_memory.py
src/aictx/task_context.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/continuity/quality.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_guard.py
tests/test_continuity_metrics.py
tests/test_continuity_quality.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_lifecycle_status.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_steer_guard.py
tests/test_strategy_reuse.py
tests/test_task_command.py
tests/test_task_context_pack.py
tests/test_work_state.py
tests/test_work_state_runtime.py
tests/test_wrappers.py