# Install deps (requires Python 3.11+)
uv sync --no-install-project
# Run parser (requires GitHub token)
GITHUB_ACCESS_TOKEN=<token> uv run python parse.py
# Generate static site
uv run python site/generate.pyThis repo uses GitHub MCP tools for PR operations (not gh CLI). Key tools:
github_list_pull_requests- list open PRsgithub_get_pull_request- get PR detailsgithub_get_pull_request_files- get files changedgithub_merge_pull_request- merge PRsgithub_add_issue_comment- comment on PRsgithub_update_issue- close/update issues and PRsgithub_get_file_contents- fetch README.md from repo
The critical regex: ^\s*- \[(.*)\]\((.*)\) - (.*)$
- Must include backtick language tags (e.g.,
`Python`) - Description must end with period
- Commercial sites in "Commercial & Proprietary Services" section
- Language tag optional for commercial sites
See CLAUDE.md and CONTRIBUTING.md for full details.
- Always ask user before merging
- Check section placement (not Market Data if commercial)
- Check for duplicates in README
- Use "reviewed" label after commenting
sprr- Single PR reviewer (formerly review-pr)bprr- Bulk PR reviewer