fix(mirror): stop skipping sirens-echo, its 404 no longer holds #833
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure!833
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/mirror-unskip-sirens-echo"
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 GitHub mirror has served a stale
sirens-echosince the repo was seeded. That is what #822 recorded when an agent read a three-day-old tree off the mirror and acted on it.Why the exclusion can go
#738 excluded it on an App installation 404. Checking each of the four conditions #738 asks for, rather than assuming them:
coilyco-opsinstallation oncoilyco-gamingreportsrepository_selection: all. The recorded 404 no longer holds.private=false, GitHubprivate=false. The mirror publishes nothing that was private.coilyco-gaming/sirens-echoexists, is not a fork, default branchmain.d04fed9e, the seededsirens-echo: initial public release. Forgejo contains that commit, so the first run is a fast-forward of about 838 commits, not a divergence. The controller's existing fail-closed policy is unchanged.What is not changing
ward-qa-fixtureandvoice-corpuskeep their exclusions.voice-corpushas no GitHub counterpart in any org, so its intended state is genuinely still open.homebrew-tapstays excluded as GitHub-canonical.Rollout
Landing this is the whole change. The ansible role copies the controller from the applied commit to ser8, and the ten-minute timer picks it up. No manual push.
Validation
ward exec forgejo-github-mirror-testpasses, 11 tests. Full pre-commit green.Refs #738, #822