agent/pkg/brain
Snider edfcb1bdfe feat(agent): unblock factory dispatch, runtime-aware containers, RFC gaps
- paths.go: resolve relative workspace_root against $HOME/Code so workspaces
  land in the conventional location regardless of launch cwd (MCP stdio vs CLI)
- dispatch.go: container mounts use /home/agent (matches DEV_USER), plus
  runtime-aware dispatch (apple/docker/podman) with GPU toggle per RFC §15.5
- queue.go / runner/queue.go: DispatchConfig adds Runtime/Image/GPU fields;
  AgentIdentity parsing for the agents: block (RFC §10/§11)
- pr.go / commands_forge.go / actions.go: agentic_delete_branch tool +
  branch/delete CLI (RFC §7)
- brain/tools.go / provider.go: Org + IndexedAt fields on Memory (RFC §4)
- config/agents.yaml: document new dispatch fields, fix identity table
- tests: dispatch_runtime_test.go (21), expanded pr_test.go + queue_test.go,
  new CLI fixtures for branch/delete and pr/list

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 11:45:09 +01:00
..
actions.go ax(brain): rename direct options for clarity 2026-04-02 08:40:24 +00:00
actions_example_test.go fix(brain): register RFC named actions 2026-03-31 10:49:22 +00:00
actions_test.go feat(brain): add agent messaging aliases 2026-04-01 19:18:54 +00:00
alias_test.go feat(models): add RFC-named model aliases 2026-04-02 00:53:11 +00:00
brain.go fix(mcp): update Subsystem interface to match mcp v0.5.1 Service API 2026-04-07 14:11:19 +01:00
brain_example_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
brain_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
bridge_test.go fix(mcp): update Subsystem interface to match mcp v0.5.1 Service API 2026-04-07 14:11:19 +01:00
direct.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
direct_example_test.go feat: AX v0.8.0 upgrade — Core features + quality gates 2026-03-26 06:38:02 +00:00
direct_test.go feat(brain): surface deleted_at in memory outputs 2026-04-02 05:11:48 +00:00
messaging.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
messaging_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
messaging_test.go feat(brain): add workspace-aware message fields 2026-04-01 20:04:04 +00:00
provider.go feat(agent): unblock factory dispatch, runtime-aware containers, RFC gaps 2026-04-14 11:45:09 +01:00
provider_example_test.go fix(ax): add missing examples and helper coverage 2026-03-29 21:44:22 +00:00
provider_test.go fix: migrate module paths from forge.lthn.ai to dappco.re 2026-04-07 13:09:47 +01:00
register.go ax(brain): rename direct options for clarity 2026-04-02 08:40:24 +00:00
register_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
register_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
tools.go feat(agent): unblock factory dispatch, runtime-aware containers, RFC gaps 2026-04-14 11:45:09 +01:00
tools_example_test.go feat(v0.8.0): full AX migration — ServiceRuntime, Actions, quality gates, transport 2026-03-26 01:27:46 +00:00
tools_test.go feat(brain): surface deleted_at in memory outputs 2026-04-02 05:11:48 +00:00