Add Pi memory adapter #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/pi-adapter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
adapters/pi/AGENTS.mdso the Pi coding agent has a workflow-memory adapter mirroring the existing Claude and Codex adapters. The dev-VM Home Manager wiring that installs Pi and generates its~/.pi/agent/AGENTS.mdpointer to this file lands separately inallod/profiles.The adapter is byte-identical to
adapters/codex/AGENTS.mdapart from the title, pointing Pi at../../memory.mdbefore it relies on Allod workflow memory.Risk
R0 docs/metadata. New adapter file only; no runtime, generated, or operational behavior in this repo. Rollback is a straight revert.
Validation
test -f adapters/pi/AGENTS.md;head -1 … | grep '# Pi Adapter';grep 'memory.md'; diff againstadapters/codex/AGENTS.mdconfirms it mirrors the existing adapter shape apart from the title.Refs allod/profiles#4