agent/pkg/monitor
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
..
harvest.go fix(ax): trim remaining implementation comments 2026-03-31 05:28:26 +00:00
harvest_example_test.go fix(ax): centralise workspace path helpers 2026-03-29 21:11:46 +00:00
harvest_test.go fix(monitor): unify runtime options type 2026-03-30 20:00:57 +00:00
monitor.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
monitor_example_test.go fix(ax): replace typed service lookups with Core.Service 2026-03-31 05:43:14 +00:00
monitor_test.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
register.go refactor(setup-monitor): align service option names with RFC 2026-04-02 08:13:16 +00:00
register_example_test.go fix(ax): replace typed service lookups with Core.Service 2026-03-31 05:43:14 +00:00
register_test.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
sync.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
sync_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
sync_test.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00