No reviewers
Labels
No labels
bug
discussion
duplicate
enhancement
goal
help wanted
horizon:backlog
horizon:governance
horizon:mvp
invalid
operator-decision
question
roadmap
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
open-platform/mitosis!264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "immune-fixes"
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?
Two immune-system findings, one cycle.
rehome apex (gauntlet run 880, issue #258):
render_front_doorwrites the apex redirectRegex with the domain regex-escaped (dom\.tld). The identity sweep only rewrote the plain spelling — the redirect regex kept the old domain, never matched, and the apex fell through to www as 200 (gate wants 301→www). The escaped spelling is part of the identity: the sweep now rewrites it first (proven non-doubling; same already-correct shield), and file selection greps both spellings fixed-string. Unit-tested across disjoint / prefix-overlap / subdomain-shield / flat shapes + idempotence.seed-release (#263): has never succeeded — steps 2–3 called the public API base from the
isolatedpool, whose egress is in-cluster only. All API calls now use$REGISTRY; the public URL is print-only.workflow_dispatchadded — after merge, a dispatch must land on the 409 idempotent path for seed-r873, proving the lane.