@iceinvein/agent-skills 0.8.3 → 0.8.4
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
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 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.
|
|
286
|
+
"version": "0.7.0"
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"name": "temporal-coupling-detector",
|
|
@@ -124,6 +124,16 @@ repo, a lint target that resolves through a symlink, a build that needs its own
|
|
|
124
124
|
install, belongs in the option text where it can affect the answer, not in a
|
|
125
125
|
footnote after they have chosen.
|
|
126
126
|
|
|
127
|
+
That question settles where the implementers run, not whether a task may be
|
|
128
|
+
dispatched at all, and the shared-tree and current-branch options have to say
|
|
129
|
+
so: under either, a single task still goes to its own agent where the reading
|
|
130
|
+
would otherwise land here, announced when it happens. Put it in the option text
|
|
131
|
+
rather than leaving it to be inferred. Unsaid, it is not in what your partner
|
|
132
|
+
agreed to, and a session that dispatches only when asked then has to stop
|
|
133
|
+
mid-run to ask for the one dispatch that would have paid. Do not name the tasks
|
|
134
|
+
here: which one turns out read-heavy is not knowable yet, and a list written now
|
|
135
|
+
is the declared schedule the dispatch rules reject.
|
|
136
|
+
|
|
127
137
|
If one of the two has only one live answer, say which and ask the other. A stop
|
|
128
138
|
down to a single question is still a stop.
|
|
129
139
|
|
|
@@ -163,6 +173,14 @@ blocking finding. A derived one just recomputes.
|
|
|
163
173
|
- **Fan out wherever the graph allows.** Work that does not write is always
|
|
164
174
|
safe and always parallel: investigations, searches and reviewers, one agent
|
|
165
175
|
per question, all in one message so they run at once.
|
|
176
|
+
- **A single task can still be dispatched from a shared tree.** What that
|
|
177
|
+
answer bought was serial implementers, and one agent at a time satisfies it,
|
|
178
|
+
so the escalation stays open per task instead of being foreclosed at
|
|
179
|
+
pre-flight. Take it where the reading dwarfs the diff: the task's own text
|
|
180
|
+
calls for a survey before the edit, its gates are the noisy ones, or this
|
|
181
|
+
session has already been summarised once and what is left is scarce. Say it
|
|
182
|
+
out loud and put the row in the run record with its reason, because otherwise
|
|
183
|
+
the record says controller-run and the transcript says otherwise.
|
|
166
184
|
- **Concurrent implementers need a worktree each.** Disjoint `Touches` is
|
|
167
185
|
necessary and no longer sufficient: agents commit their own tasks, so two
|
|
168
186
|
in one tree contend on the git index and on `HEAD` even when their files
|
package/skills/sluice/skill.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sluice",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.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, 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",
|