You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle of scanner-correctness gaps from the plugin-quality audit (packet docs-hygiene-audit-noise/20260815T173035Z), each reproduced:
Frontmatter exemption unimplemented (Medium, F2): SKILL.md hard rules exempt frontmatter; detect.sh scans it — YAML description lines produce Tier-1 findings.
Opt-out marker matches as bare substring (Medium, F4): prose MENTIONING markdown-discipline-ignore acts as a live marker — SKILL.md's own hard-rules line swallows the following content. Require the marker to be an actual HTML comment line, not a substring.
Section-exemption state leaks (Low, F7): exemption toggles only on ## headings — an exempt ## Sources followed by an H1 stays exempt to EOF, and ### Sources is never exempt.
Info-level notes riding along (F10): cd-before-target-resolution silently skips relative paths given from another cwd; spaced-filename parsing in the uncommitted-files fallback; inverted return "$found" idiom.
Bundle of scanner-correctness gaps from the plugin-quality audit (packet
docs-hygiene-audit-noise/20260815T173035Z), each reproduced:markdown-discipline-ignoreacts as a live marker — SKILL.md's own hard-rules line swallows the following content. Require the marker to be an actual HTML comment line, not a substring.##headings — an exempt## Sourcesfollowed by an H1 stays exempt to EOF, and### Sourcesis never exempt.Info-level notes riding along (F10): cd-before-target-resolution silently skips relative paths given from another cwd; spaced-filename parsing in the uncommitted-files fallback; inverted
return "$found"idiom.