mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 09:51:00 +00:00
Replace the fragile rebase + checkout --ours/--theirs README.md self-healing (which could hang on a non-README conflict and discard the bot's README metrics) with the deterministic model already used by 05.1: the render is authoritative for its generated surface, so each attempt hard-resets to the freshest origin/develop tip, overlays the generated outputs verbatim (docs/, v2-docs/, inventory.yaml/.sql, news_digest.json — source configs left untouched), regenerates README on top, then commits and pushes with a 5x retry. Never hangs on a conflict, never loses data. Pin PYTHONPATH on the step. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>