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.
Files changed (2) hide show
  1. package/README.md +16 -16
  2. 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 ───────────────┬─ Pi Long Task sidebar ───────────────┐
103
- │ Worker TODO 2 — Add parser tests │ Progress: 2/5 tasks complete (40%)
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 parser tests active
109
- │ Editing src/parser.test.ts... │ ◌ add edge-case fixtures
110
- │ Re-running focused tests after fix... │ ◌ fix failing assertions
111
- │ ○ TODO 3 Update docs next
112
- │ ○ TODO 4 Validate install later
113
-
114
- │ The worker reports commands, file edits, and result │ Sidebar tracks task statuses, │
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 │
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-long-task",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "description": "Pi extension for breaking down and running long coding tasks safely.",
6
6
  "keywords": [