fix: two silent failures in Nyquist validation layer#827
Open
Bantuson wants to merge 3 commits intogsd-build:mainfrom
Open
fix: two silent failures in Nyquist validation layer#827Bantuson wants to merge 3 commits intogsd-build:mainfrom
Bantuson wants to merge 3 commits intogsd-build:mainfrom
Conversation
…ompt conventions Reduces token overhead of Dimension 8 and related agent additions by ~37% with no behavioral change. Removes theory explanation, dead XML tags (<manual>, <sampling_rate>), aspirational execution tracking, and documentation-density prose from runtime agent bodies. Co-Authored-By: Claude Opus 4.6 <[email protected]>
…ip conditions new-project.md never wrote the key, so agents reading config directly treated absent as falsy — silently disabling validation. Now both config blocks write `nyquist_validation: depth !== "quick"`. All agent skip conditions changed from "is false" to "explicitly set to false; absent = enabled". Co-Authored-By: Claude Opus 4.6 <[email protected]>
Step 5.5 was narrative markdown that Claude skipped under context pressure. Now MANDATORY with Write tool requirement and file-existence verification. Step 7.5 gates planner spawn on VALIDATION.md presence. Check 8e blocks Dimension 8 if file missing. Health checks W008/W009 detect drift. Co-Authored-By: Claude Opus 4.6 <[email protected]>
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.
Summary
new-project.mdnever wrotenyquist_validationto config.json — agents reading config directly treated absent key as falsy, silently disabling validationplan-phase.mdwas narrative markdown that Claude skipped under context pressure — no enforcement, no gate, no catchChanges
nyquist_validation: depth !== "quick"to both config blocks innew-project.mdaddNyquistKeyrepair action for/gsd:health --repairTest plan
grep -rn "nyquist_validation" . --include="*.md" --include="*.cjs"— all refs use "explicitly false" patternstandarddepth → config.json hasnyquist_validation: truequickdepth → config.json hasnyquist_validation: false/gsd:healthon project with absent key → W008/gsd:health --repair→ adds key to config🤖 Generated with Claude Code