-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Detached keyclaw proxy daemons read their effective config at process start, but the operator workflow still makes it easy to change ~/.keyclaw/config.toml or environment overrides, re-source ~/.keyclaw/env.sh, and assume the running daemon picked those changes up.
Evidence
README.md:496-497anddocs/configuration.md:161-162already warn that daemon-side settings are latched at startup.src/launcher/bootstrap/proxy_daemon.rstracks pid/env state, but there is no config fingerprint, drift warning, or reload command.
Why this matters
This is a recurring operator footgun: the shell can be pointed at the right proxy while the daemon still uses stale interception hosts, timeout knobs, audit settings, or logging behavior.
Suggested scope
- Add either
keyclaw proxy reloador a config fingerprint/drift check inkeyclaw proxy status/keyclaw doctor. - Make the running daemon's effective config easier to inspect.
- Document the supported restart/reload path once the UX is in place.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels