This tracked proof pack is the public export of the Phase 22 release-floor brownfield run. It preserves the smallest artifact chain a reader needs to inspect the real consumer story without opening local-only planning state.
brief.md— the original project briefSPEC.md— the consumer spec created from that briefROADMAP.md— the single-phase roadmap used for the proof runphases/01-foundation/01-01-PLAN.md— the execution planphases/01-foundation/01-01-SUMMARY.md— the execution summaryphases/01-foundation/01-VERIFICATION.md— the verification record that captured the miss and the fix
The proof pack shows one full release-floor loop:
gsdd initcreated a real consumer workspace with portable skills and Codex checker support.- The brief required both the default greeting and the
--name Adagreeting path. - The first implementation shipped
Hello, world!for both commands, so verification failed for the named greeting. - The implementation and tests were corrected, then verification passed with
Hello, Ada!.
node index.js->Hello, world!node index.js --name Ada->Hello, Ada!--name Adaappears in both the brief and the phase artifacts
- Exported from the Phase 22 launch-proof consumer run.
- This is the tracked reader-facing release-floor proof surface.
- The local
.planning/live-proof/consumer-node-clitree remains evidence-only source material and is intentionally not the public entry surface.
Public proof should be inspectable from tracked docs. This pack keeps the concrete brownfield evidence in-repo while letting the local live-proof workspace stay an implementation input instead of the public citation target.