Complete zinit → hero_proc migration in hero_compute, hero_lib, hero_skills #68
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?
Context
#65 completed the zinit → hero_proc rename across 16 repos (everything built by
make dist). Three repos remain with zinit references — they are not compiled by the hero_services build pipeline.Remaining repos
hero_compute (~163 references)
ZINIT_SOCKETenv var →HERO_PROC_SOCKEThero_lib (~172 references)
validate_zinit()checks in ci_rhai.sh and tests.yamlmos/launcher/steps.rs:/sbin/zinit→/sbin/hero_proc_pid1(kernel cmdline)hero_skills (~524 references)
Approach
Mechanical renames. Each repo should be verified independently:
cargo checkin its workspacecargo check+ verify Rhai script examples still parseRef: #65 (Phase 1+2 complete)
Signed-off-by: mik-tf
Phase 3 zinit→hero_proc cleanup complete across 3 repos:
hero_compute (1 file):
.env.example—ZINIT_SOCKET→HERO_PROC_SOCKET, updated commentshero_lib (20 files):
crates/mos/src/launcher/steps.rs—/sbin/zinit→/sbin/hero_proc_pid1.forgejo/workflows/tests.yaml—check_tool zinit→check_tool hero_procci_rhai.sh—validate_zinit()→validate_hero_proc()hero_skills (35 files + 4 renames):
_beta/zinit_startup_rhai_scripts/→_beta/hero_proc_startup_rhai_scripts/_archive/prompts/zinit/→_archive/prompts/hero_proc/_archive/prompts/rhai/RHAI_ZINIT.md→RHAI_HERO_PROC.mdFinal verification:
grep -ri zinitacross all 20+ repos returns zero active references (only meta-references in hero_proc's rename verification test and SESSION_STATUS.md history).All repos pushed to development.