roster-cli 0.1.3 → 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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,6 +82,11 @@ 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
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).
|