CHANGELOG.md
MANIFEST.in
README.md
acf.py
pyproject.toml
ai_context_framework/__init__.py
ai_context_framework/cli.py
ai_context_framework/constants.py
ai_context_framework/context_budget.py
ai_context_framework/front_matter.py
ai_context_framework/git_support.py
ai_context_framework/json_contract.py
ai_context_framework/locks.py
ai_context_framework/markdown.py
ai_context_framework/markers.py
ai_context_framework/models.py
ai_context_framework/observability.py
ai_context_framework/paths.py
ai_context_framework/runtime.py
ai_context_framework/tables.py
ai_context_framework/templates.py
ai_context_framework/version.py
ai_context_framework/worktree_artifacts.py
ai_context_framework/worktree_collision.py
ai_context_framework/worktree_merge_contracts.py
ai_context_framework/worktree_resilient_merge.py
ai_context_framework/worktree_retry.py
ai_context_framework/worktree_service.py
ai_context_framework/worktree_status.py
ai_context_framework.egg-info/PKG-INFO
ai_context_framework.egg-info/SOURCES.txt
ai_context_framework.egg-info/dependency_links.txt
ai_context_framework.egg-info/entry_points.txt
ai_context_framework.egg-info/top_level.txt
ai_context_framework/commands/__init__.py
ai_context_framework/commands/archive.py
ai_context_framework/commands/continuation.py
ai_context_framework/commands/decisions.py
ai_context_framework/commands/doctor.py
ai_context_framework/commands/edit_link.py
ai_context_framework/commands/feedback.py
ai_context_framework/commands/human.py
ai_context_framework/commands/init_upgrade.py
ai_context_framework/commands/knowledge.py
ai_context_framework/commands/links.py
ai_context_framework/commands/log.py
ai_context_framework/commands/log_inventory.py
ai_context_framework/commands/new_context.py
ai_context_framework/commands/next_status.py
ai_context_framework/commands/plan_task.py
ai_context_framework/commands/review_audit_curate.py
ai_context_framework/commands/status_check.py
ai_context_framework/commands/versioning.py
ai_context_framework/commands/worklog.py
ai_context_framework/commands/workstream.py
ai_context_framework/commands/workstream_reserve.py
ai_context_framework/commands/worktree.py
ai_context_framework/domains/__init__.py
ai_context_framework/domains/tasks.py
ai_context_framework/domains/upgrade_audit.py
ai_context_framework/runtime_parts/__init__.py
ai_context_framework/runtime_parts/archive_workstream.py
ai_context_framework/runtime_parts/check.py
ai_context_framework/runtime_parts/core.py
ai_context_framework/runtime_parts/doctor.py
ai_context_framework/runtime_parts/knowledge_review.py
ai_context_framework/runtime_parts/objects.py
ai_context_framework/runtime_parts/plan_task.py
ai_context_framework/runtime_parts/upgrade.py
ai_context_framework/validators/__init__.py
ai_context_framework/validators/checks.py
ai_context_framework/validators/template_checks.py
docs/Worktree_Lifecycle.md
scripts/install_acf.ps1
scripts/install_acf.sh
scripts/release_check.py
scripts/update_acf.ps1
scripts/update_acf.sh
scripts/worktree_release_smoke.py
template/AGENTS.md
template/active/Context.md
template/active/Current_Task.md
template/active/Feedback_Inbox.md
template/active/Task_Plan.md
template/archive/.gitkeep
template/archive/Archive_Index.md
template/archive/feedback/.gitkeep
template/archive/plans/.gitkeep
template/archive/tasks/.gitkeep
template/decisions/ADR-0001-template.md
template/human/Human_Index.md
template/human/Human_Notes.md
template/human/reports/.gitkeep
template/human/weekly/.gitkeep
template/reference/Architecture.md
template/reference/Context_Curation_Prompt.md
template/reference/Decisions_Index.md
template/reference/Knowledge_Index.md
template/reference/Project_Brief.md
template/reference/Sources_Index.md
template/reference/System_Manual.md
template/reference/Tech_Context.md
template/reference/knowledge/.gitkeep
template/reference/sources/.gitkeep
template/rules/Agent_Requested.md
template/rules/Always_Active.md
template/rules/Coding_Rules.md
template/rules/Manual_Only.md
template/rules/Project_Rules.md
template/rules/Review_Rules.md
template/rules/Rules_Index.md
template/rules/Writing_Rules.md
template/worklog/Worklog_Index.md
template/worklog/daily/YYYY-MM-DD.md
template/worklog/knowledge-drafts/.gitkeep
tests/test_cli.py
tests/test_context_matrix.py
tests/test_context_routing.py
tests/test_continuation_cli.py
tests/test_entrypoint_smoke.py
tests/test_log_inventory.py
tests/test_package_skeleton.py
tests/test_upgrade_audit.py
tests/test_upgrade_matrix.py
tests/test_worktree_artifacts.py
tests/test_worktree_cli.py
tests/test_worktree_collision.py
tests/test_worktree_merge_contracts.py
tests/test_worktree_resilient_merge.py
tests/test_worktree_retry.py
tests/test_worktree_status.py
tests/worktree_scenarios.py