@chaotic1988/pi-todo
A [pi](https://github.com/mariozechner/pi) extension that gives the LLM persistent, file-based todo tracking. Create, update, list, and delete todos that survive across sessions, terminal windows, and reboots.
Package details
Install @chaotic1988/pi-todo from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@chaotic1988/pi-todo- Package
@chaotic1988/pi-todo- Version
0.1.0- Published
- Jul 2, 2026
- Downloads
- 95/mo · 11/wk
- Author
- chaotic1988
- License
- unknown
- Types
- extension
- Size
- 53 KB
- Dependencies
- 0 dependencies · 3 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-todo
A pi extension that gives the LLM persistent, file-based todo tracking. Create, update, list, and delete todos that survive across sessions, terminal windows, and reboots.
Install
pi install npm:@chaotic1988/pi-todo
Quick Start
Once loaded, the LLM has five tools: create_todo, get_todo, update_todo, delete_todo, and list_todos.
See docs/user-guide.md for the full tool reference and storage details.