README.md
pyproject.toml
src/akiforge/__init__.py
src/akiforge/__main__.py
src/akiforge/cli.py
src/akiforge/errors.py
src/akiforge/package_identity.py
src/akiforge/package_resources.py
src/akiforge/renderers.py
src/akiforge/server.py
src/akiforge/version.py
src/akiforge.egg-info/PKG-INFO
src/akiforge.egg-info/SOURCES.txt
src/akiforge.egg-info/dependency_links.txt
src/akiforge.egg-info/entry_points.txt
src/akiforge.egg-info/top_level.txt
src/akiforge/adapters/__init__.py
src/akiforge/adapters/generator.py
src/akiforge/application/__init__.py
src/akiforge/application/adapters.py
src/akiforge/application/context.py
src/akiforge/application/contracts.py
src/akiforge/application/doctor.py
src/akiforge/application/hooks.py
src/akiforge/application/migrations.py
src/akiforge/application/models.py
src/akiforge/application/operations.py
src/akiforge/application/preflight.py
src/akiforge/application/project.py
src/akiforge/application/results.py
src/akiforge/application/status.py
src/akiforge/application/tools.py
src/akiforge/application/update_engine.py
src/akiforge/config/__init__.py
src/akiforge/config/paths.py
src/akiforge/dashboard/__init__.py
src/akiforge/dashboard/server.py
src/akiforge/models/__init__.py
src/akiforge/models/profiles.py
src/akiforge/policy/__init__.py
src/akiforge/policy/commands.py
src/akiforge/policy/contracts.py
src/akiforge/policy/resources.py
src/akiforge/project/__init__.py
src/akiforge/project/adoption.py
src/akiforge/project/backups.py
src/akiforge/project/codex_config.py
src/akiforge/project/compatibility.py
src/akiforge/project/contract_migration.py
src/akiforge/project/detection.py
src/akiforge/project/discovery.py
src/akiforge/project/lock.py
src/akiforge/project/managed_files.py
src/akiforge/project/migration_registry.py
src/akiforge/project/migrations.py
src/akiforge/project/profile.py
src/akiforge/project/references.py
src/akiforge/project/upgrade.py
src/akiforge/resources/__init__.py
src/akiforge/resources/foundation-v1.json
src/akiforge/resources/manifest.json
src/akiforge/resources/ownership-v1.json
src/akiforge/resources/canonical/command-policy.json
src/akiforge/resources/canonical/metadata.json
src/akiforge/resources/canonical/policy.json
src/akiforge/resources/canonical/adapters/manifest.json
src/akiforge/resources/canonical/adapters/hooks/README.md
src/akiforge/resources/canonical/adapters/hooks/_akiforge_runtime.py
src/akiforge/resources/canonical/adapters/hooks/post_tool_use_review.py
src/akiforge/resources/canonical/adapters/hooks/pre_tool_use_policy.py
src/akiforge/resources/canonical/adapters/hooks/session_end_finalize_run.py
src/akiforge/resources/canonical/adapters/hooks/stop_finalize_run.py
src/akiforge/resources/canonical/adapters/templates/codex-agent.toml.tmpl
src/akiforge/resources/canonical/adapters/templates/opencode-agent.md.tmpl
src/akiforge/resources/canonical/adapters/templates/opencode-command.md.tmpl
src/akiforge/resources/canonical/adapters/templates/opencode.jsonc.tmpl
src/akiforge/resources/canonical/adapters/templates/skill-agent.yaml.tmpl
src/akiforge/resources/canonical/adapters/templates/skill.md.tmpl
src/akiforge/resources/canonical/external-tools/catalog.json
src/akiforge/resources/canonical/external-tools/graphify.json
src/akiforge/resources/canonical/model-profiles/gpt-dev-balanced.json
src/akiforge/resources/canonical/model-profiles/gpt-dev-deep.json
src/akiforge/resources/canonical/model-profiles/openweight-inherit.json
src/akiforge/resources/canonical/profiles/codex.json
src/akiforge/resources/canonical/profiles/execution.json
src/akiforge/resources/canonical/profiles/local-model.json
src/akiforge/resources/canonical/profiles/opencode.json
src/akiforge/resources/canonical/project-migrations/project-contract-0.1-to-0.2.json
src/akiforge/resources/canonical/project-migrations/registry.json
src/akiforge/resources/canonical/roles/architect.json
src/akiforge/resources/canonical/roles/implementer.json
src/akiforge/resources/canonical/roles/reviewer.json
src/akiforge/resources/canonical/workflows/graph-map.json
src/akiforge/resources/canonical/workflows/high.json
src/akiforge/resources/canonical/workflows/normal.json
src/akiforge/resources/canonical/workflows/plan-feature.json
src/akiforge/resources/canonical/workflows/review-feature.json
src/akiforge/resources/canonical/workflows/ship-feature.json
src/akiforge/resources/canonical/workflows/tiny.json
src/akiforge/resources/dashboard/app.js
src/akiforge/resources/dashboard/index.html
src/akiforge/resources/dashboard/styles.css
src/akiforge/resources/managed/manifest-v1.json
src/akiforge/resources/managed/core/AGENTS.md
src/akiforge/resources/managed/core/harness.gitignore
src/akiforge/resources/managed/core/justfile
src/akiforge/resources/managed/rules/backend.md
src/akiforge/resources/managed/rules/context-efficiency.md
src/akiforge/resources/managed/rules/database.md
src/akiforge/resources/managed/rules/deployment.md
src/akiforge/resources/managed/rules/frontend.md
src/akiforge/resources/managed/rules/review.md
src/akiforge/resources/managed/rules/security.md
src/akiforge/resources/managed/rules/testing.md
src/akiforge/resources/schemas/adoption-plan-result-v1.schema.json
src/akiforge/resources/schemas/adoption-plan-v1.schema.json
src/akiforge/resources/schemas/adoption-result-v1.schema.json
src/akiforge/resources/schemas/codex-configuration-result-v1.schema.json
src/akiforge/resources/schemas/contract-validation-result-v1.schema.json
src/akiforge/resources/schemas/diagnostic-catalog-v1.json
src/akiforge/resources/schemas/doctor-result-v1.schema.json
src/akiforge/resources/schemas/external-tool-catalog-v1.schema.json
src/akiforge/resources/schemas/external-tool-declaration-v1.schema.json
src/akiforge/resources/schemas/external-tool-spec-v1.schema.json
src/akiforge/resources/schemas/external-tool-state-v1.schema.json
src/akiforge/resources/schemas/operation-registry-v1.schema.json
src/akiforge/resources/schemas/operation-result-v1.schema.json
src/akiforge/resources/schemas/ownership-contract-v1.schema.json
src/akiforge/resources/schemas/preflight-result-v1.schema.json
src/akiforge/resources/schemas/project-detection-result-v1.schema.json
src/akiforge/resources/schemas/project-lock-v1.schema.json
src/akiforge/resources/schemas/project-migration-registry-v1.schema.json
src/akiforge/resources/schemas/project-migration-result-v1.schema.json
src/akiforge/resources/schemas/project-migration-spec-v1.schema.json
src/akiforge/resources/schemas/project-profile-v1.schema.json
src/akiforge/resources/schemas/project-result-v1.schema.json
src/akiforge/resources/schemas/schema-catalog-v1.json
src/akiforge/resources/schemas/status-result-v1.schema.json
src/akiforge/resources/schemas/tool-doctor-result-v1.schema.json
src/akiforge/resources/schemas/tool-list-result-v1.schema.json
src/akiforge/resources/schemas/tool-show-result-v1.schema.json
src/akiforge/resources/schemas/update-check-result-v1.schema.json
src/akiforge/resources/schemas/upgrade-plan-result-v1.schema.json
src/akiforge/resources/schemas/verification-report-v1.schema.json
src/akiforge/resources/schemas/verification-result-v1.schema.json
src/akiforge/runtime/__init__.py
src/akiforge/runtime/models.py
src/akiforge/runtime/service.py
src/akiforge/tooling/__init__.py
src/akiforge/tooling/configuration.py
src/akiforge/tooling/models.py
src/akiforge/tooling/probes.py
src/akiforge/tooling/readiness.py
src/akiforge/tooling/registry.py
src/akiforge/tooling/state.py
src/akiforge/tooling/validation.py
src/akiforge/verification/__init__.py
src/akiforge/verification/models.py
src/akiforge/verification/report.py
src/akiforge/verification/service.py
tests/test_adapters.py
tests/test_cli_commands.py
tests/test_codex_hooks.py
tests/test_command_policy.py
tests/test_detect_project.py
tests/test_migrate_project.py
tests/test_model_eval.py
tests/test_model_profiles.py
tests/test_package_cli.py
tests/test_phase00_architecture_contracts.py
tests/test_phase01_external_tool_catalog.py
tests/test_phase02_context.py
tests/test_phase02_project_tool_declarations.py
tests/test_phase02_readonly.py
tests/test_phase03_runtime.py
tests/test_phase03_tool_readiness.py
tests/test_phase03_verification.py
tests/test_phase04_adapters_models.py
tests/test_phase04_preflight_status.py
tests/test_phase05_agent_adapter_guidance.py
tests/test_phase05_project_upgrade.py
tests/test_phase06_legacy_adoption.py
tests/test_phase07_engine_update.py
tests/test_phase07_toolchain_release.py
tests/test_phase08_interface_contracts.py
tests/test_phase09_optional_dashboard.py
tests/test_phase09_publication.py
tests/test_phase10_release_readiness.py
tests/test_phase11_documentation.py
tests/test_phase12_project_detection.py
tests/test_phase13_thin_contract.py
tests/test_phase14_customization_compatibility.py
tests/test_phase15_runtime_resilience.py
tests/test_phase16_release_hardening.py
tests/test_phase17_synthetic_migrations.py
tests/test_phase18_migration_public_distribution_bridge.py
tests/test_phase18_real_project_pilot.py
tests/test_policy_provider.py
tests/test_project_runtime.py
tests/test_run_manager.py
tests/test_run_project_check.py
tests/test_sync_harness.py