refactor: rename hero_osis_ui → hero_osis_admin (Phase 1) #49
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_osis!49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_ui_to_admin"
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?
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.