roster-cli 0.1.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,10 +82,17 @@ Once installed:
82
82
  - **`roster-audit` skill** — triggers when you ask to audit an agent roster
83
83
  (overlap, missing harness/tools, routing ambiguity, cost); runs the bundled
84
84
  CLI and explains how to read the findings.
85
+ - **`roster-cleanup` skill** — triggers when you ask to clean up, prune, or
86
+ merge agents. Audits, classifies findings into concrete actions (delete /
87
+ move / merge / rename / uninstall / narrow tools), asks you to approve each
88
+ destructive step, executes only what you approved, then re-audits and
89
+ reports the delta.
85
90
  - **`roster-drift.sh` hook** (`SessionStart`) — on each session, diffs
86
- `.claude/agents/` against a cached snapshot and prints a short advisory if
91
+ `.claude/agents/` against a cached snapshot and emits a short advisory if
87
92
  agents were added/removed/changed (`ROSTER_DRIFT_DISABLE=1` to opt out).
88
- Advisory only never blocks a session.
93
+ The advisory goes to both Claude's session context (so it can offer an
94
+ audit proactively) and stderr (so you see it in the terminal). Advisory
95
+ only — never blocks a session.
89
96
 
90
97
  ## Contributing
91
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roster-cli",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Zero-runtime-dep static auditor for Claude Code agent rosters \u2014 overlap, harness gaps, routing, cost.",
5
5
  "type": "module",
6
6
  "bin": {