@capdiem/pi-todo 0.1.2 → 0.2.0
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 +2 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,9 +12,6 @@ in the desktop's **left-nav sidebar** todo panel with zero extra configuration
|
|
|
12
12
|
(desktop-side support is upcoming — see
|
|
13
13
|
[Desktop integration](#desktop-integration)).
|
|
14
14
|
|
|
15
|
-
A good starting point if you want to understand or extend a todo tool without
|
|
16
|
-
the production hardening of a full extension.
|
|
17
|
-
|
|
18
15
|
## Features
|
|
19
16
|
|
|
20
17
|
- One-call creation of a complete plan (snapshot semantics)
|
|
@@ -39,10 +36,10 @@ owns the same `todo` tool name before installing it, e.g.:
|
|
|
39
36
|
|
|
40
37
|
```bash
|
|
41
38
|
pi remove <the-other-todo-extension>
|
|
42
|
-
pi install npm
|
|
39
|
+
pi install npm:@capdiem/pi-todo
|
|
43
40
|
```
|
|
44
41
|
|
|
45
|
-
|
|
42
|
+
To try it without installing:
|
|
46
43
|
|
|
47
44
|
```bash
|
|
48
45
|
pi -e ./extensions/pi-todo/index.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capdiem/pi-todo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "A lightweight atomic todo tool for the Pi coding agent: one-call snapshot plans, three states, stale-write guard, plus a TUI widget and a pi-agent-desktop sidebar panel",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"pi": {
|