agent/pkg
Snider 56981772c7 fix: dogfood dispatch_test.go — eliminate os + json.Marshal
os.WriteFile→fs.Write, os.MkdirAll→fs.EnsureDir, os.ReadFile→fs.Read,
os.Stat+os.IsNotExist→fs.Exists, json.Marshal→core.JSONMarshalString.
Only json.NewEncoder remains (httptest handler — legitimate).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 01:51:03 +00:00
..
agentic fix: dogfood dispatch_test.go — eliminate os + json.Marshal 2026-03-26 01:51:03 +00:00
brain fix: eliminate path/filepath from all test files 2026-03-26 01:39:41 +00:00
lib feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
messages feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
monitor fix: eliminate path/filepath from all test files 2026-03-26 01:39:41 +00:00
setup fix: eliminate path/filepath from all test files 2026-03-26 01:39:41 +00:00