pi-plan-task 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,8 +5,8 @@ One Pi package: `/plan`, `/build`, `/goal`, and `/tasks`. Progress lives on disk
5
5
  ## Commands
6
6
 
7
7
  | Command | What it does |
8
- |---|---|
9
- | `/plan [file|goal]` | Read-only planning. Writes `.plan_task/plan.md` and `.plan_task/task.md`. |
8
+ | --- | --- |
9
+ | `/plan [file or goal]` | Read-only planning. Writes `.plan_task/plan.md` and `.plan_task/task.md`. |
10
10
  | `/build` | Execute the next unfinished task, then ask whether to continue here or in a new session. |
11
11
  | `/goal` | Execute remaining tasks until `task.md` is complete. No session prompts. |
12
12
  | `/tasks` | Show the current task list and progress. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-plan-task",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "description": "Pi package: /plan, /build, /goal, /tasks.",
6
6
  "keywords": ["pi-package"],