Skip to content

v1.5.0

Choose a tag to compare

@jet52 jet52 released this 25 Feb 19:24

Self-contained SKILL.md with fallback mode

SKILL.md is now a single self-contained file (~47KB) that works in both Claude Code and claude.ai projects without needing external rule files.

Changes

  • Bundled rules and check definitions — All six ND appellate rule files and full check definitions are appended as inline appendices. No external file reads required.
  • PyMuPDF fallback mode — When PyMuPDF is not available (e.g., in claude.ai projects), the skill gracefully falls back to semantic-only checks. Claude reads the PDF directly and produces a text report noting that mechanical checks were skipped.
  • Updated workflow — Phase 1 now branches: success → full mode (mechanical + semantic + HTML report); failure → fallback mode (semantic-only, text report).