@comfanion/usethis_todo 0.1.16-dev.4 → 0.1.16-dev.5

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/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -41,7 +41,7 @@ const UsethisTodoPlugin: Plugin = async ({ directory, client }) => {
41
41
  "usethis_todo_read",
42
42
  "usethis_todo_read_five",
43
43
  "usethis_todo_read_by_id",
44
- "todowrite",
44
+ // todowrite is NOT pruned — required for TUI rendering + sidebar sync
45
45
  ])
46
46
 
47
47
  // Collect all TODO-related tool parts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/usethis_todo",
3
- "version": "0.1.16-dev.4",
3
+ "version": "0.1.16-dev.5",
4
4
  "description": "OpenCode plugin: enhanced TODO tools (dual storage + dependency graph)",
5
5
  "type": "module",
6
6
  "main": "./index.ts",