@iceinvein/agent-skills 0.11.0 → 0.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iceinvein/agent-skills",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
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. Checks the finished plan with plan.sh validate rather than trusting it to memory, seeds the run state from it, keeps a deep run's task breakdown in .sluice/run.json so a statusline segment and one status command can answer where the run is, and closes each run with a ledger read out of the session transcript: elapsed, tools, tokens, and what each dispatched agent cost where the transcript recorded it. Claude Code only; stands down where the superpowers pipeline governs the repo.",
285
285
  "type": "prompt",
286
- "version": "0.12.2"
286
+ "version": "0.13.0"
287
287
  },
288
288
  {
289
289
  "name": "temporal-coupling-detector",
@@ -364,6 +364,17 @@ rule that holds across all of them is that a review never runs below the model
364
364
  that built the task, so tiers 1 and 2 over a downshifted task come back up to
365
365
  this session's.
366
366
 
367
+ **Where the repo carries review tiering of its own, this table governs.** It is
368
+ the more specific of the two: wired into `Flips`, the `Model` marks and the
369
+ count pre-flight prices, so a repo's tiers cannot be honoured without unpicking
370
+ those. The usual clash is a repo tier that buys a bigger model for its risky
371
+ tasks, and it loses to the model rule above for the reason given there. What
372
+ the repo keeps is everything this table does not cover, which is most of what
373
+ such rules are for: its gate on deterministic checks before a task reports
374
+ done, the shape of its skip ledger, what it does after a fix round that touched
375
+ no logic. Take the dispatch decision from here and the rest from there, and say
376
+ in the pre-flight count which side each came from.
377
+
367
378
  A task matching more than one row takes the highest tier of them. Tier is the
368
379
  number, not the row order and not which shape sounds more serious. A task that
369
380
  only creates files but ships prose is tier 2, and a suite re-bless paired with
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sluice",
3
- "version": "0.12.2",
3
+ "version": "0.13.0",
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. Checks the finished plan with plan.sh validate rather than trusting it to memory, seeds the run state from it, keeps a deep run's task breakdown in .sluice/run.json so a statusline segment and one status command can answer where the run is, and closes each run with a ledger read out of the session transcript: elapsed, tools, tokens, and what each dispatched agent cost where the transcript recorded it. Claude Code only; stands down where the superpowers pipeline governs the repo.",
5
5
  "author": "iceinvein",
6
6
  "type": "prompt",