Small repo for scanning Tangled for repos with github workflows, but no tangled workflows, and whether the workflows currently can be converted with https://github.com/43081j/tangleflow or not.
README.md

tangleflow-coverage #

Running #

npm run scan                  # new scan, saved to scans/<date>.json
npm run report                # reports/<date>.md from the newest scan
npm run report -- scans/2026-09-21.json

scan lists every repo on knot1, keeps those with a .github/workflows folder and no .tangled folder, runs tangleflow on each workflow file, and writes one result per file.