@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 +16 -9
- package/docs/images/build.png +0 -0
- package/docs/images/plan.png +0 -0
- package/package.json +1 -1
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
|
-
##
|
|
7
|
+
## Plan mode
|
|
8
8
|
|
|
9
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+

|
|
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
|
+

|
|
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
|
+

|
|
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
|
|
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
|
|
package/docs/images/build.png
CHANGED
|
Binary file
|
package/docs/images/plan.png
CHANGED
|
Binary file
|