docs: document org-wide repo scope and auto-discovery

This commit is contained in:
grok-bot-andresmgsl 2026-07-18 17:45:04 +00:00
parent 1d00544e86
commit 7b9b696874

21
docs/ORG_SCOPE.md Normal file
View file

@ -0,0 +1,21 @@
# Organization scope
The watcher monitors **every repository** under [github.com/heavy-duty](https://github.com/heavy-duty).
Discovery is **search-based** (`gh search … --owner heavy-duty`), so new org repos are included automatically — no allowlist edit required.
As of 2026-07-18 the org includes (non-exhaustive snapshot):
- platform, box, rig, cast, infra, handbook, incubator
- bulldozer, bulldozer-examples, wallet-adapter, nx-anchor, anchor
- znap (+ example, shuttle, tokio, hats)
- solana-utils, spl-utils, calculate-leaderboard
- drill-* actions, bounty-program helpers
- metaplex-series, nft-as-a-wallet, solfate-images, solana-colombia-hacker-house-bounty-program
- .github
Refresh anytime:
```bash
gh api orgs/heavy-duty/repos --paginate --jq '.[].full_name' | sort
```