fix(pstack): write FeatureMap through pstack_create_verification - #19
Open
shishiv wants to merge 1 commit into
Open
fix(pstack): write FeatureMap through pstack_create_verification#19shishiv wants to merge 1 commit into
shishiv wants to merge 1 commit into
Conversation
create-verification-skill calls the tool with a structured map. maintain locates feature-map.md. The Notes example parses with parseFeatureMapMarkdown. The four-H2 files are gone. Co-authored-by: Cursor <cursoragent@cursor.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.
Why
pstack_create_verificationalready writesfeature-map.md. The create and maintain skills still taught a four-H2features/tree that receipts cannot parse.Scope
skills/create-verification-skill/SKILL.mdinterviews the repo, then callspstack_create_verificationwith a FeatureMap. It does not hand-write Launch, Doctor, or Drive as a second on-disk format.skills/maintain-verification-skill/SKILL.mdlocates.pi/skills/verify-<app>/feature-map.md. Source wave is one read-only child per FeatureEntry id.skills/create-verification-skill/references/feature-map-example/feature-map.mdis a Notes map thatparseFeatureMapMarkdownaccepts. The four-H2 files are gone.test/verification/verification.test.mjsround-trips that example and rejects leftover four-H2 markdown.test/resources/resources.test.mjsbansHow to get to it (user POV)andfeatures/README.md.src/verification/feature-map.tsis unchanged. There is no second parser.Tradeoffs
The generated stub still contains an HTML comment from
renderFeatureMapMarkdown. The shipped example does not copy that comment.Blast Radius
Agents that create or audit a verify skill write and edit
feature-map.md. Receipts can bind that file. Benny still uses its own feature-map path.Verification
parseFeatureMapMarkdownplusvalidateFeatureMapaccepted the Notes example (create-note,search-notes).npm run verify:deterministicpassed (format, lint, typecheck, 75 tests, manifest).Made with Cursor