agent/pkg/brain
Snider 6d04c893b7 fix: address all code review findings (medium + low)
- os.ReadFile/WriteFile → coreio.Local in monitor and remote packages
- Deduplicate agentName() → shared agentic.AgentName()
- Deduplicate workspaceRoot() → shared agentic.WorkspaceRoot()
- fileExists uses IsFile() instead of reading whole file
- Fix SPDX-Licence → SPDX-License typo
- Remove time.Now import hack
- Fix hardcoded PR #1 in review queue

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 19:19:04 +00:00
..
brain.go refactor: replace fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 21:48:31 +00:00
brain_test.go refactor: move brain + agentic packages into core/agent, use core/cli 2026-03-16 11:10:33 +00:00
direct.go fix: address all code review findings (medium + low) 2026-03-17 19:19:04 +00:00
messaging.go fix: address code review findings (critical + high) 2026-03-17 19:12:06 +00:00
provider.go fix: address all code review findings (medium + low) 2026-03-17 19:19:04 +00:00
tools.go refactor: replace fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 21:48:31 +00:00