docs: fix cross-repo table still pointing to Codeberg (Sam & Hermes)

This commit is contained in:
Sam & Hermes 2026-05-29 11:58:19 +02:00 committed by 123kupola
parent 8081531e1e
commit 7768edc39f

View file

@ -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.