agent/docs
Snider f83c753277 feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport
go-process:
- Register factory, Result lifecycle, 5 named Action handlers
- Start/Run/StartWithOptions/RunWithOptions all return core.Result
- core.ID() replaces fmt.Sprintf, core.As replaces errors.As

core/agent:
- PrepSubsystem + monitor.Subsystem + setup.Service embed ServiceRuntime[T]
- 22 named Actions + agent.completion Task pipeline in OnStartup
- ChannelNotifier removed — all IPC via c.ACTION(messages.X{})
- proc.go: all methods via s.Core().Process(), returns core.Result
- status.go: WriteAtomic + JSONMarshalString
- paths.go: Fs.NewUnrestricted() replaces unsafe.Pointer
- transport.go: ONE net/http file — HTTPGet/HTTPPost/HTTPDo/MCP transport
- All disallowed imports eliminated from source files (13 quality gates)
- String concat eliminated — core.Concat() throughout
- 1:1 _test.go + _example_test.go for every source file
- Reference docs synced from core/go v0.8.0
- RFC-025 updated with net/http, net/url, io/fs quality gates
- lib.go: io/fs eliminated via Data.ListNames, Array[T].Deduplicate

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 01:27:46 +00:00
..
plans feat: add RFC.plan.md — session boot instructions for future agents 2026-03-25 20:05:25 +00:00
architecture.md docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
CHARON-ONBOARDING.md docs: Charon onboarding guide — ecosystem changes March 2026 2026-03-16 09:04:28 +00:00
development.md docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
github-app-setup.md feat(agent): v0.2.0 — HTTP daemon, remote dispatch, review queue, verify+merge 2026-03-17 17:45:04 +00:00
index.md refactor: update import path from go-config to core/config 2026-03-14 10:22:39 +00:00
known-issues.md docs: update known-issues after 9 rounds of Codex review 2026-03-21 17:57:55 +00:00
RFC.md feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
RFC.plan.md feat: add RFC.plan.md — session boot instructions for future agents 2026-03-25 20:05:25 +00:00