v2.8.5 — Production Hardening + Interactive Scope Selector
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 bizfor non-interactive selection
P1 — Experience Gaps
- Sub-scope drill-down: Press
din TUI or--drill eng 3for 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