agent/pkg/brain
Snider 66220021c9
Some checks failed
CI / test (push) Failing after 3s
fix: address Codex round 5 findings — 2 high, 5 medium, 4 low
High: clean stale BLOCKED.md before spawn (prevents stuck workspaces)
High: agentic_create_pr pushes to Forge URL, not local origin

Medium: watch treats merged/ready-for-review as terminal states
Medium: scan paginates org repos (was limited to first 50)
Medium: agent_conversation URL-encodes agent names (injection fix)

Low: inbox/sync/monitor URL-encode agent names in query strings
Low: pullWiki closes response body on non-200 (connection leak)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 16:53:55 +00:00
..
brain.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
brain_test.go test(brain): add unit tests for recall, remember, messaging 2026-03-21 13:46:33 +00:00
bridge_test.go test(brain): add unit tests for recall, remember, messaging 2026-03-21 13:46:33 +00:00
direct.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
direct_test.go test(brain): add unit tests for recall, remember, messaging 2026-03-21 13:46:33 +00:00
messaging.go fix: address Codex round 5 findings — 2 high, 5 medium, 4 low 2026-03-21 16:53:55 +00:00
messaging_test.go test(brain): add unit tests for recall, remember, messaging 2026-03-21 13:46:33 +00:00
provider.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00
provider_test.go test(brain): add unit tests for recall, remember, messaging 2026-03-21 13:46:33 +00:00
tools.go refactor: flatten go/ subdir, migrate to dappco.re/go/agent, restore process service 2026-03-21 11:10:44 +00:00