v0.11.1 - Pi Coding Agent
Adds Pi Coding Agent as a 6th build target (PR #83, by @Gepetdo).
bash scripts/build.sh --platform pi emits dist/pi/ - a native Pi package: a package.json declaring pi.prompts/pi.skills, one prompt template per command under .pi/prompts/ (invoke /obsidian-save, /obsidian-daily, ...), and a discovery skill at .pi/skills/obsidian-second-brain/SKILL.md (/skill:obsidian-second-brain), with the AI-first rules and Python helpers alongside.
Install: pi install ./dist/pi (or copy dist/pi/.pi/ into your vault root).
Purely additive - the adapter is auto-discovered by build.sh, so the existing five platforms (Claude Code, Codex, Gemini, OpenCode, Hermes) are untouched. All 6 platforms build, 27 smoke tests pass.
Thanks @Gepetdo for the contribution.