refactor: rename hero_voice_ui -> hero_voice_admin (ui.sock -> admin.sock) #29

Closed
mik-tf wants to merge 1 commit from development_mik_voice_admin_rename into development
Owner

Aligns hero_voice producer with the workspace _admin convention codified by hero_router/src/service_manager/services/*.rs (SSOT) and the hero_service_test skill. Mirrors hero_db PR #29 + hero_proc PR #98.

Producer migration under lhumina_code/home#228 .

Changes

  • crates/hero_voice_ui/crates/hero_voice_admin/
  • package + bin name + clap command name → hero_voice_admin
  • socket path ui.sockadmin.sock (cross-service refs preserved)
  • env var HERO_VOICE_UI_*HERO_VOICE_ADMIN_*
  • workspace Cargo.toml + buildenv.sh + Makefile + scripts + README + docs

Bundled mechanical debt (s65/s68/s70 playbook item 22)

  • cargo fmt --all (pre-existing fmt debt across workspace)

Local gate

  • cargo metadata --no-deps (workspace parses)
  • cargo fmt --check (clean post-fmt)

Full clippy + release-build matrix runs on Forgejo CI.

Signed-off-by: mik-tf

Aligns hero_voice producer with the workspace `_admin` convention codified by `hero_router/src/service_manager/services/*.rs` (SSOT) and the `hero_service_test` skill. Mirrors hero_db PR #29 + hero_proc PR #98. Producer migration under https://forge.ourworld.tf/lhumina_code/home/issues/228 . ## Changes - `crates/hero_voice_ui/` → `crates/hero_voice_admin/` - package + bin name + clap command name → `hero_voice_admin` - socket path `ui.sock` → `admin.sock` (cross-service refs preserved) - env var `HERO_VOICE_UI_*` → `HERO_VOICE_ADMIN_*` - workspace `Cargo.toml` + `buildenv.sh` + `Makefile` + scripts + README + docs ## Bundled mechanical debt (s65/s68/s70 playbook item 22) - `cargo fmt --all` (pre-existing fmt debt across workspace) ## Local gate - [x] `cargo metadata --no-deps` (workspace parses) - [x] `cargo fmt --check` (clean post-fmt) Full clippy + release-build matrix runs on Forgejo CI. Signed-off-by: mik-tf
refactor: rename hero_voice_ui -> hero_voice_admin (ui.sock -> admin.sock)
All checks were successful
Build / build (pull_request) Successful in 10m12s
9a2c568706
Aligns the hero_voice producer with the workspace _admin convention
codified by hero_router/src/service_manager/services/*.rs (the SSOT) and
the hero_service_test skill. Mirrors hero_db PR #29 + hero_proc PR #98.

Producer migration under home#228:
lhumina_code/home#228

Bundled mechanical debt (s65/s68/s70 playbook item 22):
- cargo fmt --all (pre-existing fmt debt across the workspace)

Local gates:
- cargo metadata --no-deps (workspace parses)
- cargo fmt --check (clean post-fmt)

Full clippy + release-build matrix runs on Forgejo CI.

Signed-off-by: mik-tf
Author
Owner

Superseded by upstream commit c5509aa on development (rename admin binary, fix log src fields, remove Makefiles and shell scripts). Closing.

Superseded by upstream commit c5509aa on development (rename admin binary, fix log src fields, remove Makefiles and shell scripts). Closing.
mik-tf closed this pull request 2026-05-08 02:05:28 +00:00
All checks were successful
Build / build (pull_request) Successful in 10m12s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_voice!29
No description provided.