docs(claude): reflect fabrication-rot guard + expanded honesty regression net#226
Merged
operatoruplift merged 1 commit intomasterfrom Apr 28, 2026
Merged
Conversation
…sion net CLAUDE.md still listed 3 grep-guards and only 4 dashboard pages covered by the honesty net. After this batch's PRs (#194-#225), the actual state is: - 4 grep-guards: copy-check, capability-check, trust-gate, fabrication-rot. The new one is described inline so a reader who runs into a fabrication-rot failure can jump to scripts/fabrication-rot-check.mjs for the rule + PR pointer. - dashboard-honesty.spec.ts now covers 7 surfaces (added /memory, /integrations, /agents/builder, /settings on top of the original /app, /notifications, /workflows). - request-id-runtime.spec.ts is at 17 probes including the new 410-Gone endpoints from #209 (/api/risk, /api/gold). Pure docs update. pnpm check passes (4/4).
|
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.
Summary
CLAUDE.md still listed 3 grep-guards and only 4 dashboard pages covered by the honesty net. After this batch's PRs (#194-#225), the actual state is:
copy-check,capability-check,trust-gate,fabrication-rot. The new one is described inline so a reader who runs into a fabrication-rot failure can jump toscripts/fabrication-rot-check.mjsfor the rule + PR pointer.dashboard-honesty.spec.tsnow covers 7 surfaces (added/memory,/integrations,/agents/builder,/settingson top of the original/app,/notifications,/workflows).request-id-runtime.spec.tsis at 17 probes including the new 410-Gone endpoints from honesty: retire /api/risk + /api/gold (returned fabricated demo data) #209 (/api/risk,/api/gold).Pure docs update.
Test plan
pnpm checkpasses (4/4)