From ffc261794ccce1e63c4a52ece7857f1907dc698e Mon Sep 17 00:00:00 2001 From: Lukas Wuttke Date: Fri, 10 Jul 2026 15:07:43 +0200 Subject: [PATCH] chore(schema): pin data-ingestors to the #359 merge commit Closes the T16 coupled release opened by #216: the vendored schema was pinned to the WS1 PR-branch head pre-merge; data-ingestors#359 is now merged, so the pin moves to the merge commit on develop (7b4ecac21ee491998ea4252daace9a5af6a1cb4a). sync-schema.sh confirms both vendored files (ingest.v1.json, layout.v1.json) are byte-identical to the merge commit - no vendored content changes, ref-only. Co-Authored-By: Claude Opus 4.8 --- scripts/.data-ingestors-ref | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/scripts/.data-ingestors-ref b/scripts/.data-ingestors-ref index 9e6d8b84..438a9e26 100644 --- a/scripts/.data-ingestors-ref +++ b/scripts/.data-ingestors-ref @@ -10,11 +10,9 @@ # Format: the first non-comment, non-blank line is the ref (a full commit SHA # preferred; a branch name works but reintroduces floating drift). # -# CURRENT PIN: the time_series_classification WS1 branch head -# (data-ingestors#359, backend#1054/#1056) — the schema gains the -# time_series_classification enum value + the sequence-column conditional, -# and layout.v1 gains the grouping trait (Decision-4). Coupled release -# (T16): once #359 merges, bump this to the merge commit on master and -# re-run scripts/sync-schema.sh (a squash merge leaves this PR-branch SHA -# fetchable, so CI stays green either way). -c38c8adb13f6d49c5c56119b1a20b3454beb7afb +# CURRENT PIN: the data-ingestors#359 merge commit on develop — +# time_series_classification WS1 shipped (backend#1054/#1056): schema enum + +# sequence-column conditional, layout.v1 grouping trait (Decision-4). This +# bump closes the T16 coupled release opened by cli#216 (which pinned the +# PR-branch head pre-merge). +7b4ecac21ee491998ea4252daace9a5af6a1cb4a