refactor: rename hero_osis_ui → hero_osis_admin (Phase 1) #49

Merged
mik-tf merged 1 commit from development_mik_ui_to_admin into development 2026-05-09 11:59:47 +00:00
Owner

s77 flipped bin name upstream. This PR: crate dir hero_osis_ui → hero_osis_admin; [package].name + [lib].name flip (the lib is referenced by the auto-generated hero_osis orchestrator bin via build.rs bin_ui()); workspace member; crates/hero_osis_server/Cargo.toml path dep; crates/hero_osis_server/build.rs bin_ui call now hero_osis_admin::build_router (autogen src/bin/hero_osis.rs regenerates against new path on next build per D-03 — not committed). Sockets: main.rs already on admin.sock; lib.rs per-domain web.sock refs are separate Phase 3 outlier. Verified via hero_builder: 4/4 binaries built clean (incl. autogen orchestrator + hero_bot under required-features=ai,flow auto-pass from s82 hero_builder PR). Tracked under lhumina_code/home#230 Phase 1.

s77 flipped [[bin]] name upstream. This PR: crate dir hero_osis_ui → hero_osis_admin; [package].name + [lib].name flip (the lib is referenced by the auto-generated hero_osis orchestrator bin via build.rs bin_ui()); workspace member; crates/hero_osis_server/Cargo.toml path dep; crates/hero_osis_server/build.rs bin_ui call now hero_osis_admin::build_router (autogen src/bin/hero_osis.rs regenerates against new path on next build per D-03 — not committed). Sockets: main.rs already on admin.sock; lib.rs per-domain web.sock refs are separate Phase 3 outlier. Verified via hero_builder: 4/4 binaries built clean (incl. autogen orchestrator + hero_bot under required-features=ai,flow auto-pass from s82 hero_builder PR). Tracked under https://forge.ourworld.tf/lhumina_code/home/issues/230 Phase 1.
refactor: rename hero_osis_ui → hero_osis_admin
Some checks failed
Build Linux / build-linux (x86_64-unknown-linux-musl, false, x86_64-unknown-linux-musl) (push) Failing after 2s
Build Linux / build-linux (x86_64-unknown-linux-musl, false, x86_64-unknown-linux-musl) (pull_request) Failing after 4s
Build and Test / build (push) Failing after 7m26s
Build and Test / build (pull_request) Failing after 8m25s
293cb8b7a6
s77 already flipped [[bin]] name to hero_osis_admin upstream. This PR
completes the migration:
- crate dir hero_osis_ui → hero_osis_admin
- [package].name + [lib].name flip (the lib is referenced by the
  auto-generated hero_osis orchestrator bin via build.rs's bin_ui())
- workspace member entry
- crates/hero_osis_server/Cargo.toml path dep flip
- crates/hero_osis_server/build.rs bin_ui() call now points at
  hero_osis_admin::build_router (the autogen
  src/bin/hero_osis.rs regenerates against the new path on next build,
  per D-03 — not committed here)
- inline hero_osis_ui doc-comment refs in main.rs

Sockets: main.rs already on admin.sock (no socket migration needed).
Per-domain web.sock refs in lib.rs are about per-domain hero_osis_<X>/
sockets — separate Phase 3 outlier per home#230.

Verified via hero_builder --release --install: 4/4 binaries built clean
(includes the autogen orchestrator hero_osis + hero_bot under
required-features=ai,flow auto-pass from the s82 hero_builder PR).

Tracked under lhumina_code/home#230 Phase 1.

Signed-off-by: mik-tf
mik-tf merged commit ca678db270 into development 2026-05-09 11:59:47 +00:00
mik-tf deleted branch development_mik_ui_to_admin 2026-05-09 11:59:47 +00:00
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_osis!49
No description provided.