Tag hero_builder v0.1.0-rc1 + wire service builder install --download (D-08 follow-up) #12
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_code#12
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?
Decision: D-08 adopts
hero_builder(lives atcrates/hero_builder/) as the canonical Hero build orchestrator. Currently it's installed by building from source viaservice builder install --reset.To match the deploy contract used by every other Hero binary (per home#225 META compliance + D-06 bootstrap contract)
hero_buildershould:v0.1.0-rc1fromdevelopment. Per feedback_release_tag_dev_or_main.md the release workflow's ancestry guard must allowdevelopmentORmain.x86_64-unknown-linux-muslasset per D-07 priority axis (no aarch64).service builderto supportinstall --downloadalongside the existing source-build path, so workstations can grab the binary without compiling from source.Owner: whoever owns hero_builder; CC: workspace maintainers since this lives at the intersection of hero_code (host repo) and the workspace-wide build pipeline.
Why: hero_builder becomes the path for sweeps + producer workflows + per-repo policy enforcement under D-08. Having it available via
--downloadremoves a chicken-and-egg for fresh deploys (currently the only way to install hero_builder is to first cargo-build it, which is the very thing it's meant to drive).Filed at session 80 close per D-08 follow-up.