Add Pi memory adapter #20

Merged
vnprc merged 1 commit from agent/pi-adapter into master 2026-07-15 12:28:18 +01:00
Member

Add adapters/pi/AGENTS.md so 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.md pointer to this file lands separately in allod/profiles.

The adapter is byte-identical to adapters/codex/AGENTS.md apart from the title, pointing Pi at ../../memory.md before 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 against adapters/codex/AGENTS.md confirms it mirrors the existing adapter shape apart from the title.

Refs allod/profiles#4

Add `adapters/pi/AGENTS.md` so 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.md` pointer to this file lands separately in `allod/profiles`. The adapter is byte-identical to `adapters/codex/AGENTS.md` apart from the title, pointing Pi at `../../memory.md` before 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 against `adapters/codex/AGENTS.md` confirms it mirrors the existing adapter shape apart from the title. Refs allod/profiles#4
vnprc approved these changes 2026-07-15 12:28:12 +01:00
vnprc merged commit 3275b7df04 into master 2026-07-15 12:28:18 +01:00
vnprc deleted branch agent/pi-adapter 2026-07-15 12:28:18 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
allod/memory!20
No description provided.