diff --git a/AGENTS.md b/AGENTS.md index c52785dc..e8cf6a2c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -177,11 +177,11 @@ 177| 178|Clawdie spans three repos. Changes often require coordinated updates. 179| - 180|| Repo | Purpose | Remote | - 181|| ------------- | ---------------------------------------- | ------------------------------------------ | - 182|| `Clawdie-AI` | Agent runtime, control plane, channels | `git@codeberg.org:Clawdie/Clawdie-AI.git` | - 183|| `clawdie-iso` | ISO builder, firstboot wizard, installer | `git@codeberg.org:Clawdie/Clawdie-ISO.git` | - 184|| `Colibri` | Cross-platform Rust control plane core | `git@codeberg.org:Clawdie/Colibri.git` | + | Repo | Purpose | Remote | + | ------------- | ---------------------------------------- | -------------------------------------------------- | + | `clawdie-ai` | Agent runtime, control plane, channels | `git@code.smilepowered.org:clawdie/clawdie-ai.git` | + | `clawdie-iso` | ISO builder, firstboot wizard, installer | `git@code.smilepowered.org:clawdie/clawdie-iso.git`| + | `Colibri` | Cross-platform Rust control plane core | `git@code.smilepowered.org:clawdie/colibri.git` | 185| 186|When changes span repos, create a handoff doc in the secondary repo 187|listing what needs updating. See `Clawdie-AI/AGENTS.md` for full protocol.