catalog dependsOn points at private eco-mods, should be eco-mods-public #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The catalog block in
.coily/coily.yamldeclaresdependsOn: coilysiren/eco-mods(the private superset). There is no code coupling to the private repo: the C# mod is a standard UserCode mod built on the public ModKit NuGet (Eco.ReferenceAssemblies), and AGENTS.md nameseco-mods-publicas the sibling it mirrors for UserCode layout +Register.cs. AGENTS.md L67 even forbids copying from a local Eco source checkout ("Only public ModKit API").The edge should point at
coilysiren/eco-mods-public, the actual technical sibling.Surfaced by the W1 org-split cross-org dependency check (coilysiren/agentic-os-kai#412): eco-jobs-tracker is flight-deck, eco-mods is bridge + private, so a public flight-deck repo would depend on a private bridge repo. Repointing to eco-mods-public (also flight-deck) clears the violation and is factually correct.