Skip to content

v2.1.0 — 3-Tier Depth Model

Latest

Choose a tag to compare

@Terryc21 Terryc21 released this 12 Apr 04:37
· 48 commits to main since this release

3-Tier Depth Model

Users now choose audit depth at invocation time:

Tier Command What It Does Time
1 (Quick) /radar-suite data-model Single skill, own rating table, no pipeline 20-60 min
2 (Targeted) /radar-suite --skills dmr,tbr 2-3 skills with cross-skill handoffs 1-2 hours
2 (Auto) /radar-suite --changed Auto-select skills from git diff varies
3 (Full) /radar-suite --full All 6 skills + capstone + UX enhancements 2.5-4 hours

Tier 1 is the new default. The full pipeline is now opt-in via --full.

6 Pipeline UX Enhancements (Tier 3)

  1. Progress banners at every skill transition
  2. Per-skill mini rating tables (marked "PRELIMINARY")
  3. Audit-only mode statement
  4. Per-phase duration estimates
  5. Pre-capstone summary before capstone grades
  6. Finding IDs always include short_title (e.g., RS-002 (cascade delete crash))

Other Changes

  • short_title field added to finding schema (max 8 words, required on all findings)
  • Skill abbreviations for --skills: dmr, tbr, rtr, upr, uer
  • Capstone is tier-aware with adapted messaging per tier
  • Auto-selection heuristic maps git diff patterns to skills

Update

/plugin install radar-suite@radar-suite