@fernado03/zoo-flow 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fernado03/zoo-flow",
3
3
  "description": "Workflow control plane for Zoo Code.",
4
- "version": "0.8.3",
4
+ "version": "0.8.4",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "zoo-flow": "bin/zoo-flow.js"
@@ -216,3 +216,13 @@ paths.
216
216
 
217
217
  Confirm? (yes / edit / cancel)
218
218
  ```
219
+
220
+ ## Complete
221
+
222
+ Call `attempt_completion` with:
223
+ - file paths written (CONTEXT.md, ADRs, optional docs)
224
+ - terms added (count)
225
+ - status (complete / blocked with reason)
226
+ - recommended next command
227
+
228
+ Do NOT use `ask_followup_question` or write results as plain text without calling the tool.
@@ -75,3 +75,12 @@ Seed files: GitHub=`issue-tracker-github.md`; GitLab=`issue-tracker-gitlab.md`;
75
75
  ## Done
76
76
 
77
77
  Report created/updated files. State engineering skills now read `docs/agents/*.md`; user may edit directly.
78
+
79
+ ## Complete
80
+
81
+ Call `attempt_completion` with:
82
+ - files created/updated (AGENTS.md/CLAUDE.md, docs/agents/*.md)
83
+ - issue tracker configured
84
+ - status (complete / blocked with reason)
85
+
86
+ Do NOT use `ask_followup_question` or write results as plain text without calling the tool.
@@ -17,3 +17,13 @@ Read full files only when structure, ordering, or surrounding context is require
17
17
  Do not re-read unchanged files; use prior findings unless the file changed.
18
18
 
19
19
  Start with `list_files` and `search_files`/`codebase_search`. Read representative files and key entrypoints, not every file in the area.
20
+
21
+ ## Complete
22
+
23
+ Call `attempt_completion` with:
24
+ - modules mapped (list)
25
+ - key findings (summary)
26
+ - status (complete / blocked with reason)
27
+ - recommended next command
28
+
29
+ Do NOT use `ask_followup_question` or write results as plain text without calling the tool.