Process lifecycle management with supervisor pattern
Find a file
Snider 7aea06990d fix(process): reject uncatchable SIGKILL/SIGSTOP at Signal/SignalPID (#919 Cerberus)
Service.Signal and Service.SignalPID now return ErrUncatchableSignal
("signal NN cannot be caught") immediately when caller passes
syscall.SIGKILL or syscall.SIGSTOP. Prevents silent-failure where
handler is registered but never fires.

Tests cover both ID and PID rejection paths.

Closes tasks.lthn.sh/view.php?id=919

Co-authored-by: Codex <noreply@openai.com>
2026-04-25 12:26:26 +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(pidfile): replace path.Dir with filepath.Dir for cross-platform compat 2026-04-07 08:59:29 +01:00
exec docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
pkg/api docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
specs docs(api): enumerate all 15 RegisterRoutes routes in spec 2026-04-07 09:08:31 +01:00
tests/cli/process feat(go-process): add CLI test Taskfile for build and unit test validation (AX-10) 2026-04-24 14:59:38 +01:00
ui feat(ui): expose process control client methods 2026-04-04 08:11:19 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:50 +00:00
actions.go fix(process): AX-6 sweep on pidfile.go + actions.go 2026-04-25 11:22:37 +01:00
buffer.go docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
buffer_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
CLAUDE.md docs(ax): align process docs with AX action/result contract 2026-03-30 06:34:38 +00:00
daemon.go docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
daemon_test.go docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
errors.go fix(go-process): update stale coreerr alias to dappco.re/go/log (AX-6) 2026-04-24 21:45:29 +01:00
errors_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
global_test.go docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
go.mod fix(go-process): go mod tidy — add missing go.sum entries for non-workspace build 2026-04-25 03:31:05 +01:00
go.sum fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
health.go fix(process): AX-6 partial purge in health.go (HTTP boundary structural) (#298) 2026-04-25 08:45:05 +01:00
health_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
pidfile.go fix(process): AX-6 sweep on pidfile.go + actions.go 2026-04-25 11:22:37 +01:00
pidfile_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
process.go docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
process_global.go docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
process_handle.go fix(process): add missing processHandle/currentPID helpers + trim daemon payload 2026-04-14 19:25:59 +01:00
process_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
program.go fix(process): AX-6 banned-import purge in program.go (#299) 2026-04-25 08:57:48 +01:00
program_test.go feat(ax-10): bring go-process to v0.8.0-alpha.1 + CLI test scaffold 2026-04-24 23:43:57 +01:00
registry.go fix(process): AX-6 banned-import purge in registry.go (#300) 2026-04-25 09:08:21 +01:00
registry_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
runner.go docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296) 2026-04-25 08:45:05 +01:00
runner_test.go fix(go-process): replace testify with stdlib testing patterns (AX-6) 2026-04-24 18:03:24 +01:00
service.go fix(process): reject uncatchable SIGKILL/SIGSTOP at Signal/SignalPID (#919 Cerberus) 2026-04-25 12:26:26 +01:00
service_test.go fix(process): reject uncatchable SIGKILL/SIGSTOP at Signal/SignalPID (#919 Cerberus) 2026-04-25 12:26:26 +01:00
types.go feat(process): detached-by-default start + RFC API aliases + JSON tags 2026-04-14 19:01:26 +01:00