You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(graph): follow the reviewed-schema contract in the live pipeline test and the G1 explorer spec
Two lanes that only run against the paid gateway had drifted from the Task 7/8
contracts and surfaced once the key limit was raised:
- tests/integration/test_graphrag_pipeline_live.py built the semantic pipeline
without the route upstream (D25) and the extraction template (D24) the factory
now requires; it passes both, resolved the way the index job does.
- web/tests/e2e/exhaustive/curious_user_p1_fixes.spec.ts (G1/G2/G3) indexed a
semantic corpus without a reviewed schema (409 graph_schema_approval_required
since Task 8), expected the label-propagation community ids retired by Task 7's
GDS Leiden cut, and searched the fullscreen canvas for the closed-vocabulary
palette retired by D1. It now derives and approves the proposal through the
same endpoint the Indexing page uses (indexCorpus takes the approved hash),
expects Leiden's integer community ids, requires the legend to name the
reviewed schema's labels, and reads node colours from the legend's swatches.
Verification (LXC100 overlay against the deployed eec26d4): pipeline live
suite 4 passed; the G1/G2/G3 spec 1 passed in 50 s after failing on each stale
expectation in turn; ruff and tsc clean.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016TSkfA3Bn57dRokmK22MkE
0 commit comments