agent/pkg
Snider da6d6cfa1a test(agentic): add unit tests for paths, status, queue, plans
Add comprehensive tests for pkg/agentic covering:
- status.go: writeStatus, readStatus, roundtrip, overwrite, error cases
- plan.go: writePlan, readPlan, planPath, roundtrip, directory creation
- queue.go: baseAgent edge cases, config defaults, concurrency checks
- prep.go: envOr, detectLanguage, detectBuildCmd, detectTestCmd, NewPrep

Coverage improved from 4.2% to 9.2%. All tests use t.TempDir(),
coreio.Local for file I/O, and _Good/_Bad/_Ugly naming convention.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 14:03:40 +00:00
..
agentic test(agentic): add unit tests for paths, status, queue, plans 2026-03-21 14:03:40 +00:00
brain test(brain): add unit tests for recall, remember, messaging 2026-03-21 13:46:33 +00:00
lib refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
monitor test(monitor): add unit tests for completions, inbox, lifecycle 2026-03-21 13:49:23 +00:00
setup refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00