agent-orchestrator/backend/internal/service
Khushi Diwan cbf3f0a2db
fix(spawn): reject unknown harness with 400 instead of opaque 500 (#211)
An unknown --harness was only caught at the agent-registry lookup deep in
Spawn, after the seed row and worktree were already created: the untyped
error collapsed to INTERNAL_ERROR 500 and left a terminated orphan row.

Validate the harness against the registry before any durable state is
created and return a typed ErrUnknownHarness mapped to UNKNOWN_HARNESS (400).
Sibling to #152 Bug 6 (unknown binary on PATH), which did not cover a harness
with no registered adapter.

Closes #210
2026-06-15 14:50:53 +05:30
..
notification feat: add notifications v1 (#181) 2026-06-14 20:02:32 +05:30
pr feat: ao session claim-pr + spawn --claim-pr wiring (#101) 2026-06-06 00:01:03 +05:30
project Split: backend runtime/session updates + frontend shell refactor (#222) 2026-06-13 12:18:55 +05:30
review feat(review): configurable AO code review backend (V1) (#192) (#197) 2026-06-15 01:17:17 +05:30
session fix(spawn): reject unknown harness with 400 instead of opaque 500 (#211) 2026-06-15 14:50:53 +05:30