Adds the repository structure, INTENT.md declaring the wire-contract boundary, and seven workplans covering Blueprint Phases A-C plus the fluid-telegram handover. 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
1.9 KiB
| id | type | title | domain | repo | status | owner | topic_slug | created | updated | planning_priority | planning_order | depends_on | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FC-WP-0006 | workplan | Conformance suite and self-validation | infotech | fluid-core | active | worsch | fluid | 2026-09-04 | 2026-09-04 | high | 6 |
|
FC-WP-0006 - Conformance and self-validation
Prove the loop mechanically before a real workload depends on it. Everything here runs in CI with no human steps and no external services.
T01 - Echo interface fixture
id: FC-WP-0006-T01
status: todo
priority: high
examples/echo-interface — two revisions, R-1 deliberately inefficient
(list then filter), R-2 the convenience form. This is the smallest honest
reproduction of the Blueprint §33 worked example.
T02 - Minimal conformance assertions
id: FC-WP-0006-T02
status: todo
priority: high
The seven requirements of API Standards §36, asserted as tests rather than claimed in a README.
T03 - Architectural invariant checks
id: FC-WP-0006-T03
status: todo
priority: high
The mechanically checkable subset of Blueprint §55. Invariant 2 (evolution can stop without stopping the API) and invariant 9 (AI-generated artifacts untrusted until verified) matter most and get dedicated tests.
T04 - Failure containment matrix
id: FC-WP-0006-T04
status: todo
priority: high
Blueprint §34. Kill the control plane, the evidence store and the telemetry pipeline in turn; assert the data plane keeps serving from cached published configuration each time.
T05 - End-to-end loop in CI
id: FC-WP-0006-T05
status: todo
priority: high
The full §50 vertical slice automated: two revisions, a 90/10 experiment, fitness comparison, promotion, complete audit trail.
T06 - Integration guide
id: FC-WP-0006-T06
status: todo
priority: medium
docs/integration-guide.md — how to put an existing API of any stack behind
fluid-core without modifying it.