Commit graph

3 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
38a9f034a7 fix(process): handle zero-capacity ring buffers 2026-04-04 02:07:23 +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