Add hero_logic to lab SERVICE_MAP (audit follow-up) #271
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_skills#271
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
From the hero_logic#41 audit, item B3.
lab service hero_logic --startdoesn't iterate the companion daemons becausecrates/lab/src/service/service_manager.rs::SERVICE_MAPdoesn't list hero_logic.resolve_service("hero_logic")returns just[hero_logic](the CLI), so--startbails withkind = "cli", not a long-running service.The code already carries a
LONG-TERMTODO to replaceSERVICE_MAPwith dynamic discovery from each binary's embeddedservice.toml. That would close this category of issue permanently; this is the short-term fix.Tasks
SERVICE_MAP:lab service hero_logic --statusenumerates all three binaries.SERVICE_MAP).Acceptance
lab service hero_logic --startbrings up server + admin together.lab service hero_logic --statusreports on the trio.lab service logic --startworks (short alias).Pushed branch
issue-271-service-map-hero-logicwith the SERVICE_MAP entries forhero_logicandlogicalias (server + admin).cargo check -p labis clean. Per session policy I defer the livelab service hero_logic --start/--statussmoke to whoever lands this — but the change is the same shape as the priorhero_service/hero_codeentries (commitba41747).PR: https://forge.ourworld.tf/lhumina_code/hero_skills/compare/development...issue-271-service-map-hero-logic