taskplane 0.25.8 → 0.26.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.
@@ -11,8 +11,8 @@
11
11
  This is the default task area for {{project_name}}. Tasks that don't belong
12
12
  to a specific domain area are created here.
13
13
 
14
- Taskplane is configured and ready for task execution. Use `/task` for single
15
- tasks or `/orch all` for parallel batch execution.
14
+ Taskplane is configured and ready for task execution. Use `/orch all` for
15
+ parallel batch execution or `/orch <path/to/PROMPT.md>` for a single task.
16
16
 
17
17
  ---
18
18
 
@@ -21,8 +21,7 @@ tasks or `/orch all` for parallel batch execution.
21
21
  | Category | Path |
22
22
  |----------|------|
23
23
  | Tasks | `{{tasks_root}}/` |
24
- | Config | `.pi/task-runner.yaml` |
25
- | Config | `.pi/task-orchestrator.yaml` |
24
+ | Config | `.pi/taskplane-config.json` |
26
25
 
27
26
  ---
28
27