Convergent Coding positioning + blueprint gap detection and scaffolding#2
Merged
Merged
Conversation
Tagline: spec is the output, not the input. README leads with the positioning, references/CONVERGENT_CODING.md defines the idea (the explore-ratify-converge loop, what it borrows from SDD/TDD/DDD/ cybernetics, five design commitments), and the install template anchors the principle for agents. Co-authored-by: v0 <it+v0agent@vercel.com>
check and done now surface missing/stale diagrams (4 layers, 11 classes) detected from real code signals. New 'coderail blueprint --scaffold' creates Mermaid stubs under docs/blueprints/ and updates the index to planned. Template AGENTS.md instructs agents to ratify diagrams from built code and mark stale rows in the same commit. Co-authored-by: v0 <it+v0agent@vercel.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What changed
Convergent Coding positioning
Blueprint gap detection + one-command scaffolding (4 layers / 11 diagram classes)
checkanddonenow watch the codebase shape: when a backend, database schema, Dockerfile, or CI config appears, they print a plain-language== Blueprints ==notice listing the diagrams the project now needs.coderail blueprint --scaffold: creates small Mermaid stubs underdocs/blueprints/for every missing required/stale diagram and updates thedocs/BLUEPRINTS.mdindex rows toplannedwith path and date.stalein the same commit.Verification
currentclears the notice; minimal project triggers nothing.Co-authored-by: v0 it+v0agent@vercel.com