clone-coilysiren-repos.sh broken by org split; supersede with ansible reconcile role #224
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/infrastructure#224
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?
scripts/clone-coilysiren-repos.shhardcodesORG="coilysiren"and clones every repo in itsREPOSlist fromgit@github.com:coilysiren/<name>.gitinto/home/kai/projects/coilysiren/. After the W1 org split (coilyco-bridge/agentic-os-kai#534), those repos now live across three orgs (coilyco-bridge, coilyco-flight-deck, coilysiren) plus archived ones, so a singleORGprefix can no longer clone them and the bootstrap fails for every moved repo.This was left out of the #182 reference-repoint sweep on purpose: it is a structural migration (per-repo org mapping + on-disk layout), not a literal
coilysiren/<repo>reference rewrite, and issue #534's own grep method excluded the templated${ORG}/${name}form.The
ansible/roles/reconcilerole ("Reconcile the local checkout layout against origin remotes") already converges the corrected per-org layout. Decide whether to retire this script in favor of the reconcile role, or rework it to read the same per-repo org map (data/repo-split-decisions.yaml).Found while working #182.