@nguyenquangthai/pi-todo 0.2.1 → 0.2.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.2 (2026-07-15)
4
+
5
+ - Add gallery screenshot to pi manifest for pi.dev/packages listing.
6
+
3
7
  ## 0.2.1 (2026-07-15)
4
8
 
5
9
  - Overlay heading spacing: add blank line + `maxLines-1` budget for clean visual separation.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nguyenquangthai/pi-todo",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "OpenCode-like session todo checklist for the pi coding agent — todowrite/todoread with a live TUI overlay",
5
5
  "type": "module",
6
6
  "author": "QuangThai",
@@ -28,7 +28,8 @@
28
28
  "src",
29
29
  "LICENSE",
30
30
  "README.md",
31
- "CHANGELOG.md"
31
+ "CHANGELOG.md",
32
+ "media/screenshot.png"
32
33
  ],
33
34
  "publishConfig": {
34
35
  "access": "public"
@@ -40,7 +41,8 @@
40
41
  "prepublishOnly": "npm test && npm run typecheck"
41
42
  },
42
43
  "pi": {
43
- "extensions": ["./src/index.ts"]
44
+ "extensions": ["./src/index.ts"],
45
+ "image": "https://raw.githubusercontent.com/QuangThai/pi-todo/main/media/screenshot.png"
44
46
  },
45
47
  "peerDependencies": {
46
48
  "@earendil-works/pi-ai": "*",