Stage 398: PR #2696 — feat(runtime): add runner-local adapter selection (RuntimeAdapter slice 4c, feature-flagged)

Co-authored-by: Michaelyklam <Michaelyklam@users.noreply.github.com>
This commit is contained in:
Hermes Agent
2026-05-21 17:43:54 +00:00
parent 6864739e55
commit f563d37244
3 changed files with 104 additions and 5 deletions

View File

@@ -780,6 +780,12 @@ client/backend and explicit route selection.
#### Slice 4c: Feature-flagged runner backend and restart/reattach harness
Status as of PR #TBD: implementation proposed. The code adds a default-off
`runner-local` adapter selection point plus factory wiring for an injected runner
client, while keeping live browser chat routes on the legacy backend. The
restart/reattach harness remains synthetic/fake-runner based until a later slice
introduces a supervised runner process.
After the facade exists, the next narrow implementation slice should add a real
runner-client/backend selection point and a synthetic restart/reattach harness,
without routing normal browser chat to that backend yet.