docs(tutorial): remove honesty framing flagged by the #449 validation verdict#652
Merged
Conversation
rickylabs
marked this pull request as ready for review
July 11, 2026 13:56
This was referenced Jul 11, 2026
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.
Refs #449 (fix loop for the FAIL verdicts; the verdict issue itself closes after the evaluator re-verdict).
The opposite-family validation session (V-C) failed three tracks on the positioning law's no-honesty-framing rule. Exact fixes:
storefront/02-catalog-service.md:57— "the honest way to prove the write path" → "the direct way…"storefront/04-checkout-saga.md:335— "checkout's honest checkpoint" → "checkout's observable checkpoint"erp-sync/04-queue-and-cron.md:126— "keeps CSB honest until cutover" → "keeps CSB aligned with VIF until cutover"eis-chat/04-live-stream.md:170— "Two honest notes on what the miniature simplified" → "Two notes…"Validation:
deno task verifygreen (28/28 caveats; all links resolve);grep -rn honestover the three tracks now clean. Evaluator re-verdict will be posted on #449 after merge.Lane: supervisor-applied 4-word fix loop from the evaluator's findings. Docs-only diff →
ci:skip-e2e+ci:skip-scaffold.