You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-15Lines changed: 26 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# forjd-pi
2
2
3
-
A small [pi coding agent](https://pi.dev)extension pack from Forjd.
3
+
A [pi coding agent](https://pi.dev)package set from Forjd.
4
4
5
-
The first extension is a high-level Git diff sidebar: a passive right-side panel that keeps the current working tree visible while you code with pi.
5
+
This package bundles the Forjd Git diff sidebar plus three cloned pi packages:
6
+
7
+
-[`pi-subagents`](https://github.com/nicobailon/pi-subagents) for delegating work to subagents, chains, and parallel runs
8
+
-[`@juicesharp/rpiv-todo`](https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-todo) for model-managed task tracking with a live overlay
9
+
-[`@juicesharp/rpiv-ask-user-question`](https://github.com/juicesharp/rpiv-mono/tree/main/packages/rpiv-ask-user-question) for structured clarification prompts
6
10
7
11
## Features
8
12
@@ -13,6 +17,9 @@ The first extension is a high-level Git diff sidebar: a passive right-side panel
13
17
- Largest changed files sorted to the top
14
18
- Non-capturing overlay, so the editor keeps focus
15
19
- Automatically hides on narrow terminals and leaves a compact footer status
0 commit comments