Remove ALL zinit references — complete migration to hero_proc #58
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?
Problem
zinit has been replaced by hero_proc as the process supervisor, but zinit_sdk references remain across the codebase.
Active code imports (breaks builds)
cloud/zinit_jobs.rszinit_client.rsadmin/rpc.rsserver/routes.rsservices/mod.rsCargo.toml deps on zinit_sdk (13 files)
hero_indexer, hero_os_app, hero_books, hero_aibroker, hero_archipelagos (3), hero_redis, hero_inspector, hero_embedder (2), hero_voice
Comments/strings (~30 files)
Variable names, doc comments, UI labels that say 'zinit' — should say 'hero_proc'.
What to do
use zinit_sdk::*withuse hero_proc_sdk::*equivalentsZinitRPCAPIClientwithHeroProcRPCAPIClientZINIT_SOCKETenv var withHERO_PROC_SOCKETzinit_server.sockpaths withhero_proc_server.sockzinit_sdkfrom all Cargo.toml fileszinit_service.rs→hero_proc_service.rsin hero_archipelagosembed/zinitisland → rename toembed/hero_procRef: #50 (closed), #27 (closed)
hero_compute: complete zinit_sdk → hero_proc_sdk migrationto Remove ALL zinit references — complete migration to hero_procComplete: all
zinit_sdkreferences removed from Cargo.toml across all 12 repos. Code migrated tohero_proc_sdkin hero_compute, hero_embedder, hero_books, hero_inspector. Dead deps removed from hero_redis, hero_indexer, hero_aibroker, hero_voice. Zerozinit_sdkremaining in any Cargo.toml.Remaining zinit references in hero_archipelagos WASM islands (system/service, system/services, embed/zinit) tracked separately in #61.
Signed-off-by: mik-tf