mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
c308ddff16
- showcase-canonical-pins.json: bump canonicalCopilotKitVersion 1.59.4 -> 1.60.2; remove ms-agent-harness-dotnet override (caught up to canonical in prior commit). - fail-baseline.json: re-ratchet validatePinsFailCount 39 -> 38 and hash to match the one-item drop (ms-agent-harness-dotnet override no longer counted). - @ag-ui/mastra: revert 0.2.4 -> 0.2.1-beta.2. 0.2.4 imports '@mastra/core/runtime-context' which the pinned @mastra/core@1.41.0 does not export, breaking 'next build' (failing mastra build-check in CI). Holding @ag-ui/mastra at the prior pin until a coordinated @mastra/core upgrade lands.
7 lines
1.1 KiB
JSON
7 lines
1.1 KiB
JSON
{
|
|
"_comment": "Drift ratchet baseline for showcase_validate.yml. `validatePinsFailCount` holds the last-known FAIL count; `validatePinsFailHash` is a SHA-256 of the stderr-only `[FAIL] ...` lines from validate-pins.ts, deduplicated and sorted with `LC_ALL=C sort -u`. CI compares BOTH: if the count changes, it tells you to ratchet (up rejected, down instructed). If the count is equal but the hash differs, the FAIL *set* has drifted (one item fixed, another regressed) and CI fails with a diff. Never raise the count without an explicit review + sign-off. `baselineDemoCount` is the exact expected demo count per package (single source of truth consumed by both the workflow and validate-parity.ts); deviation in either direction triggers a baseline-deviation warning. NOTE: validate-parity.ts `BASELINE_DEMO_COUNT` default must match `baselineDemoCount` here; keep them in sync. See .github/workflows/showcase_validate.yml 'Run validate-pins (ratchet)' step.",
|
|
"validatePinsFailCount": 38,
|
|
"validatePinsFailHash": "81189453f62fd38b5a5fd83e23b3ffb2538dde49f8320977f5da8984105b81db",
|
|
"baselineDemoCount": 9
|
|
}
|