go/pkg/agentic
Snider 423e5f2080 feat(agentic): migrate filesystem operations to io.Local abstraction
Migrate config.go:
- os.Open + bufio.Scanner → io.Local.Read + strings.Split
- os.ReadFile → io.Local.Read
- os.MkdirAll → io.Local.EnsureDir
- os.WriteFile → io.Local.Write

Migrate context.go:
- os.ReadFile → io.Local.Read

Part of #101 (io.Medium migration tracking issue).

Closes #109

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 04:43:27 +00:00
..
prompts feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
client.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
client_test.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00
completion.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
completion_test.go fix(agentic): use context.TODO instead of nil Context (#94) 2026-02-01 15:58:26 +00:00
config.go feat(agentic): migrate filesystem operations to io.Local abstraction 2026-02-02 04:43:27 +00:00
config_test.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00
context.go feat(agentic): migrate filesystem operations to io.Local abstraction 2026-02-02 04:43:27 +00:00
context_test.go feat(agentic): add AI collaboration features 2026-01-28 20:04:45 +00:00
embed.go feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
service.go feat(framework): add QUERY/QUERYALL/PERFORM dispatch patterns 2026-01-30 10:18:54 +00:00
types.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00