@@ -10,8 +10,8 @@ Follow me on [@AV1DLIVE](https://twitter.com/AV1DLIVE) for updates/collabs on pr
1010
1111> ** One brain, many harnesses.** A portable ` .agent/ ` folder (memory + skills
1212> + protocols) that plugs into Claude Code, Cursor, Windsurf, OpenCode,
13- > OpenClient, Hermes, or a DIY Python loop, and keeps its knowledge when
14- > you switch.
13+ > OpenClient, Hermes, Pi Coding Agent, or a DIY Python loop, and keeps
14+ > its knowledge when you switch.
1515
1616<p align =" center " >
1717 <img src =" docs/demo.gif " alt =" agentic-stack demo " width =" 880 " />
@@ -32,7 +32,7 @@ Based on the article:
3232Every guide shows the folder structure. This repo gives you the folder
3333structure ** plus the files that actually go inside** : a working portable
3434brain with five seed skills, four memory layers, enforced permissions, a
35- nightly staging cycle, host-agent review tools, and adapters for seven
35+ nightly staging cycle, host-agent review tools, and adapters for eight
3636harnesses.
3737
3838- ** Memory** — ` working/ ` , ` episodic/ ` , ` semantic/ ` , ` personal/ ` . Each
@@ -79,7 +79,7 @@ brew install agentic-stack
7979# drop the brain into any project — the onboarding wizard runs automatically
8080cd your-project
8181agentic-stack claude-code
82- # or: cursor | windsurf | opencode | openclient | hermes | standalone-python
82+ # or: cursor | windsurf | opencode | openclient | hermes | pi | standalone-python
8383```
8484
8585### Windows (PowerShell)
@@ -103,6 +103,7 @@ brew update && brew upgrade agentic-stack
103103git clone https://github.com/codejunkie99/agentic-stack.git
104104cd agentic-stack && ./install.sh claude-code # mac / linux / git-bash
105105# or on Windows PowerShell: .\install.ps1 claude-code
106+ # adapters: claude-code | cursor | windsurf | opencode | openclient | hermes | pi | standalone-python
106107```
107108
108109## Onboarding wizard
@@ -209,6 +210,7 @@ adapters/ # one small shim per harness
209210├── opencode/ (AGENTS.md + opencode.json)
210211├── openclient/ (system-prompt include)
211212├── hermes/ (AGENTS.md)
213+ ├── pi/ (AGENTS.md + .pi/skills symlink)
212214└── standalone-python/ (DIY conductor entrypoint)
213215
214216docs/ # architecture, getting-started, per-harness
@@ -232,6 +234,7 @@ onboard_write.py # atomic file write with backup
232234| ** OpenCode** | ` AGENTS.md ` + ` opencode.json ` | partial (permission rules) |
233235| ** OpenClient** | system-prompt include | varies by fork |
234236| ** Hermes Agent** | ` AGENTS.md ` (agentskills.io compatible) | partial (own memory) |
237+ | ** Pi Coding Agent** | ` AGENTS.md ` + ` .pi/skills/ ` | no (extension system) |
235238| ** Standalone Python** | ` run.py ` (any LLM) | yes (full control) |
236239
237240## Seed skills
0 commit comments