go-process/pkg/api
Snider 3f91bca3a3 fix(process): add missing processHandle/currentPID helpers + trim daemon payload
- process_handle.go: new file adding processHandle(pid) wrapping os.FindProcess
  and currentPID() wrapping os.Getpid — referenced by pidfile.go but never
  defined, breaking the build on dev
- pkg/api/provider.go: drop daemonEventPayload entries for entry.Config and
  entry.StartedAt — fields don't exist on DaemonEntry (which has Started time.Time)

Unblocks go-process dev build + tests (10s root, 0.9s exec, 7s api).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 19:25:59 +01:00
..
ui/dist feat(ui): expose process control client methods 2026-04-04 08:11:19 +00:00
embed.go feat(ui): add Lit custom elements for process management 2026-03-14 12:25:06 +00:00
provider.go fix(process): add missing processHandle/currentPID helpers + trim daemon payload 2026-04-14 19:25:59 +01:00
provider_test.go feat(process): detached-by-default start + RFC API aliases + JSON tags 2026-04-14 19:01:26 +01:00