@firstpick/pi-extension-notes
v0.1.4
Published
Local notes CRUD extension for Pi with optional rule-note prompt injection.
Downloads
641
Maintainers
Readme
pi-extension-notes
Local notes management for Pi with optional rule-note prompt injection.
What it does
- Create, list, read, update, and delete local markdown notes.
- Uses fuzzy lookup for fast retrieval/editing.
- Stores notes in a transparent file-based structure.
- Optionally injects
rule*notes into the system prompt at startup.
Install
pi install npm:@firstpick/pi-extension-notesConfiguration
PI_NOTES_DIR- Optional custom notes storage directory.
- Default:
~/.pi/agent/memory/notes
PI_NOTES_INCLUDE_RULES_IN_PROMPT1|true|yes|on: inject rule notes into system prompt on start.- unset/other: keep rule notes stored but do not inject.
Commands
/note <title> :: <content>or/note <content>— create/save a note./note-list— list notes (newest first)./note-read [slug|query]— read a note (fuzzy match)./note-update <slug|title> :: <content>— update a note./note-delete <slug|title>— delete a note (with confirmation in UI)./note-status— show notes directory and rule-injection status.
Tools
None.
