lab(pod): always refresh the template's lab (no stale-binary skip) #291
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_skills!291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_provisioning_preflight"
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?
seed_lab_into_pod returned early when ~/hero/bin/lab already existed, so the
template kept running whatever lab it was first seeded with. A stale lab there
silently changes build behaviour — e.g. it ignores PATH_CODE and clones repos
into /tmp/code instead of ~/hero/code (so the sources never make it into the
template snapshot). Always
installthe orchestrator's (host) lab over thepod's copy instead; install(1) overwrites, so the template can't drift.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com