mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 20:16:30 +00:00
The check ran on every push and failed with a bare diff, so a backend schema change surfaced as an unexplained red frontend job. Run it only when a codegen input moved — the backend schema, the operations document, the codegen config, or the lockfile (a codegen bump can change the output, and skipping it there would let types.ts go stale and fail someone else's later push). When the compare range can't be resolved (new branch, force-push, tag) it still runs. On failure it now says which command to run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>