docs: add the self-review prompt for running the pipeline on this repo - #222
Merged
Conversation
A reusable prompt for driving the full deep-audit pipeline on CodeCartographer itself over MCP, plus the reasoning behind each choice (all seven phases, no Broad-Side, PASS WITH GAPS allowed, report from the Defect Synthesis) and the cost to expect. CONTRIBUTING points at it as a periodic self-review distinct from per-release surface verification. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A reusable prompt for running CodeCartographer's full deep-audit pipeline on CodeCartographer itself, driven by a host LLM over MCP, at
docs/self-review-prompt.md.It produces an engineering review of the codebase and a first-hand account of driving the product — which is where the framework's own bugs tend to come from (#211, #212 and #216 all began as a model doing exactly this).
The file carries the prompt in a copyable block plus:
codecarto-mcp, resumable across sessions viastatus.yaml.codecarto/is both the template and the run's workspace, so prompt content is out of scopeporting's Defect Synthesis is the reconciled deliverable anddefect-scan-semanticneedscontracts/protocols; no Broad-Side;PASS WITH GAPSallowed so a host LLM neither stalls nor silently downgrades its own validationCONTRIBUTING gets a short "Self-review" subsection pointing at it, positioned as distinct from release surface verification.
Docs only; 696/696 tests pass.
🤖 Generated with Claude Code