Snider
bcbd9ac87d
docs(api): enumerate all 15 RegisterRoutes routes in spec
...
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>
2026-04-07 09:08:31 +01:00
Snider
e9b85ae817
fix(pidfile): replace path.Dir with filepath.Dir for cross-platform compat
...
- 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>
2026-04-07 08:59:29 +01:00
Virgil
8a6c253ea2
fix(ax): align action handlers and exec errors
2026-03-30 13:43:00 +00:00
Virgil
e75cb1fc97
docs(ax): add RFC/spec artifacts for AX contract alignment
2026-03-30 06:34:38 +00:00