fix: trust hardening from first field run (FN-001..FN-012)#4
Merged
Conversation
Co-authored-by: HAIPING SHI <59335636+HaipingShi@users.noreply.github.com>
done now runs registered verify commands and blocks on failure; acceptance items require explicit done/deferred; promised test files are diff-checked; one task identity everywhere; versioned self-updating shim; concept-level doctor checks; blueprint prefill from code signals; scaffold stubs anchored in detected structure; rename noise excluded from spin churn. Co-authored-by: v0 <it+v0agent@vercel.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Closes the 12 field-negative findings from the first real-world run.
FN-010
donenow actually runs registered verify commands; non-zero exit blocks closing.FN-011 One task identity everywhere:
--id T-186(or title prefix) is shown in check, done, PROGRESS.md, and the commit message.FN-012 Acceptance items require explicit
done|deferredper item; deferred items become queued tasks automatically.FN-009 Promised test files are diff-checked; absent = permanent warning in PROGRESS.md.
FN-005/002 Shim is versioned and auto-updates;
config.jsonis never overwritten.FN-007 doctor checks gate concepts, not literal keywords; managed marker certifies full coverage.
FN-006/008
initprefills BLUEPRINTS.md from code signals; scaffold stubs embed detected structure.FN-003 Rename/copy/add/delete excluded from spin churn — only pure modifications count.
All 63 structure tests pass.
Co-authored-by: v0 it+v0agent@vercel.com