Bump hero_proxy workspace to 0.6.0 to cohere with hero_proc + hero_rpc #48
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_proxy#48
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?
Summary
lhumina_code/hero_procandlhumina_code/hero_rpchave bumped their workspace versions to 0.6.0 ondevelopment, buthero_proxyis still on 0.5.0. Becausehero_proxy_sdkdeclareshero_rpc_derive = "^0.5.0"againstbranch = "development"(which now resolves to 0.6.0), any downstream Cargo workspace that depends onhero_proxy_sdkAND needs to refresh itshero_proclock fails to resolve.Impact
This blocks any downstream consumer the moment they
cargo updateagainst fresh upstream. Reproduction inhero_assistance(s47):hero_procdevelopmentwas force-pushed; old locked SHA was GC'd.cargo update -p hero_proc_sdktriggers a re-fetch of all forge git sources.hero_rpc.git?branch=development→ findsversion = "0.6.0".hero_proxy_sdk'shero_rpc_derive = "^0.5.0"fails to match.Error:
This is not solvable in downstream
Cargo.tomlalone:[patch.<URL>]rejects same-source same-URL patches, and rev-pinning our direct deps doesn't redirecthero_proxy_sdk's nestedbranch = "development"declaration.Request
Bump
hero_proxyworkspace to0.6.0ondevelopmentso the upstream ecosystem coheres. After the bump, downstream workspaces can do a coordinated0.5.0→0.6.0lift in a single dedicated commit.Notes
hero_assistanceis currently blocked at Phase 27-prep (Forgejo Releases page parity / v0.4.0 milestone) on this dep-graph state. We've filed limitation L-09 in our project documenting this and routed Phase 27-prep to "blocked on upstream."hero_proxyis at 0.6.0, downstream projects need to: bump their threeversion = "0.5.0"workspace pins to"0.6.0", re-runcargo update, and verify therpc.discoverbyte-stable invariant survives thehero_rpc#3f50397recompute-policy change (D-21 in our project).Resolved by
f9a252d2ondevelopment(2026-05-09T02:02:47, "fix: bump hero_proxy to v0.6.0, align hero_rpc/hero_proc/herolib_core deps to 0.6.0"). Workspace package + 5 hero_* git deps lifted from 0.5.0 → 0.6.0 — the dep-graph cohere fix this issue requested. PR #49 (which proposed the same bump) closed as superseded.Follow-on work happens in
lhumina_code/hero_assistanceper L-09 §Fix plan: one dedicated session lifting hero_assistance to 0.6.0 (4 version pins +cargo update+ 279-native baseline re-run with D-21 / D-22 byte-stability attention). No further hero_proxy-side action.