Skip to content

v2.8.4 — Packaging & Install Fix

Choose a tag to compare

@Harery Harery released this 13 Jun 03:20
· 12 commits to main since this release

Fixes

  • claude skill install replaced with npx praetor-audit-kit --install — the old command did not exist in Claude Code CLI and produced garbage for every user who tried it. The new --install flag copies the full skill tree to ~/.claude/skills/praetor/.
  • Removed stale Skill/praetor.skill ZIP from repo and tarball
  • Fixed --prompt separator detection (matched inline backtick instead of actual separator)
  • Fixed -l short flag (--l double-dash → -l single-dash)
  • Added references/ to npm files[] (was referenced but never shipped)
  • Fixed banner box alignment (all lines 66 chars)
  • Reconciled package name: @harery/praetor-audit-kitpraetor-audit-kit (unscoped)
  • Updated all version refs across 12 files (README, CHANGELOG, SKILL.md, VERSION.md, wiki, cheatsheets, protocols)

Install

# Any LLM — paste the prompt
npx praetor-audit-kit --prompt

# Claude Code — install as skill
npx praetor-audit-kit --install

# See all options
npx praetor-audit-kit --help