pi-long-task 0.3.2 → 0.3.4
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 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,22 +99,22 @@ 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
|
-
┌─ Main content: active worker activity
|
|
103
|
-
│ Worker TODO 2 — Add parser tests
|
|
104
|
-
│
|
|
105
|
-
│ $ npm test -- parser │
|
|
106
|
-
│ ✓ parser handles nested arrays
|
|
107
|
-
│ ✗ parser rejects invalid escapes
|
|
108
|
-
│
|
|
109
|
-
│ Editing src/parser.test.ts...
|
|
110
|
-
│ Re-running
|
|
111
|
-
│
|
|
112
|
-
│
|
|
113
|
-
│
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
102
|
+
┌─ Main content: active worker activity ─────────┬─ Pi Long Task sidebar ─────────┐
|
|
103
|
+
│ Worker TODO 2 — Add parser tests │ Progress: 2/5 tasks complete │
|
|
104
|
+
│ │ Worker spend: $0.18 │
|
|
105
|
+
│ $ npm test -- parser │ │
|
|
106
|
+
│ ✓ parser handles nested arrays │ Timeline │
|
|
107
|
+
│ ✗ parser rejects invalid escapes │ ✓ TODO 1 Rewrite intro done │
|
|
108
|
+
│ │ ▶ TODO 2 Add tests active │
|
|
109
|
+
│ Editing src/parser.test.ts... │ ◌ add edge fixtures │
|
|
110
|
+
│ Re-running tests after fix... │ ◌ fix assertions │
|
|
111
|
+
│ │ ○ TODO 3 Update docs next │
|
|
112
|
+
│ Worker reports commands, edits, results here. │ ○ TODO 4 Validate later │
|
|
113
|
+
│ Current TODO output stays in main thread. │ Tracks status/timeline/spend │
|
|
114
|
+
└────────────────────────────────────────────────┴────────────────────────────────┘
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
The real TUI uses responsive layout and colors; this README mockup stays narrow enough to avoid wrapping in package galleries.
|
|
118
118
|
|
|
119
119
|
## How it works
|
|
120
120
|
|