@iceinvein/agent-skills 0.15.0 → 0.15.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.15.0",
3
+ "version": "0.15.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. 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, one status command and a SessionStart hook can answer where the run is (the hook prints a live run at every session start, compaction included), 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.16.0"
286
+ "version": "0.16.1"
287
287
  },
288
288
  {
289
289
  "name": "temporal-coupling-detector",
@@ -282,7 +282,7 @@ variable is unset, at the price of a second `[ -f ]`. It renders as:
282
282
  ```
283
283
  ⧗ deep · sluice-cross-harness ◷ 38m
284
284
  ▰▰▰ ▰▰▨ ▨▨▨ ◈◈◈ ▱▱▱ ▮▮▮ ▱▱▱ ┃ ▱▱▱ ▱▱▱
285
- 2/9 done · !T6 model tiers rather than model names +1 · ⟲1 unreviewed
285
+ 2/9 done · !T6 model tiers rather than model names +1 · ⟲ 1 unreviewed
286
286
  ```
287
287
 
288
288
  The colour comes out of the script rather than being applied by the caller,
@@ -242,7 +242,7 @@ if [ "$SUB" = "line" ]; then
242
242
  elif $active then paint("96"; "▸T\($active.id)") + " " + ($active.name // "")
243
243
  else "" end)
244
244
  + (if $attn > 1 then paint("2"; " +\($attn - 1)") else "" end),
245
- (if $debt > 0 then paint("33"; "⟲\($debt) unreviewed") else "" end)
245
+ (if $debt > 0 then paint("33"; "⟲ \($debt) unreviewed") else "" end)
246
246
  ] | join_parts)
247
247
  )
248
248
  ' "$STATE" 2>/dev/null || exit 0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sluice",
3
- "version": "0.16.0",
3
+ "version": "0.16.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. 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, one status command and a SessionStart hook can answer where the run is (the hook prints a live run at every session start, compaction included), 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",