Skip to content

v2.8.5 — Production Hardening + Interactive Scope Selector

Choose a tag to compare

@github-actions github-actions released this 13 Jun 04:28
· 7 commits to main since this release

What's New in v2.8.5

P0 — Breakage Fixes

  • scopes.json manifest: All 52 sub-scopes in a single source of truth
  • Agent-safe SKILL.md: Plain-text scope list — no TUI dependency for AI agents
  • --scope CLI flag: npx praetor-audit-kit --scope biz for non-interactive selection

P1 — Experience Gaps

  • Sub-scope drill-down: Press d in TUI or --drill eng 3 for JSON output
  • --uninstall flag: Removes Praetor from all installed agentic tools
  • Terminal height detection: Detail pane auto-paginates on small terminals
  • Explicit agent mapping: Full scope→agent→category table in SKILL.md

P2 — Scale

  • Version check + --update: --check queries npm, --update self-updates
  • --no-tui flag: Numbered-list-only mode for Windows/CI
  • Scope aliases: --scope security, --scope biz, --scope eng everywhere

Interactive TUI Scope Selector

  • 8 main scopes, 52 sub-scopes
  • Arrow key navigation with live detail pane
  • Number keys (1-8) for instant selection
  • Space for multi-select, d for drill-down

CLI Commands

npx praetor-audit-kit --install            # install to Claude Code, OpenCode, Cursor
npx praetor-audit-kit --scope biz          # show Business scope
npx praetor-audit-kit --scope 2-4          # show range
npx praetor-audit-kit --check              # pre-flight + version check
npx praetor-audit-kit --update             # self-update from npm
npx praetor-audit-kit --uninstall          # remove from all tools

Full Changelog: v2.8.4...v2.8.5