agent/pkg/runner
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
..
paths.go fix(ax): align code comments with AX principles 2026-03-30 22:54:19 +00:00
paths_example_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
paths_test.go fix(ax): remove legacy status readers 2026-03-30 20:20:50 +00:00
queue.go feat(agent): unblock factory dispatch, runtime-aware containers, RFC gaps 2026-04-14 11:45:09 +01:00
queue_example_test.go fix(ax): align runner helper layer and examples 2026-03-29 21:27:32 +00:00
queue_test.go feat(agent): unblock factory dispatch, runtime-aware containers, RFC gaps 2026-04-14 11:45:09 +01:00
runner.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:00 +01:00
runner_example_test.go fix(ax): align runner helper layer and examples 2026-03-29 21:27:32 +00:00
runner_test.go feat(runner): clear queued workspaces on hard shutdown 2026-04-01 16:20:06 +00:00