fix(docs): preserve escaped pipes in README cells - #22
Open
localai-org-maint-bot wants to merge 1 commit into
Open
fix(docs): preserve escaped pipes in README cells#22localai-org-maint-bot wants to merge 1 commit into
localai-org-maint-bot wants to merge 1 commit into
Conversation
Make the README table-cell budget split only on unescaped Markdown pipes, so an oversized prose cell cannot evade the guard by using escaped pipe content. Add RED-first mutation coverage and the ROAD-V1-A6 checkpoint record. FOLLOWING_AGENTS_PROTOCOL Assisted-by: Codex:gpt-5 [Codex]
localai-org-maint-bot
force-pushed
the
codex/readme-escaped-pipe
branch
from
August 3, 2026 03:07
b9620ef to
9227b3a
Compare
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.
Outcome
Closes a fail-open path in the
ROAD-V1-A6README structure guard. The table-cell budget previously split rows on every|, so escaped Markdown pipes could divide one real oversized prose cell into individually sub-threshold fragments.The checker now splits only on unescaped delimiter pipes. README content, lifecycle states, support claims, runtime code, models, builds, and benchmark behavior are unchanged.
Design selected
I considered three approaches:
This PR uses option 3. The accepted spike and exact anchors are in
.agents/specs/readme-escaped-pipe-cell-budget.md.TDD evidence
RED first on base
1448e981: the new real-behavior mutation failed exactly becausereadme_errors()returned no errors for one 308-character cell containing escaped pipes.GREEN on
b9620ef2:tests/scriptssuite: 96/96scripts/check-*.pyrepository checkers passgit diff-tree --check HEADpassesNo compiler, GPU, model, download, external host, or performance run was used or required. Benchmark disposition is
NOT APPLICABLEwithbenchmark_binding=false.Slack
The required selection notification and final notification were attempted through the bundled secret-safe sender. No Slack channel is configured;
#generalreturnedchannel_not_found. No credential was read or exposed.FOLLOWING_AGENTS_PROTOCOL