refactor: harden internal daemon entrypoint and cleanup observations

Remove the internal daemon subcommand from the public CLI surface,
start the daemon via an internal env trigger, and ensure generated
completions/help never expose internal entrypoints.

Also finish the pending observation cleanups and docs updates,
including config/key deduplication, registry matching cleanup, and
remaining roadmap/project map staleness fixes.
This commit is contained in:
44r0n7
2026-04-18 11:55:18 -04:00
parent 274844b558
commit 795aa2f713
13 changed files with 131 additions and 129 deletions
+2 -1
View File
@@ -343,8 +343,9 @@ roku_password = ""
## What Has NOT Been Started
- HTTP route handlers and request validation
- CI/CD configuration
- Must pin Rust toolchain >= 1.85 because `edition = "2024"` is in use.
- Cross-compile validation for `x86_64` and `aarch64`
- Release/packaging
---