Commit graph

5 commits

Author SHA1 Message Date
Snider
a8ed79b097 docs(process): annotate sync as AX-6 structural exception per RFC §2 (#296)
sync + sync/atomic annotations across 13 files in go-process. health.go
is committed separately via #298 (combined sync annotation + fmt/strings
banned-import purge).

Co-authored-by: Codex <noreply@openai.com>
Closes tasks.lthn.sh/view.php?id=296
2026-04-25 08:45:05 +01:00
Virgil
588f4e173b fix(exec): guard default logger access
Co-authored-by: Virgil <virgil@lethean.io>
2026-04-04 07:15:04 +00:00
Virgil
c31f3faa2b Tighten process package API contracts 2026-04-04 03:17:30 +00:00
Virgil
cdc8bfe502 feat(process): add readiness accessors and AX examples
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 00:39:27 +00:00
Snider
8095807ad6 feat: extract process package from core/go pkg/process
Process management with Core IPC integration, output streaming via
ring buffer, exec wrapper with logging, and dependency-aware runner.

Moved from forge.lthn.ai/core/go/pkg/process to standalone module.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:50:09 +00:00