Last verified: 2026-02-23 (UTC)
Tracked branch: localstate (/tmp/codingai-localstate)
This folder documents the current implementation state and operating model of CodingAI.
current-state.mdfor verified phase status and runtime findings.operations-runbook.mdfor install/run/troubleshooting and revalidation checks.agent-architecture-current.mdfor module and control-flow map.installation.mdfor fresh Debian CLI install steps.roadmap.mdfor phase progression (implemented + partial + pending phases).implementation-plan.mdfor open roadmap gaps and concrete implementation steps.versioning-policy.mdfor global docs versioning rules (optional for CodingAI, enforceable per workflow).migration-strategy-cleanup.mdfor strict naming cleanup and compatibility migration notes.
This docs refresh is based on live checks run against current code:
- Import/compile sanity passed (
python3 -m compileall -q ai-agent). - API smoke:
/health,/repos,/policies,/repo/<repo>/summary,/research. - Policy loading resolves from
ai-agent/config/policieswith no parse errors. - Local LLM endpoint status: not probed here; provider chain will fall back to OpenAI if configured.
current-state.md: implementation status by phase (1-21), known gaps, and observed runtime status.agent-architecture-current.md: end-to-end control flow and module map.strategy-mapping.md: adaptive test strategy detection and selection behavior.operations-runbook.md: operational procedures and API/runtime checks.installation.md: clean install + first-run setup for Debian CLI hosts.local-llm-setup.md: local model setup, fallback behavior, and telemetry controls.phase8-api-control-plane.md: FastAPI control plane endpoints and examples.phase9-web-ui-mvp.md: dashboard usage and controls.autonomy-improvements.md: strategy-memory autonomy and staged test-patch fallback.roadmap.md: phases 1–21 (current and future, includes governance/observability).implementation-plan.md: actionable plan for features not fully implemented yet.versioning-policy.md: versioning scheme (x1.x2.x3) and bump criteria.migration-strategy-cleanup.md: explicit migration steps for strict cleanup while preserving behavior.