mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Previously the check trimmed each separator cell before comparing against the allow-list, which meant `| --- | --- |` passed as `---`. The documented rule requires the tight `|---|---|` form; compare the raw cell so space-padded separators fail too.