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.
Files changed (2) hide show
  1. package/README.md +13 -16
  2. 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
- ┌─ 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 (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
 
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.3",
4
4
  "type": "module",
5
5
  "description": "Pi extension for breaking down and running long coding tasks safely.",
6
6
  "keywords": [