@xynogen/pix-todo

Pi tool — durable execution checklist (todo)

Packages

Package details

extension

Install @xynogen/pix-todo from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@xynogen/pix-todo
Package
@xynogen/pix-todo
Version
0.1.2
Published
Jun 18, 2026
Downloads
not available
Author
xynogen
License
MIT
Types
extension
Size
27.8 KB
Dependencies
1 dependency · 2 peers
Pi manifest JSON
{
  "extensions": [
    "src/index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pix-todo

Pi tool — durable execution checklist (todo).

What it does

Registers the todo tool, which gives the agent a persistent task checklist that survives context compaction and session restore. The checklist is seeded by the model via the set action and tracks items through four statuses: pending (○), in_progress (◐), done (●), and blocked (⊘). State is persisted via Pi's appendEntry("todo-state") so the agent can recover its position after long runs or compaction events. The agent calls todo(action:"list") to resume where it left off. Actions: list, set, add, update, clear.

Install

pi install npm:@xynogen/pix-todo

Full distro

To install the complete pix suite (all packages + Pi itself):

curl -fsSL https://raw.githubusercontent.com/xynogen/pix-mono/main/scripts/install.sh | sh

License

MIT