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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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 prints a short advisory if
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
- Advisory only never blocks a session.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roster-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
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": {