feat: add creed validate command - #43
Conversation
🤖 Automated Review PanelThe panel reviewed the initial implementation. Both blocking findings were fixed in commit GPT-5.5 (openai/gpt-5.5)Blocking findings (addressed):
Suggestions retained: future coverage could add CLI-level exit-code/path rendering checks and explicit Gemini 3 Flash (google/gemini-3-flash-preview)Blocking findings (addressed):
Suggestions retained: future coverage could add HTTP/MCP envelope and CLI exit-code tests; a symlinked Post-fix verificationAll passed locally. |
Auto-Merge Gate rationaleConfidence: 0.92 The implementation directly fulfills COD-386: it exposes Checks observed: GitHub CI Test, Lint, and Secret Scan all succeeded. In an isolated checkout at Scope limits: no secrets, deployment/cutover, billing, destructive behavior, or manual-review marker detected. The linked Linear ticket's acceptance criteria are code/test criteria satisfied by this PR. |
Summary
Adds generated
creed validateacross CLI, MCP, and HTTP. It reports structured validation diagnostics for manifest/source health without writing outputs.Review follow-up
The review panel found strict-schema validation was missing and filesystem errors leaked checkout-specific paths. Both were fixed with regression coverage before this PR was opened.
Verification
All passed locally.
Closes COD-386