FAP-WEB-LLMS-FULL-READBACK-DUPLICATE-SEMANTICS-REPAIR-01: relax llms-full readback duplicate semantics#1724
Merged
fermatmind merged 1 commit intoJul 12, 2026
Conversation
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.
What changed
/llms-full.txtraw repeated Enneagram canonical mentions as advisory readback evidence instead of a blocking duplicate failure./llms.txtduplicate handling strict.if: always()so failed readbacks still produce auditable JSON/Markdown evidence.Why
The enriched
/llms-full.txtfeed currently has 116 unique Enneagram canonical URLs and 232 raw URL mentions, with each canonical appearing twice. That structure should not block cache-only readback as long as unique canonical count, mode, URL hygiene, and side-effect-zero checks remain strict.Validation
pnpm exec vitest run tests/contracts/llms-feed-cache-ops-workflow.contract.test.tsactionlint .github/workflows/llms-feed-cache-ops.ymlnode scripts/verify-github-action-refs.mjs --resolvepnpm typecheckgit diff --check.github/workflows/llms-feed-cache-ops.ymlandtests/contracts/llms-feed-cache-ops-workflow.contract.test.tsDeferred items
ENNEAGRAM-LLMS-FULL-RELEASE-01ledger/readback remains deferred until this workflow succeeds and uploads the cache-only ops artifact.