Load ~/hero/cfg/env/*.env at supervisor startup (#109) #110
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!110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-109-path-root-env"
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?
Closes #109. New hero_proc_server::env_load module scans ~/hero/cfg/env/*.env at startup, parses
export K=Vstyle, injects via std::env::set_var only when key is unset (shell overrides win). HERO_CFG_ENV_DIR override for tests. set_var runs pre-tokio (2024-edition safety). 7/7 unit tests pass; cargo check clean.