feat: implement ADR 001 — configurable socket and data paths (Phase 1) #20
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_rpc!20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/parametrized-socket-path-optionality"
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?
Add optional socket_dir/data_dir fields to OServerConfig with
builder methods and HERO_SOCKET_DIR/HERO_DATA_DIR env var fallback.
Convert static path helpers to instance methods and thread config
through OServer → DomainServer/CoreServer/Registry.
Resolution order: config field > env var > ~/hero/var/ default.
Zero breaking change for existing callers — defaults unchanged.
84851e923ato7eba4fb2917eba4fb29195a416f360Superseded by PR #26 (refactor: ADR 001 — crate topology, OSIS defat, unified server, SDK UI). PR #26 implements the same three-tier path cascade (instance override → env var → default) plus the broader topology/header-parsing refactor. Closing this as obsolete.
Pull request closed