|
.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
|
feat(process): add Program struct with Find, Run, RunDir
|
2026-03-18 15:07:03 +00:00 |
|
exec
|
feat(process): add readiness accessors and AX examples
|
2026-04-04 00:39:27 +00:00 |
|
pkg/api
|
feat(process-ui): stream live process list from websocket
|
2026-04-04 01:59:58 +00:00 |
|
ui
|
feat(process-ui): stream live process list from websocket
|
2026-04-04 01:59:58 +00:00 |
|
.gitignore
|
chore: add .core/ and .idea/ to .gitignore
|
2026-03-15 10:17:50 +00:00 |
|
actions.go
|
feat(process): add stdin close task
|
2026-04-04 02:49:37 +00:00 |
|
buffer.go
|
fix(process): handle zero-capacity ring buffers
|
2026-04-04 02:07:23 +00:00 |
|
buffer_test.go
|
fix(process): handle zero-capacity ring buffers
|
2026-04-04 02:07:23 +00:00 |
|
CLAUDE.md
|
chore: migrate to dappco.re vanity import path
|
2026-03-21 23:49:08 +00:00 |
|
daemon.go
|
fix(process): unregister daemon before health shutdown
|
2026-04-04 01:51:39 +00:00 |
|
daemon_test.go
|
fix(process): unregister daemon before health shutdown
|
2026-04-04 01:51:39 +00:00 |
|
global_test.go
|
Add PID-based process kill support
|
2026-04-04 00:28:15 +00:00 |
|
go.mod
|
chore: update dependencies to dappco.re tagged versions
|
2026-03-22 01:10:19 +00:00 |
|
go.sum
|
chore: update dependencies to dappco.re tagged versions
|
2026-03-22 01:10:19 +00:00 |
|
health.go
|
feat(process): add readiness accessors and AX examples
|
2026-04-04 00:39:27 +00:00 |
|
health_test.go
|
feat(process): add readiness accessors and AX examples
|
2026-04-04 00:39:27 +00:00 |
|
pidfile.go
|
feat(process): add readiness accessors and AX examples
|
2026-04-04 00:39:27 +00:00 |
|
pidfile_test.go
|
feat: add PIDFile for single-instance enforcement
|
2026-03-09 13:53:58 +00:00 |
|
process.go
|
feat(process): report live duration snapshots
|
2026-04-04 02:53:12 +00:00 |
|
process_global.go
|
feat(process): add readiness accessors and AX examples
|
2026-04-04 00:39:27 +00:00 |
|
process_test.go
|
feat(process): report live duration snapshots
|
2026-04-04 02:53:12 +00:00 |
|
program.go
|
fix(process): preserve leading whitespace in Program output
|
2026-04-04 02:39:59 +00:00 |
|
program_test.go
|
fix(process): preserve leading whitespace in Program output
|
2026-04-04 02:39:59 +00:00 |
|
registry.go
|
fix(process): make registry unregister idempotent
|
2026-04-04 01:55:10 +00:00 |
|
registry_test.go
|
fix(process): make registry unregister idempotent
|
2026-04-04 01:55:10 +00:00 |
|
runner.go
|
Propagate process exit errors
|
2026-04-04 02:24:32 +00:00 |
|
runner_test.go
|
feat(process): skip pending runner specs on cancellation
|
2026-04-04 01:16:58 +00:00 |
|
service.go
|
feat(process): add stdin close task
|
2026-04-04 02:49:37 +00:00 |
|
service_test.go
|
feat(process): add stdin close task
|
2026-04-04 02:49:37 +00:00 |
|
types.go
|
feat(process): add readiness accessors and AX examples
|
2026-04-04 00:39:27 +00:00 |