hephaestus/docs/changelog.d
Erich Blume 626c796e6c
All checks were successful
Build / validate (pull_request) Successful in 5m45s
feat(heph): bake daemon mode/hub/oidc/self-update-interval into the service
`heph daemon start`/`restart` previously hardcoded `hephd --mode local` and
only wired the bare `--self-update` bool — the poll interval and all spoke/hub
sync config (`--hub-url`, `--http-addr`, `--oidc-*`) could not be set on the
managed service without hand-editing the plist/unit (which a later
start/restart would clobber).

Generate the hephd arg vector from a DaemonConfig and add the corresponding
`heph daemon start/restart` flags: --mode, --hub-url, --http-addr,
--oidc-issuer, --oidc-audience, --oidc-client-id, and
--self-update-interval-secs. Regenerating now reads the existing service file
and preserves any flags not passed (start as well as restart), so a bare
invocation never silently drops baked config.

Closes the "pass through --self-update-interval-secs" and "bake hub/spoke
config into the generated service" backlog tasks.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 13:25:15 -07:00
..
+sync-age-seconds.feature.md feat(heph-tui): show sync age in seconds under a minute 2026-06-06 11:24:09 -07:00
.gitkeep Initial commit 2026-05-31 06:13:36 -07:00
daemon-self-update-interval.feature.md feat(heph): bake daemon mode/hub/oidc/self-update-interval into the service 2026-06-08 13:25:15 -07:00