@fernado03/zoo-flow 0.7.9 → 0.7.10

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@fernado03/zoo-flow",
3
3
  "description": "Workflow control plane for Zoo Code.",
4
- "version": "0.7.9",
4
+ "version": "0.7.10",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "zoo-flow": "bin/zoo-flow.js"
@@ -4,7 +4,7 @@ argument-hint: <describe the feature>
4
4
  mode: system-architect
5
5
  ---
6
6
  EXECUTION RULES (Run sequentially. Wait for user between phases):
7
- 0. TRACK: At start, write a phase checklist to `.scratch/feature-<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
7
+ 0. TRACK: At start, write a phase checklist to `.scratch/features/<YYYY-MM-DD>/<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
8
8
  0b. READ `.scratch/LAST-EXPLORATION.md` if it exists to find the most recent exploration map. Reference it in phase 1.
9
9
  1. SHARPEN (Architect): Run skill `.roo/skills/engineering/grill-with-docs/SKILL.md`. Update docs.
10
10
  HARD STOP: Ask user to choose: Prototype OR skip to PRD.
@@ -4,7 +4,7 @@ argument-hint: <describe the bug or error>
4
4
  mode: system-architect
5
5
  ---
6
6
  EXECUTION RULES:
7
- 0. TRACK: At start, write a phase checklist to `.scratch/fix-<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
7
+ 0. TRACK: At start, write a phase checklist to `.scratch/fixes/<YYYY-MM-DD>/<slug>.md` (phases 1-5, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
8
8
  0b. READ `.scratch/LAST-EXPLORATION.md` if it exists to find the most recent exploration map. Reference it in phase 1.
9
9
  1. DIAGNOSE (Architect): Run skill `.roo/skills/engineering/diagnose/SKILL.md`. Run phases 1-3.
10
10
  HARD STOP: Present hypotheses. Wait for user selection. Ignore internal AFK rules.
@@ -4,7 +4,7 @@ argument-hint: <area to refactor>
4
4
  mode: system-architect
5
5
  ---
6
6
  EXECUTION RULES:
7
- 0. TRACK: At start, write a phase checklist to `.scratch/refactor-<slug>.md` (phases 1-3, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
7
+ 0. TRACK: At start, write a phase checklist to `.scratch/refactors/<YYYY-MM-DD>/<slug>.md` (phases 1-3, each unchecked). Before any `switch_mode` or `attempt_completion`, update it. Do NOT `attempt_completion` while any phase is unchecked — `switch_mode` to the phase's owner instead.
8
8
  0b. READ `.scratch/LAST-EXPLORATION.md` if it exists to find the most recent exploration map. Reference it in phase 1.
9
9
  1. FIND (Architect): Run skill `.roo/skills/engineering/improve-codebase-architecture/SKILL.md`. List candidates.
10
10
  HARD STOP: Ask user which candidate to explore.