@fernado03/zoo-flow 0.7.12 → 0.7.14
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/03-manual-reply-protocol.md +2 -1
- package/templates/full/.roo/rules-code-tweaker/00-scope.md +1 -1
- package/templates/full/.roo/rules-code-tweaker/01-completion.md +1 -1
- package/templates/full/.roo/rules-custom-orchestrator/00-routing.md +1 -1
- package/templates/full/.roo/rules-system-architect/00-scope.md +1 -1
- package/templates/full/.roo/rules-system-architect/02-completion.md +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
For workflow choices, ask the question in the message body and list numbered options.
|
|
4
4
|
|
|
5
|
-
Clickable suggestions may use the plain-language option text, but must not contain slash commands, mode names,
|
|
5
|
+
Clickable suggestions may use the plain-language option text, but must not contain slash commands, mode names, executable routing text, or arrows like `→ code` or `→ system-architect`.
|
|
6
6
|
|
|
7
7
|
Users may reply with either the number or the option text.
|
|
8
8
|
|
|
@@ -23,5 +23,6 @@ Unsafe suggestions:
|
|
|
23
23
|
- `/tweak`
|
|
24
24
|
- `Switch to code-tweaker`
|
|
25
25
|
- `Route to system-architect`
|
|
26
|
+
- `Fix it → code`
|
|
26
27
|
|
|
27
28
|
Only treat slash commands as commands when manually typed by the user.
|
|
@@ -6,6 +6,6 @@ Respect the delegated task's proceed policy before implementation.
|
|
|
6
6
|
|
|
7
7
|
Do not make broad architecture decisions.
|
|
8
8
|
|
|
9
|
-
Escalate to `system-architect` with `switch_mode` when architecture decisions are needed.
|
|
9
|
+
Escalate to `system-architect` with `switch_mode` when architecture decisions are needed. The exact slug is `system-architect`, never `architect`, `Architect`, or `system_architect`.
|
|
10
10
|
|
|
11
11
|
Respect `.roo/rules/04-context-economy.md` before reading or re-reading files.
|
|
@@ -4,7 +4,7 @@ A delegated task is the **entire command chain**, including every phase and mode
|
|
|
4
4
|
|
|
5
5
|
Choose your exit by where you are in that chain:
|
|
6
6
|
|
|
7
|
-
- **More phases remain** (a later phase is assigned to `system-architect`, e.g. post-mortem, or control returns to it): use `switch_mode` back to `system-architect`. Never `attempt_completion` mid-chain.
|
|
7
|
+
- **More phases remain** (a later phase is assigned to `system-architect`, e.g. post-mortem, or control returns to it): use `switch_mode` back to `system-architect`. Never `attempt_completion` mid-chain. The exact slug is `system-architect`, never `architect`.
|
|
8
8
|
- **You are running the command's final phase** and it is complete or blocked: use `attempt_completion` to return to the orchestrator.
|
|
9
9
|
|
|
10
10
|
If you entered this window via `switch_mode` (you are mid-chain, not the entry point) and any phase remains, you hand back with `switch_mode`. Only the command's final phase returns to the orchestrator.
|
|
@@ -18,7 +18,7 @@ For free-form requests, the only valid `new_task` target slugs are:
|
|
|
18
18
|
- `code-tweaker`
|
|
19
19
|
- `system-architect`
|
|
20
20
|
|
|
21
|
-
Never delegate to built-in/default modes, including Ask, Code, Debug, Architect, or Orchestrator.
|
|
21
|
+
Never delegate to built-in/default modes, including Ask, Code, Debug, Architect, or Orchestrator. The exact slugs are `code-tweaker` and `system-architect`, never `code`, `Code`, `architect`, `Architect`.
|
|
22
22
|
|
|
23
23
|
Slash commands bypass this — the extension reads `mode:` from the command frontmatter and switches directly.
|
|
24
24
|
|
|
@@ -8,6 +8,6 @@ Do not edit application source code.
|
|
|
8
8
|
|
|
9
9
|
Edits are limited to Markdown files, `.scratch/`, and `docs/`.
|
|
10
10
|
|
|
11
|
-
Use `switch_mode` to `code-tweaker` for implementation, test-writing, runnable prototypes, or source-code edits.
|
|
11
|
+
Use `switch_mode` to `code-tweaker` for implementation, test-writing, runnable prototypes, or source-code edits. The exact slug is `code-tweaker`, never `code`, `Code`, or `code_tweaker`.
|
|
12
12
|
|
|
13
13
|
Respect `.roo/rules/04-context-economy.md`: map/search before broad reads, then read only the relevant sections.
|
|
@@ -4,7 +4,7 @@ A delegated task is the **entire command chain**, including every phase and ever
|
|
|
4
4
|
|
|
5
5
|
Choose your exit by where you are in that chain:
|
|
6
6
|
|
|
7
|
-
- **More phases remain** (this or a later phase is assigned to `code-tweaker`, or control returns to you afterward): use `switch_mode`. Never `attempt_completion`. Writing a plan, diagnosis, or `.scratch/` notes is not "done" — it is a handoff. Switch to `code-tweaker` to implement.
|
|
7
|
+
- **More phases remain** (this or a later phase is assigned to `code-tweaker`, or control returns to you afterward): use `switch_mode`. Never `attempt_completion`. Writing a plan, diagnosis, or `.scratch/` notes is not "done" — it is a handoff. Switch to `code-tweaker` to implement. The exact slug is `code-tweaker`, never `code`.
|
|
8
8
|
- **You are running the command's final phase** and it is complete or blocked: use `attempt_completion` to return to the orchestrator.
|
|
9
9
|
|
|
10
10
|
If you entered this window via `switch_mode` (you are mid-chain, not the entry point) and any phase remains, you hand back with `switch_mode`. Only the command's final phase returns to the orchestrator.
|