CodeRabbit finding: RegisterRoutes docstring only listed 4 daemon routes, omitting 10 process-management routes and 1 pipeline route. Updated to enumerate all routes verbatim from the implementation. Co-Authored-By: Virgil <virgil@lethean.io>
- pidfile.go: use filepath.Dir instead of POSIX-only path.Dir (line 55) - pidfile.go: simplify redundant bytes/string conversions to strings.TrimSpace (lines 44, 105) - docs/RFC.md: add language identifiers to four untyped fenced code blocks (MD040) - specs/api/RFC.md: update NewProvider signature to 3-arg form matching implementation Co-Authored-By: Virgil <virgil@lethean.io>