refactor: rename hero_proc_ui -> hero_proc_admin (ui.sock -> admin.sock) #98
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_proc!98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_proc_admin_rename"
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?
Aligns the hero_proc producer with the workspace
_adminconvention codified byhero_router/src/service_manager/services/*.rs(the SSOT) and thehero_service_testskill.hero_skills/service_proc.nualready expectshero_proc_admininSP_BINARIES(line 43); this PR fixes the producer/consumer mismatch soservice_proc start --downloadworks end-to-end again.Mirrors hero_db PR #29 (5c9a14e). Priority-1 producer under lhumina_code/home#228 .
Changes
crates/hero_proc_ui/→crates/hero_proc_admin/crates/hero_proc_lib_ui/→crates/hero_proc_lib_admin/hero_proc_adminui.sock→admin.sock(preserveshero_router/ui.sockrefs since hero_router migration is its own producer arc)HERO_PROC_UI_BASE_PATH→HERO_PROC_ADMIN_BASE_PATHCargo.tomlmembers + dep pathsbuildenv.sh BINARIESMakefile UI_SOCKETpathscripts/build_lib.shsocket + screen-session namesREADME.md, internal docs (paths.md,overview.md, etc.)testcases/*.md(24 files) andtests/scripts/05_rename_verification.sh.claude/skills/run_ui_tests/SKILL.mdBundled mechanical debt (s65/s68/s70 playbook item 22)
cargo fmt --all(pre-existing trailing-whitespace insecrets.rs)empty_line_after_doc_commentsincrates/hero_proc_sdk/src/secrets.rs:29Workspace-build gate (per
feedback_workspace_build_before_merge.md)cargo fmt --checkcargo clippy --workspace --all-targets -- -D warningscargo build --workspace --releaseReference: lhumina_code/hero_db#29
Signed-off-by: mik-tf
Superseded by upstream commit
8f28cd4on development which performed the equivalent hero_proc_ui -> hero_proc_admin / ui.sock -> admin.sock rename plusae30a57(bash/make removal). Closing this PR.Pull request closed