Add connector, response policy, telemetry emitter and gateway
Some checks failed
ci / build (push) Failing after 23s

Completes the request path for FLUID-WP-0003 T01-T03 and T05-T07. The
gateway resolves a revision, routes to the adapter process, and records
what happened, without ever depending on the control plane to serve.

Three behaviours carry tests because the architecture rests on them:
Emit never blocks against a stalled sink (Blueprint 34.2), the gateway
keeps serving after control-plane loss (invariant 2), and backend
internals do not leak into error responses (5.7).

The connector retries only idempotent methods, so a slow adapter cannot
cause a hall-of-helix entry to be published twice, and breakers are
per-revision so a broken candidate does not take the stable revision
down with it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014KmVxhJ35tCo7rE7UnLwWu

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 1116572@bnt-lap001
Assistant-Session: 8ba9bb93-a72a-4883-b189-2499cce5c400
This commit is contained in:
tegwick 2026-09-04 02:09:49 +02:00
parent 42891e08a2
commit 791e419973
7 changed files with 1088 additions and 6 deletions

View file

@ -26,7 +26,7 @@ above it is dead.
```task
id: FLUID-WP-0003-T01
status: todo
status: done
priority: high
state_hub_task_id: "0dac6ab6-f3e4-5234-bb3c-2393558d8590"
```
@ -38,7 +38,7 @@ shape limits. Blueprint §5.1 — the gateway must not invent interface semantic
```task
id: FLUID-WP-0003-T02
status: todo
status: done
priority: high
state_hub_task_id: "6d8333ac-1bad-59a4-943d-b83819c8127a"
```
@ -51,7 +51,7 @@ without an auditable reason is a defect.
```task
id: FLUID-WP-0003-T03
status: todo
status: done
priority: high
state_hub_task_id: "1f042c4f-9e3f-50fa-985c-e4f2ebb3b38a"
```
@ -76,7 +76,7 @@ of the revision artifact and is content-addressed.
```task
id: FLUID-WP-0003-T05
status: todo
status: done
priority: high
state_hub_task_id: "0d62a681-3154-50af-894a-98b35db7b040"
```
@ -89,7 +89,7 @@ language-agnostic promise is kept.
```task
id: FLUID-WP-0003-T06
status: todo
status: done
priority: medium
state_hub_task_id: "cc3c2a03-b24c-51de-b695-8aa9bfae85ab"
```
@ -101,7 +101,7 @@ detail (§5.7).
```task
id: FLUID-WP-0003-T07
status: todo
status: done
priority: high
state_hub_task_id: "e10a5011-cb7e-5f1c-9a0d-0cfd2d535d13"
```