core-agent-ide/.github/workflows
Michael Bolin 9b06fb48a7
add check to ensure ToC in README.md matches headings in the file (#541)
This introduces a Python script (written by Codex!) to verify that the
table of contents in the root `README.md` matches the headings. Like
`scripts/asciicheck.py` in https://github.com/openai/codex/pull/513, it
reports differences by default (and exits non-zero if there are any) and
also has a `--fix` option to synchronize the ToC with the headings.

This will be enforced by CI and the changes to `README.md` in this PR
were generated by the script, so you can see that our ToC was missing
some entries prior to this PR.
2025-04-22 09:38:12 -07:00
..
ci.yml add check to ensure ToC in README.md matches headings in the file (#541) 2025-04-22 09:38:12 -07:00
cla.yml Set up CLA process and remove DCO (#129) 2025-04-16 15:24:31 -07:00