The GitHub Actions job "prek" on airflow-steward.git/feat/privacy-llm-foundation has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: a1755af5b9c7335845fc6dcb624abc5cfc086efc / Jarek Potiuk <[email protected]> fix(privacy-llm): regen doctoc TOCs + require prek install before any commit CI failure on PR #48 was doctoc — the new "Privacy-LLM" section in AGENTS.md and the new projects/_template/privacy-llm.md template both needed their TOCs regenerated. Local `prek run --all-files` confirms every hook passes. In the same PR, the AGENTS.md "Local setup" section is restructured so prek-install is now the first imperative — moved to the top of the section, marked "MUST be run before any other work in this repository — including the first commit on a fresh clone", and augmented with a one-line pre-flight check (`test -x .git/hooks/pre-commit || prek install`) that agents and human contributors run before preparing any commit. The old prek paragraph at the bottom of "Local setup" is removed (its content folded into the new top-of-section block). The reasoning the new text spells out: a missing local hook turns into a CI failure on push (the prek workflow re-runs the same hooks against the diff) — exactly the failure pattern this PR is recovering from. Making the install + verify steps explicit and mandatory closes that gap. Generated-by: Claude Code (Claude Opus 4.7) Report URL: https://github.com/apache/airflow-steward/actions/runs/25340988388 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
