Releases: montasim/DocsWatch
Releases · montasim/DocsWatch
Release list
DocsWatch v0.1.1
DocsWatch v0.1.1
This patch makes the GitHub Actions test command portable across shells and updates the workflow to the current Node 24-based official GitHub Actions runtimes.
Included checks
.env.examplevariables against Markdown documentationpackage.jsonscripts against documented commands- local Markdown file references
- internal Markdown anchors
Verification
- 23 tests passing
- TypeScript type-check passing
- DocsWatch dogfood check passing with zero findings
- Standalone skill validation passing
- GitHub-only installation verified with
npx skills add montasim/DocsWatch --skill docs-watch -g -y
DocsWatch remains intentionally unpublished to npm; this release is distributed from GitHub as an Agent Skill.
v0.1.0
Highlights
- Detect undocumented variables declared in
.env.examplewithDW001. - Detect documented package commands whose scripts no longer exist with
DW002. - Validate local Markdown and supported raw-HTML file references with
DW003. - Validate same-file and cross-file Markdown anchors with
DW004. - Return deterministic JSON or terminal diagnostics with stable rule IDs, source locations, severities, evidence, fingerprints, and explicit incomplete-scan behavior.
- Ship a standalone checker inside the portable
docs-watchAgent Skill.
Install
npx skills add montasim/DocsWatch --skill docs-watch -g -yDocsWatch is distributed directly from GitHub for this release and is not published to npm.
Verification
- 23 source and standalone-bundle tests passed.
- TypeScript type-checking passed.
- The bundled skill passed structural validation.
- DocsWatch passed its own repository audit with no findings.
- The Skills CLI discovered the
docs-watchskill from the repository layout.