@iceinvein/agent-skills 0.5.0 → 0.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iceinvein/agent-skills",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Install agent skills into AI coding tools",
5
5
  "author": "iceinvein",
6
6
  "license": "MIT",
package/skills/index.json CHANGED
@@ -283,7 +283,7 @@
283
283
  "name": "sluice",
284
284
  "description": "Routes work by change shape into four channels (bypass, fast, main, deep) and applies only the rules each channel needs, so a one-line fix does not pay the cost of a multi-subsystem build. Carries seven rules as one-liners in the router and the full treatment in references read only on friction, and closes each run with a ledger read out of the session transcript: elapsed, tools, tokens, and what every dispatched agent cost. Claude Code only; conflicts with the superpowers plugin.",
285
285
  "type": "prompt",
286
- "version": "0.2.0"
286
+ "version": "0.2.1"
287
287
  },
288
288
  {
289
289
  "name": "temporal-coupling-detector",
@@ -57,7 +57,8 @@ yourself wanting to skip the rule, or arguing that this one is the exception.
57
57
  something anyone else can check. `references/verify.md`
58
58
  - **Review** before merge. Dispatch a reviewer with fresh context and put the
59
59
  diff on disk for it to read, so those bytes fill their context instead of
60
- yours. `references/review.md`
60
+ yours. Cannot dispatch one? Say so in the announcement and again at the
61
+ merge, and nowhere in between. `references/review.md`
61
62
  - **Finish** deliberately. Green suite first, then let your partner pick
62
63
  merge, PR, or leave it. Never pick for them. `references/finish.md`
63
64
  - **Meter the run** as you hand it back. `scripts/run-stats.sh` reads the
@@ -170,7 +170,8 @@ is not one, and the table below still names which tasks needed the stronger
170
170
  tier. Name those tasks at pre-flight, not at handback, so the choice of what
171
171
  to do about them is still open: shrink the plan, take the flip on its own, or
172
172
  accept the gap knowingly. Whatever is left then gets listed as review
173
- outstanding rather than review passed. A `deep` run that ships with nobody
173
+ outstanding rather than review passed, and twice is the cap on saying so here
174
+ too: `references/review.md` has that rule. A `deep` run that ships with nobody
174
175
  having read it has become a `fast` run with a design document attached, and
175
176
  your partner is entitled to know that while it can still change the plan.
176
177
 
@@ -16,7 +16,10 @@ costs far more than asking would have.
16
16
  With the suite green and the base confirmed, put exactly three options to
17
17
  your partner, with the run ledger above them so the choice is made against
18
18
  what the work actually cost rather than against your account of it;
19
- `references/meter.md` owns that. The three: merge it locally, push it and
19
+ `references/meter.md` owns that. Say in one clause whether the work was
20
+ reviewed. Merging reviewed work and merging unreviewed work are different
21
+ decisions, and the ledger does not tell them apart: it counts the agents you
22
+ dispatched, not whether any of them read this diff. The three: merge it locally, push it and
20
23
  open a PR, or leave the branch as it stands. Those three exhaust what you may offer. Your partner may still
21
24
  ask for something off the list, most notably scrapping the branch, but the
22
25
  request has to originate with them and be unmistakable. Then stop. Which of
@@ -45,6 +45,30 @@ only for substantial logic changes. While you are the one coordinating,
45
45
  findings are not yours to fix: your patch would be the single patch nobody
46
46
  reviews, and it spends context the plan still needs.
47
47
 
48
+ ## When you cannot dispatch
49
+
50
+ A session may withhold subagents, or grant them only on request. The review is
51
+ owed either way. `deep` has its own treatment in `references/deep-channel.md`,
52
+ where there is a plan to shrink and a tier table to argue from; this is the
53
+ `main` case, which has neither.
54
+
55
+ Say it twice, and only twice.
56
+
57
+ The first time is the routing announcement, in the same breath as the channel:
58
+ "Main channel, new interface. I cannot dispatch a reviewer in this session, so
59
+ this merges unreviewed unless you want one." That is the moment it is still a
60
+ decision. Your partner can authorise the dispatch, split the change, or accept
61
+ the gap knowingly. The same words at the end are a disclaimer.
62
+
63
+ The second is the integration event, where `references/finish.md` puts the
64
+ three options. Review status belongs beside them, because it is part of what
65
+ merging would be agreeing to.
66
+
67
+ Between those two points, stay quiet. An obligation restated on every handback
68
+ stops being information and turns into throat-clearing, and it buries the one
69
+ mention that mattered. Nothing changed between the announcement and the merge.
70
+ If something did, that is a new fact and earns a new sentence.
71
+
48
72
  The friction line: "dispatching a reviewer for this is overkill." Skipping
49
73
  the dispatch doesn't skip the cost, it just moves the cost onto you, and
50
74
  self-review is not review.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sluice",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Routes work by change shape into four channels (bypass, fast, main, deep) and applies only the rules each channel needs, so a one-line fix does not pay the cost of a multi-subsystem build. Carries seven rules as one-liners in the router and the full treatment in references read only on friction, and closes each run with a ledger read out of the session transcript: elapsed, tools, tokens, and what every dispatched agent cost. Claude Code only; conflicts with the superpowers plugin.",
5
5
  "author": "iceinvein",
6
6
  "type": "prompt",