Process lifecycle management with supervisor pattern
Find a file
Claude 2a0bc19f6a
refactor(ax): AX compliance pass — usage example comments on exported methods
- Add usage example comments to Service methods (Get, List, Running, Kill, Remove, Clear, Output, Signal)
- Add usage example comments to Daemon methods (Start, Run, Stop, SetReady, HealthAddr)
- Add usage example comments to HealthServer methods (AddCheck, SetReady, Start, Stop, Addr)
- Add usage example comments to Registry methods (Register, Unregister, Get, List)
- Banned imports (os, os/exec, io) are LEGITIMATE — this IS the process abstraction layer

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 21:15:29 +01:00
.core chore: add .core/ build and release configs 2026-03-06 18:52:37 +00:00
.idea chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:50 +00:00
docs fix(process): align service contract with RFC 2026-03-29 14:55:24 +00:00
exec fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
pkg/api fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
specs docs(specs): move subpackage RFC stubs 2026-03-27 22:06:02 +00:00
ui feat(ui): add Lit custom elements for process management 2026-03-14 12:25:06 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:50 +00:00
actions.go feat: extract process package from core/go pkg/process 2026-03-06 12:50:09 +00:00
buffer.go fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
buffer_test.go fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
CLAUDE.md fix(process): align service contract with RFC 2026-03-29 14:55:24 +00:00
daemon.go refactor(ax): AX compliance pass — usage example comments on exported methods 2026-03-29 21:15:29 +01:00
daemon_test.go fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
go.mod fix(ax): complete v0.8.0 process compliance 2026-03-27 05:16:27 +00:00
go.sum fix(ax): complete v0.8.0 process compliance 2026-03-27 05:16:27 +00:00
health.go refactor(ax): AX compliance pass — usage example comments on exported methods 2026-03-29 21:15:29 +01:00
health_test.go fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
pidfile.go fix(ax): complete v0.8.0 process compliance 2026-03-27 05:16:27 +00:00
pidfile_test.go fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
process.go fix(process): align service contract with RFC 2026-03-29 14:55:24 +00:00
process_test.go fix(process): align service contract with RFC 2026-03-29 14:55:24 +00:00
program.go fix(ax): complete v0.8.0 process compliance 2026-03-27 05:16:27 +00:00
program_test.go fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
registry.go refactor(ax): AX compliance pass — usage example comments on exported methods 2026-03-29 21:15:29 +01:00
registry_test.go fix(ax): finish v0.8.0 polish pass 2026-03-26 18:28:10 +00:00
runner.go fix(ax): complete v0.8.0 process compliance 2026-03-27 05:16:27 +00:00
runner_test.go fix(ax): complete v0.8.0 process compliance 2026-03-27 05:16:27 +00:00
service.go refactor(ax): AX compliance pass — usage example comments on exported methods 2026-03-29 21:15:29 +01:00
service_test.go fix(process): align service contract with RFC 2026-03-29 14:55:24 +00:00
types.go fix(ax): complete v0.8.0 process compliance 2026-03-27 05:16:27 +00:00