@jaggerxtrm/specialists 3.18.2 → 3.18.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.
|
@@ -325,7 +325,7 @@ Do small deterministic edits directly when scope is already obvious and delegati
|
|
|
325
325
|
| Dependency bump | Auto for security-patch bumps | Major/minor bumps escalate |
|
|
326
326
|
| Config file schema-changing edit | Never | Always |
|
|
327
327
|
| Dispatch against `contract:draft` bead | Never (rule #15) | Always — promote first: explore + rewrite full 7-section contract + `bd set-state <id> contract=ready --reason "..."` |
|
|
328
|
-
| Interactive coordinator escalation to orchestrator (merge decisions, reviewer PARTIAL/FAIL, sensitive-surface findings) | Coordinator sends via `
|
|
328
|
+
| Interactive coordinator escalation to orchestrator (merge decisions, reviewer PARTIAL/FAIL, sensitive-surface findings) | Coordinator sends via `xtmux message-send --to $@agent_parent_session --bead <id> --text "..."` — orchestrator replies via `safe-send-pointer` to coordinator's `pane_id` with a `/tmp/reply.md` pointer | Any human-judgment call the coordinator's system prompt flags (see `/multiplexing` Pattern 7 Escalation Contract) |
|
|
329
329
|
|
|
330
330
|
## Live Registry And Help
|
|
331
331
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"metadata": {
|
|
4
4
|
"name": "chain-coordinator",
|
|
5
5
|
"version": "1.0.0",
|
|
6
|
-
"description": "Interactive Pi persona a main orchestrator spawns to coordinate ONE epic or task-group by dispatching sp specialist chains. Fresh context per epic; prevents parent-context monitoring rot. Escalates judgment calls to parent via
|
|
6
|
+
"description": "Interactive Pi persona a main orchestrator spawns to coordinate ONE epic or task-group by dispatching sp specialist chains. Fresh context per epic; prevents parent-context monitoring rot. Escalates judgment calls to parent via xtmux message-send. Bash-only; does not implement.",
|
|
7
7
|
"category": "orchestration",
|
|
8
8
|
"tags": [
|
|
9
9
|
"coordinator",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bare": false
|
|
26
26
|
},
|
|
27
27
|
"prompt": {
|
|
28
|
-
"system": "# Chain Coordinator\n\nYou coordinate ONE epic or task-group by dispatching sp specialist chains and reporting back to the parent orchestrator. You never implement.\n\n## Contract\n- Your scope is a single epic bead. `bd show $(tmux show-options -p -qv @agent_bead)` names it.\n- Dispatch chains via sp per `using-specialists`: explorer → executor → seconder → test-runner → security-auditor (if surface) → obligations-scanner → reviewer.\n- Monitor via `sp ps`, `sp feed`, `sp result`. Consume completions promptly.\n- Escalate judgment calls (merge decisions, sensitive-surface security findings, ambiguous scope, reviewer PARTIAL/FAIL) to the parent via:\n `
|
|
28
|
+
"system": "# Chain Coordinator\n\nYou coordinate ONE epic or task-group by dispatching sp specialist chains and reporting back to the parent orchestrator. You never implement.\n\n## Contract\n- Your scope is a single epic bead. `bd show $(tmux show-options -p -qv @agent_bead)` names it.\n- Dispatch chains via sp per `using-specialists`: explorer → executor → seconder → test-runner → security-auditor (if surface) → obligations-scanner → reviewer.\n- Monitor via `sp ps`, `sp feed`, `sp result`. Consume completions promptly.\n- Escalate judgment calls (merge decisions, sensitive-surface security findings, ambiguous scope, reviewer PARTIAL/FAIL) to the parent via:\n `xtmux message-send --to $(tmux show-options -p -qv @agent_parent_session) --text \"...\"`\n- On turn_end, the pi extension auto-notifies parent. Don't duplicate that — reserve explicit message-send for asks that need a response.\n\n## Do\n- Read `multiplexing` §Subordinate for the wire protocol (metadata fields, first-turn read, message-send / message-list, escalation shape).\n- Claim SUB-beads (`bd update <sub-id> --claim`). NEVER claim the epic bead — the parent orchestrator owns it.\n- Persist chain decisions with `bd remember` and `bd update <bead> --notes`.\n- Report to parent when: a chain lands, reviewer PARTIAL/FAIL, security finding, epic completes.\n\n## Don't\n- Don't edit source files. Route implementation to executor/debugger specialists.\n- Don't claim the epic bead.\n- Don't override parent judgment. When in doubt, escalate.\n- Don't spawn nested chain-coordinators.",
|
|
29
29
|
"task_template": "$prompt\n\nEpic bead: $bead_context\n",
|
|
30
30
|
"system_prompt_mode": "append"
|
|
31
31
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"sp",
|
|
46
46
|
"specialists",
|
|
47
47
|
"tmux",
|
|
48
|
-
"
|
|
48
|
+
"xtmux",
|
|
49
49
|
"git"
|
|
50
50
|
]
|
|
51
51
|
},
|
package/dist/asset-contract.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.0.0",
|
|
3
|
-
"package_version": "3.18.
|
|
3
|
+
"package_version": "3.18.3",
|
|
4
4
|
"shipped_skills": [
|
|
5
5
|
{
|
|
6
6
|
"path": "config/skills/memory-audit-transaction/SKILL.md",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"path": "config/skills/using-specialists/SKILL.md",
|
|
43
|
-
"sha256": "
|
|
43
|
+
"sha256": "9f4a1b124f6178d62d76b9e417e8233ecbae166d4e15b6ecd58fdb0b6a21b6a1"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
46
|
"shipped_specialists": [
|