@@ -28,7 +28,7 @@ brew install agentic-stack
2828# drop the brain into any project — the onboarding wizard runs automatically
2929cd your-project
3030agentic-stack claude-code
31- # or: cursor | windsurf | opencode | openclaw | hermes | pi | standalone-python
31+ # or: cursor | windsurf | opencode | openclaw | hermes | pi | standalone-python | antigravity
3232```
3333
3434### Windows (PowerShell)
@@ -52,7 +52,7 @@ brew update && brew upgrade agentic-stack
5252git clone https://github.com/codejunkie99/agentic-stack.git
5353cd agentic-stack && ./install.sh claude-code # mac / linux / git-bash
5454# or on Windows PowerShell: .\install.ps1 claude-code
55- # adapters: claude-code | cursor | windsurf | opencode | openclaw | hermes | pi | standalone-python
55+ # adapters: claude-code | cursor | windsurf | opencode | openclaw | hermes | pi | standalone-python | antigravity
5656```
5757
5858## Onboarding wizard
@@ -154,9 +154,9 @@ harnesses.
154154 - ` show.py ` — colorful dashboard of brain state (episodes, candidates,
155155 lessons, failing skills, 14d activity sparkline). ` --json ` / ` --plain `
156156 / ` NO_COLOR ` flags.
157- - ** Adapter wiring for recall across all 8 harnesses.** Every adapter
157+ - ** Adapter wiring for recall across all harnesses.** Every adapter
158158 (` claude-code ` , ` cursor ` , ` windsurf ` , ` opencode ` , ` openclaw ` , ` hermes ` ,
159- ` pi ` , ` standalone-python ` ) now instructs the model to run
159+ ` pi ` , ` standalone-python ` , ` antigravity ` ) now instructs the model to run
160160 ` recall.py "<intent>" ` before deploy / migration / timestamp / debug /
161161 refactor work, and to surface results in a `Consulted lessons before
162162 acting:` block.
@@ -256,7 +256,8 @@ adapters/ # one small shim per harness
256256├── openclaw/ (system-prompt include)
257257├── hermes/ (AGENTS.md)
258258├── pi/ (AGENTS.md + .pi/skills symlink)
259- └── standalone-python/ (DIY conductor entrypoint)
259+ ├── standalone-python/ (DIY conductor entrypoint)
260+ └── antigravity/ (ANTIGRAVITY.md)
260261
261262docs/ # architecture, getting-started, per-harness
262263install.sh # mac / linux / git-bash installer
@@ -281,6 +282,7 @@ onboard_write.py # atomic file write with backup
281282| ** Hermes Agent** | ` AGENTS.md ` (agentskills.io compatible) | partial (own memory) |
282283| ** Pi Coding Agent** | ` AGENTS.md ` + ` .pi/skills/ ` | no (extension system) |
283284| ** Standalone Python** | ` run.py ` (any LLM) | yes (full control) |
285+ | ** Antigravity** | ` ANTIGRAVITY.md ` | yes (system context) |
284286
285287## Seed skills
286288
0 commit comments