Skip to content

Releases: montasim/DocsWatch

DocsWatch v0.1.1

Choose a tag to compare

@montasim montasim released this 28 Aug 10:45

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.example variables against Markdown documentation
  • package.json scripts 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

Choose a tag to compare

@montasim montasim released this 28 Aug 10:42

Highlights

  • Detect undocumented variables declared in .env.example with DW001.
  • 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-watch Agent Skill.

Install

npx skills add montasim/DocsWatch --skill docs-watch -g -y

DocsWatch 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-watch skill from the repository layout.