@phi-code-admin/phi-code 0.61.0 → 0.61.1

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.
@@ -661,7 +661,11 @@ ${description}
661
661
  - Typical flow: explore(wave 1) → plan(wave 2) → code(wave 3) → test(wave 4) → review(wave 5)
662
662
  - But independent code tasks can run in parallel within the same wave
663
663
 
664
- 6. **Call the orchestrate tool** with all structured data. It handles execution automatically.`
664
+ 6. **Call the orchestrate tool** with ALL fields in a SINGLE call:
665
+ - title, description, goals, requirements, constraints (project metadata)
666
+ - tasks (array of ALL task objects with title, description, agent, dependencies)
667
+
668
+ ⚠️ CRITICAL: Include the \`tasks\` array in the SAME tool call as the project metadata. Do NOT make separate calls. All data must be in ONE orchestrate() invocation.`
665
669
  );
666
670
  },
667
671
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phi-code-admin/phi-code",
3
- "version": "0.61.0",
3
+ "version": "0.61.1",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {