agent/pkg/runner
Snider 39914fbf14 refactor: AX compliance sweep — replace banned stdlib imports with core primitives
Replaced fmt, strings, sort, os, io, sync, encoding/json, path/filepath,
errors, log, reflect with core.Sprintf, core.E, core.Contains, core.Trim,
core.Split, core.Join, core.JoinPath, slices.Sort, c.Fs(), c.Lock(),
core.JSONMarshal, core.ReadAll and other CoreGO v0.8.0 primitives.

Framework boundary exceptions preserved where stdlib types are required
by external interfaces (Gin, net/http, CGo, Wails, bubbletea).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-13 09:32:00 +01:00
..
paths.go fix(ax): align code comments with AX principles 2026-03-30 22:54:19 +00:00
paths_example_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
paths_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
queue.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
queue_example_test.go fix(ax): align runner helper layer and examples 2026-03-29 21:27:32 +00:00
queue_test.go fix(agentic): align workspace flow with AX design 2026-03-29 20:15:58 +00:00
runner.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
runner_example_test.go fix(ax): align runner helper layer and examples 2026-03-29 21:27:32 +00:00
runner_test.go feat(runner): clear queued workspaces on hard shutdown 2026-04-01 16:20:06 +00:00