Bootstrap: add .gitea/workflows/regenerate-readme-index.yml
regenerate-readme-index / noop (push) Has been cancelled

This commit is contained in:
2026-05-26 03:36:43 +00:00
parent fe911af542
commit bbc8305ba9
@@ -0,0 +1,15 @@
# Regenerates README.md's index section on every merge to main.
# See §2 of SPEC.md. Implementation is a follow-up — this workflow
# file is present as a marker so the meta repo's shape matches the
# spec from day one.
name: regenerate-readme-index
on:
push:
branches: [main]
jobs:
noop:
runs-on: ubuntu-latest
steps:
- run: echo "Index regeneration is a follow-up (see SPEC §2)"