verifier: L4 hollow-seam data-flow trace #14
Labels
No labels
already-shipped
bug
documentation
duplicate
enhancement
external-review
good first issue
help wanted
in progress
invalid
needs-decision
proposal
question
security
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: crenshawdev/cadence-archived#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tier: Improve Cadence (ranked #1) · genuine capability gap
The verifier stops at Wired plus a behavioral spot-check, which can pass a seam that is wired but has no data actually flowing through it. Add a data-flow trace to level 4 so "wired but hollow" gets caught.
Why: directly serves Cadence's own line that "silent failures live in the seams." It's the one real edge GSD-core's verifier had (its L4 data-flow trace).
Cost: a few lines in
agents/cad-verifier.md. No new machinery.Source: internal GSD comparison note, 2026-07-18.
Closed 2026-08-08, verified live against
skills/cad-verifier-contract/SKILL.md:75-83. The data-flow trace shipped, at level 3 (Wired) rather than as a new level 4: "Reachable is not the same as connected, so ONE real value must also be traced end to end across each seam on the goal path: name where it enters, name where it lands... A seam called with a value nothing downstream consumes is wired to nothing, and a value that cannot be traced leaves the truth UNCERTAIN." That is the hollow-seam catch this issue asked for, on the same evidence terms level 4 uses.