You're right — both blobs are gone in 6db0f57, along with the clause I had added to the ci.sh line in the file map. The only trace left in the README is six words in the existing workflow table…
Removed in 6db0f57.
The one comment I kept in ci.yml is fetch-depth: 0's — that one is not about ci.sh, it records that actions/checkout defaults to depth 1, so dropping the line silently…
More of the same as the previous comment. Look through the README to see if there are more stuff like this we can remove that is not relevant for the day to day developer and can be easily found out if you dig into the code.
Does this really help anyone? If someone really wants to know why some runs went faster than others, then can quickliy find out why by looking at the logs or reading the ci.sh script. This big blob of text in the README only makes it cluttered and harder to consume for both humans and machines. Please fix this and also adjust the projects AGENTS.md to not do this kind of documentation in these places again.