Process lifecycle management with supervisor pattern
Find a file
2026-04-03 07:36:44 +00: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(ax): align action handlers and exec errors 2026-03-30 13:43:00 +00:00
exec fix(ax): align action handlers and exec errors 2026-03-30 13:43:00 +00:00
pkg/api fix(api): include health-check reason payload 2026-03-31 19:53:19 +00:00
specs fix(ax): align action handlers and exec errors 2026-03-30 13:43:00 +00:00
ui feat(process-ui): stream live process list from websocket 2026-03-31 19:30:38 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:50 +00:00
actions.go fix(process): make process.start non-detached by default 2026-03-31 19:46:05 +00:00
buffer.go Harden process ring buffer and daemon/health shutdown behavior 2026-04-03 07:36:44 +00:00
buffer_test.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
CLAUDE.md docs(ax): align process docs with AX action/result contract 2026-03-30 06:34:38 +00:00
daemon.go Harden process ring buffer and daemon/health shutdown behavior 2026-04-03 07:36:44 +00:00
daemon_test.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
go.mod fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
go.sum fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
health.go Harden process ring buffer and daemon/health shutdown behavior 2026-04-03 07:36:44 +00:00
health_test.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
pidfile.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
pidfile_test.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
process.go fix(process): emit kill action immediately 2026-03-31 19:33:51 +00:00
process_test.go feat(process): honor pending process lifecycle 2026-03-31 19:49:31 +00:00
program.go fix(process): ensure program paths are absolute 2026-03-31 19:56:13 +00:00
program_test.go fix(process): ensure program paths are absolute 2026-03-31 19:56:13 +00:00
registry.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
registry_test.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00
runner.go fix(process): keep runner results ordered 2026-04-01 09:53:02 +00:00
runner_test.go fix(process): keep runner results ordered 2026-04-01 09:53:02 +00:00
service.go fix(process): leave exit action error unset 2026-03-31 19:59:32 +00:00
service_test.go fix(process): leave exit action error unset 2026-03-31 19:59:32 +00:00
types.go fix(ax): complete Agent Experience service alignment 2026-03-30 06:34:42 +00:00