Core framework for fluid interfaces to provide adaptive robust systems capability integration.
Find a file
tegwick 55363905bc
Some checks failed
ci / build (push) Has been cancelled
Add the conformance suite, echo fixture and integration guide
Completes FLUID-WP-0007. The seven minimal-conformance requirements and
the mechanically checkable architectural invariants are asserted as
tests rather than claimed in a README, because a conformance claim
nobody re-checks is one that quietly stops being true. Only the
checkable subset of the invariants is asserted; pretending a test can
settle the rest would be worse than leaving them to review.

TestFirstVerticalSlice runs all eleven steps of Blueprint 50 with no
human steps: two revisions, explicit routing, telemetry, a cohort
dimension, detected pressure, a hypothesis, a candidate, a 90/10
experiment, fitness comparison, promotion, and a complete audit trail.
Requests per completed task fall from 5.65 to 1.00 against a 1.20
target. A companion test runs the loop twice and requires the same
verdict, since a loop whose conclusion depended on run order would be
measuring the harness rather than the interface.

The failure-containment matrix covers Blueprint 34 directly: the data
plane keeps serving with the evidence store closed, with telemetry
wedged against a sink that never returns, after a failed build, after an
experiment rollback, and with the adaptive concurrency limit saturated.

Fixes a real bug the suite exposed. Drain closed the emitter outright,
so every request after the first flush emitted into a dead emitter and
was silently lost -- the kind of fault that makes a later measurement
quietly wrong rather than loudly broken. Emitter.Flush now waits for
delivery without stopping 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
2026-09-04 08:21:49 +02:00
.github/workflows Add the conformance suite, echo fixture and integration guide 2026-09-04 08:21:49 +02:00
cmd Add science control APIs and the hypothesis, experiment and promote CLI 2026-09-04 06:44:47 +02:00
conformance Add the conformance suite, echo fixture and integration guide 2026-09-04 08:21:49 +02:00
docs Add the conformance suite, echo fixture and integration guide 2026-09-04 08:21:49 +02:00
examples/echo-interface Add the conformance suite, echo fixture and integration guide 2026-09-04 08:21:49 +02:00
history Establish fluid-core scaffold, intent, and phased workplans 2026-09-04 01:49:12 +02:00
internal Add the conformance suite, echo fixture and integration guide 2026-09-04 08:21:49 +02:00
schemas Add telemetry ingest, feedback collector, pressure API and insight CLI 2026-09-04 03:19:06 +02:00
spec Establish fluid-core scaffold, intent, and phased workplans 2026-09-04 01:49:12 +02:00
tools/schemagen Generate contract types, pin fixtures to spec, add build and ADRs 2026-09-04 02:03:12 +02:00
workplans Add the conformance suite, echo fixture and integration guide 2026-09-04 08:21:49 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-09-04 01:51:58 +02:00
.gitignore Register with State Hub and align workplan IDs to FLUID-WP prefix 2026-09-04 01:50:34 +02:00
AGENTS.md Register with State Hub and align workplan IDs to FLUID-WP prefix 2026-09-04 01:50:34 +02:00
go.mod Add revision registry and deterministic resolver 2026-09-04 02:06:19 +02:00
go.sum Add revision registry and deterministic resolver 2026-09-04 02:06:19 +02:00
INTENT.md Establish fluid-core scaffold, intent, and phased workplans 2026-09-04 01:49:12 +02:00
Makefile Add the conformance suite, echo fixture and integration guide 2026-09-04 08:21:49 +02:00
README.md Initial commit 2026-09-02 22:51:13 +00:00
SCOPE.md Register with State Hub and align workplan IDs to FLUID-WP prefix 2026-09-04 01:50:34 +02:00
WORK-RECORDS.md Add generated WORK-RECORDS 2026-09-04 01:52:53 +02:00

fluid-core

Core framework for fluid interfaces to provide adaptive robust systems capability integration.