mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
Adds the todo panel example under examples/extensions, updates example manifests and READMEs to match the current extension API, and surfaces extension install/load commands in zot --help.
9 lines
253 B
JSON
9 lines
253 B
JSON
{
|
|
"name": "scratchpad",
|
|
"version": "1.0.0",
|
|
"exec": "npx",
|
|
"args": ["-y", "tsx", "./index.ts"],
|
|
"language": "typescript",
|
|
"description": "scratchpad notes (commands) + read_notes (tool) — written in plain .ts via tsx",
|
|
"enabled": true
|
|
}
|