Skip to content

v1.9.2 — docs-review skill grammar accepts any file type

Latest

Choose a tag to compare

@zeikar zeikar released this 16 Jul 10:56

Fixed

/hyperclaude:hyper-docs-review and /hyperclaude:hyper-docs-loop slash grammars now accept any existing file as a --docs-path target, not just .md files — so a non-markdown doc like site/index.html can be reviewed via the skill in the same set as README.md and docs/*.md. This closes the gap from v1.9.0: the bridge already accepted any file, but the skill grammar was .md-only. The skill now discriminates file-vs-directory by an existence check ([ -f ] / [ -d ]) instead of the file extension.

--docs-dir (directory mode) is unchanged: still non-recursive, still top-level .md-only inside a directory. Only the explicit --docs-path file tokens were widened.