@janvitos/pi-plan-build 0.1.40 → 0.1.42

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/README.md CHANGED
@@ -4,16 +4,23 @@
4
4
 
5
5
  A global [Pi coding agent](https://github.com/badlogic/pi-mono) extension that adds persistent **Plan** and **Build** modes, guarded plan-file editing, interactive planning questions, full-plan review, explicit approval, and clean-session implementation handoffs.
6
6
 
7
- ## Screenshots
7
+ ## Plan mode
8
8
 
9
- <p align="center">
10
- <img src="docs/images/plan.png" alt="Pi Plan mode composer" width="49%" />
11
- <img src="docs/images/build.png" alt="Pi Build mode composer" width="49%" />
12
- </p>
9
+ Explore a codebase, ask questions, and prepare an implementation plan without modifying project files.
13
10
 
14
- <p align="center">
15
- <img src="docs/images/step-by-step.png" alt="Pi step-by-step plan execution panel" width="90%" />
16
- </p>
11
+ ![Pi Plan mode composer](docs/images/plan.png)
12
+
13
+ ## Build mode
14
+
15
+ Switch to Build mode to implement the approved plan directly in the current session or a clean session.
16
+
17
+ ![Pi Build mode composer](docs/images/build.png)
18
+
19
+ ## Step-by-step execution
20
+
21
+ Optionally keep the approved plan visible in a docked side panel while implementing and verifying one step at a time.
22
+
23
+ ![Pi step-by-step plan execution panel](docs/images/step-by-step.png)
17
24
 
18
25
  ## Features
19
26
 
@@ -96,7 +103,7 @@ Selecting **Stay in Plan mode**, or pressing Escape while the approval dialog is
96
103
 
97
104
  Both actions leave Plan mode active, stop the agent, and wait for the next user message.
98
105
 
99
- ### Step-by-step execution panel (Experimental)
106
+ ### Step-by-step execution details (Experimental)
100
107
 
101
108
  > **Experimental feature:** Step-by-step execution is still being developed. Expect UI and workflow changes, and please report issues or unexpected behavior.
102
109
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janvitos/pi-plan-build",
3
- "version": "0.1.40",
3
+ "version": "0.1.42",
4
4
  "description": "Plan safely, approve explicitly, then implement here or in a clean session.",
5
5
  "type": "module",
6
6
  "license": "MIT",