@fernado03/zoo-flow 0.7.5 → 0.7.7
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 +1 -1
- package/templates/full/.roo/rules-code-tweaker/01-completion.md +1 -3
- package/templates/full/.roo/rules-custom-orchestrator/00-routing.md +5 -5
- package/templates/full/.roo/rules-system-architect/02-completion.md +1 -3
- package/templates/full/.roo/skills/engineering/to-issues/SKILL.md +3 -4
- package/templates/full/.roo/skills/engineering/to-prd/SKILL.md +2 -3
package/package.json
CHANGED
|
@@ -20,9 +20,7 @@ Before any `attempt_completion`, re-read the command body and confirm no later p
|
|
|
20
20
|
- remaining risk (what was not checked or is uncertain)
|
|
21
21
|
- recommended next command (one only, no auto-launch)
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
If the output is long (multi-file diff summary, full test output, verification report), write it to `.scratch/` first and reference the path in `attempt_completion`. The extension may truncate long completion messages, so files ensure nothing is lost.
|
|
23
|
+
Before `attempt_completion`, present the full output to the user in a normal message if the work produced long results (verification report, diff summary). Then `attempt_completion` with only: brief status, file path if written to `.scratch/`, and recommended next command. The orchestrator summarizes completion messages — the user must see the full output first.
|
|
26
24
|
|
|
27
25
|
Before running `git commit` or `git push`, halt and wait for explicit user approval. Never push unless explicitly asked.
|
|
28
26
|
|
|
@@ -6,12 +6,12 @@ Router only. No reading implementation files, editing, shell, or answering imple
|
|
|
6
6
|
|
|
7
7
|
After `attempt_completion` from a worker, the orchestrator must:
|
|
8
8
|
|
|
9
|
-
1.
|
|
10
|
-
2.
|
|
11
|
-
3. Add one line: recommended next command (if any).
|
|
12
|
-
4. Stop and wait for user input.
|
|
9
|
+
1. Show the worker's completion message (brief status + file path + recommended next command).
|
|
10
|
+
2. Stop and wait for user input.
|
|
13
11
|
|
|
14
|
-
|
|
12
|
+
The worker already presented the full output in a normal message before `attempt_completion`. The orchestrator does not need to repeat it.
|
|
13
|
+
|
|
14
|
+
Do not route a new user message until the completion message is fully presented.
|
|
15
15
|
|
|
16
16
|
## Hard delegation boundary
|
|
17
17
|
|
|
@@ -11,9 +11,7 @@ If you entered this window via `switch_mode` (you are mid-chain, not the entry p
|
|
|
11
11
|
|
|
12
12
|
Before any `attempt_completion`, re-read the command body and confirm no later phase is assigned to another mode. If one is, `switch_mode` instead.
|
|
13
13
|
|
|
14
|
-
Do not use `attempt_completion` to avoid required implementation work.
|
|
15
|
-
|
|
16
|
-
If the output is long (multi-page review, full exploration map, detailed diagnosis), write it to `.scratch/` first and reference the path in `attempt_completion`. The extension may truncate long completion messages, so files ensure nothing is lost.
|
|
14
|
+
Do not use `attempt_completion` to avoid required implementation work. Before `attempt_completion`, present the full output to the user in a normal message so they see the complete details (review findings, exploration map, diagnosis, plan). Then `attempt_completion` with only: brief status, file path if written to `.scratch/`, and recommended next command. The orchestrator summarizes completion messages — the user must see the full output first.
|
|
17
15
|
|
|
18
16
|
Halt for explicit user approval before testing a bug hypothesis, finalizing an architecture plan, publishing issues, or making irreversible decisions.
|
|
19
17
|
|
|
@@ -16,10 +16,9 @@ Issue tracker + label vocabulary should exist; run `/setup-matt-pocock-skills` i
|
|
|
16
16
|
5. Present numbered breakdown: title; `HITL`/`AFK`; blockers; user stories.
|
|
17
17
|
6. Ask user to validate granularity/deps/HITL/AFK/merge/split.
|
|
18
18
|
7. Iterate until approved.
|
|
19
|
-
8.
|
|
20
|
-
9.
|
|
21
|
-
10.
|
|
22
|
-
11. DO NOT close/modify parent issue.
|
|
19
|
+
8. Publish in dependency order.
|
|
20
|
+
9. Apply `ready-for-agent` label unless instructed otherwise.
|
|
21
|
+
10. DO NOT close/modify parent issue.
|
|
23
22
|
|
|
24
23
|
## Issue template
|
|
25
24
|
|
|
@@ -15,9 +15,8 @@ RULE: Do not interview user. Synthesize current context.
|
|
|
15
15
|
2. Sketch out the seams at which you're going to test the feature. Existing seams should be preferred to new ones. Use the highest seam possible. If new seams are needed, propose them at the highest point you can.
|
|
16
16
|
3. Check with the user that these seams match their expectations.
|
|
17
17
|
4. Write PRD.
|
|
18
|
-
5.
|
|
19
|
-
6.
|
|
20
|
-
7. Apply `ready-for-agent`.
|
|
18
|
+
5. Publish to issue tracker.
|
|
19
|
+
6. Apply `ready-for-agent`.
|
|
21
20
|
|
|
22
21
|
## PRD template
|
|
23
22
|
|