Reseed genesis to embed the fixed germinate lib.sh for depth-2 granddaughters #62
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#62
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?
After #61 merged, the immediate daughter activates the whole whiteboard (germination uses the germinator working-tree lib.sh — proven on wb-gate2). But the committed genesis/seed.tar.gz mitosis bundle was built from origin main BEFORE the lib.sh fix, so a depth-2 GRANDDAUGHTER (seeded from a daughter) would use the pre-fix trim. One mechanical reseed closes it: from a running post-#61 platform,
PLAT_PAT=<pat> GITOPS_REF=main bin/seedso the seed mitosis bundle carries the fixed bin/lib.sh + bin/germinate. Then depth-2+ also deploy Kyverno/policies first-try. Not urgent (depth-1 works); do at next seed refresh.Reseed built + verified + PR open: #65. Also demonstrated the gap live: today's fresh daughter (old committed seed) carries pre-fix lib.sh with zero
_ensure_flux_kusthits. Suggest a follow-up reseed once agents 0.7.6 (plat/agents#10 + #11) is tagged and pinned, so daughters also carry the webhook-idempotency + preview-probe fixes.