feat(guidelines): existence is not reachability — trace the current shape with the real input - #37
Merged
Merged
Conversation
…hape with the real input Reported from a real /visualize + /pressure-test run: the agent anchored every node to an honest file:line and still drew a connect flow that cannot happen today. The handler exists; the registry lookup for the concrete key fails inside it. Every rule as written was satisfied, so the hole was in the rules. - /visualize: the "draw the current shape" bullet now says to carry the real input through every lookup, guard, and branch; a dead end *is* the current shape; a node whose annotation contradicts the diagram's conclusion is unreconciled — resolve or prune. - /pressure-test: the ledger gains a third hard rule — a file:line for the code a path runs *through* is not evidence the path *runs* for this input. - §7 "Read this codebase": "trace the real flow end to end" now reads "with the concrete input", so the rule reaches every harness, not only Claude Code. Mirrors regenerated with `npm run build`. - README: visualize description matches the command.
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.
Reported from a real /visualize + /pressure-test run: the agent anchored every
node to an honest file:line and still drew a connect flow that cannot happen
today. The handler exists; the registry lookup for the concrete key fails inside
it. Every rule as written was satisfied, so the hole was in the rules.
input through every lookup, guard, and branch; a dead end is the current
shape; a node whose annotation contradicts the diagram's conclusion is
unreconciled — resolve or prune.
a path runs through is not evidence the path runs for this input.
concrete input", so the rule reaches every harness, not only Claude Code.
Mirrors regenerated with
npm run build.