Skip to content

v0.18.1 — the board row a sibling's gate refused - #17

Merged
sshlg merged 1 commit into
mainfrom
fix/b124-table-row
Aug 31, 2026
Merged

v0.18.1 — the board row a sibling's gate refused#17
sshlg merged 1 commit into
mainfrom
fix/b124-table-row

Conversation

@sshlg

@sshlg sshlg commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

v0.18.0's B-124 row landed in the wrong table. The board carries two — an eight-column ledger and a three-column "Open, and why" — and the row was appended to the file's end, which is the second one. It also carried an unescaped | inside a grep pattern, so even in the right table its columns would have shifted and Status would have read as whatever landed in its place.

The part worth recording

This repository's own gate passed it. npm test here was green on the broken row. The refusal came from sshlg-skills' validator while re-pinning this submodule:

skills/agent-stack/docs/evidence/backlog.md:41: row B-124 has 12 cells against the 3 its own header declares — an unescaped | inside a cell shifts every column after it, and Status then reads as whatever landed in its place

A member's board is checked by the umbrella, not by the member. That asymmetry is how a documentation defect reached a tag, and it is the finding here — larger than the row.

The convention was already visible one screen up: AG-06 and AG-06b carry escaped \| inside code spans and count correctly. The fix follows them rather than inventing anything.

Gate: npm testrc=0.

🤖 Generated with Claude Code

The row landed in the three-column 'Open, and why' table because it was appended
to the file's end, and it carried an unescaped | inside a grep pattern. This
repo's gate passed it; sshlg-skills' validator refused it while re-pinning,
reading this submodule's board.

A member's board is checked by the umbrella, not by the member. That asymmetry
is how a documentation defect reached a tag.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@sshlg
sshlg merged commit 8bacd2a into main Aug 31, 2026
2 checks passed
@sshlg
sshlg deleted the fix/b124-table-row branch August 31, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant