pi-long-task 0.3.2 → 0.3.3
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 +13 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,22 +99,19 @@ Run a long task without commits to audit the README examples and leave the final
|
|
|
99
99
|
Pi keeps the active worker transcript in the main content area and shows the run timeline in the sidebar:
|
|
100
100
|
|
|
101
101
|
```text
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
│ details here while the current TODO is running. │ subtask progress, timeline, spend. │
|
|
116
|
-
└──────────────────────────────────────────────────────┴──────────────────────────────────────┘
|
|
117
|
-
```
|
|
102
|
+
Main content: active worker activity | Pi Long Task sidebar
|
|
103
|
+
Worker TODO 2 — Add parser tests | Progress: 2/5 tasks complete (40%)
|
|
104
|
+
$ npm test -- parser | Worker spend: $0.18
|
|
105
|
+
✓ parser handles nested arrays | Timeline
|
|
106
|
+
✗ parser rejects invalid escapes | ✓ TODO 1 Rewrite intro done
|
|
107
|
+
Editing src/parser.test.ts... | ▶ TODO 2 Add parser tests active
|
|
108
|
+
Re-running focused tests after fix... | ◌ add edge-case fixtures
|
|
109
|
+
Worker reports commands, file edits, and results here. | ◌ fix failing assertions
|
|
110
|
+
Current TODO output stays in the main thread. | ○ TODO 3 Update docs next
|
|
111
|
+
Sidebar tracks task status, timeline, progress, spend. | ○ TODO 4 Validate install later
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
The real TUI uses responsive layout and colors; this README mockup keeps the split to one separator so it renders cleanly in package galleries and narrow views.
|
|
118
115
|
|
|
119
116
|
## How it works
|
|
120
117
|
|