Commit Graph
2 Commits
Author SHA1 Message Date
mrcharles d38b8a16d1 fix: repair clone-repos.sh URL filter that skipped every repo [#632]
The old condition only accepted lines that contained whitespace, so
every plain URL was skipped and the script was a silent no-op (0/0
clones). Strip each line and process all non-empty URLs.

Detail: https://projects.knownelement.com/issues/632#note-1

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
2026-09-01 18:04:26 -05:00
mrcharles 2dc31349b2 feat: add automated repository cloning script
- Create clone-repos.sh automation script
- Add colored output for better user experience
- Implement timeout handling (60 seconds per clone)
- Add automatic functional category mapping
- Include progress reporting and summary statistics
- Handle edge cases with helpful error messages
- Enable reproducible workspace setup for other developers

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
2026-02-04 07:59:28 -05:00