roster-cli 0.1.2 → 0.1.3
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -83,9 +83,11 @@ Once installed:
|
|
|
83
83
|
(overlap, missing harness/tools, routing ambiguity, cost); runs the bundled
|
|
84
84
|
CLI and explains how to read the findings.
|
|
85
85
|
- **`roster-drift.sh` hook** (`SessionStart`) — on each session, diffs
|
|
86
|
-
`.claude/agents/` against a cached snapshot and
|
|
86
|
+
`.claude/agents/` against a cached snapshot and emits a short advisory if
|
|
87
87
|
agents were added/removed/changed (`ROSTER_DRIFT_DISABLE=1` to opt out).
|
|
88
|
-
|
|
88
|
+
The advisory goes to both Claude's session context (so it can offer an
|
|
89
|
+
audit proactively) and stderr (so you see it in the terminal). Advisory
|
|
90
|
+
only — never blocks a session.
|
|
89
91
|
|
|
90
92
|
## Contributing
|
|
91
93
|
|