pi-long-task 0.3.3 → 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 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,19 +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
- $ 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.
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.
115
118
 
116
119
  ## How it works
117
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-long-task",
3
- "version": "0.3.3",
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": [