Original audit: 2026-07-19 (dev).
Status update: 2026-07-24.
This file is a historical + status record. Open work lives in the MVP plan.
CLI now accepts HTTP 202 and polls GET /validate/{id} (PR #64).
Tests use code_snippet / rule_id (PR #62).
Corrected to go fmt ./... (PR #61).
LLM clients lazy-loaded (PR #63).
Symlink to .specify/memory/constitution.md may still be empty/missing. Fix under docs hygiene / MVP docs sync.
Categorizer still stores/serves regex without test_pass / test_fail execution or ReDoS checks. Tracked under MVP A1 regex validation.
Backend py_check is green after pinning ruff/ty and adding [tool.ruff] (PR #73). Prefer project-pinned tools over floating uv tool install latest.