mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-07-27 20:07:50 +00:00
1.2 KiB
1.2 KiB
AGENTS.md
Commands
# 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.py
GitHub MCP Tools
This 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
Entry Format
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.
PR Review Workflow
- Always ask user before merging
- Check section placement (not Market Data if commercial)
- Check for duplicates in README
- Use "reviewed" label after commenting