You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(chips): drive list_chips from the chips repo README index
list_chips now surfaces every CHIP across all statuses (Living, Draft,
Review, Final, Stagnant, Withdrawn, Obsolete, Grandfathered, Under
Consideration) by parsing the canonical index in
Chia-Network/chips/README.md. Draft and Review entries link to open PRs
and are enriched from the PR head; Final entries are enriched from main.
Status comes from the README (authoritative) rather than per-file
frontmatter so unmerged proposals like CHIP-57 surface correctly when
asked for the most recent CHIP.
Co-Authored-By: Dan Perry <d.perry@chia.net>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ Skills are read-only and idempotent, persist state between runs, and accept stru
220
220
|`get_prefarm_status`| Live per-wallet balances of the 21M XCH strategic reserve, plus total spent |
221
221
|`get_prefarm_spends`| Outflows from the reserve, with destinations labelled when known (partners / market makers / exchanges). Filter by wallet, height, or count |
222
222
|`list_prefarm_addresses`| The hardcoded registry: custody wallets and known destination addresses. No network call |
223
-
|`list_chips`|Merged Chia Improvement Proposals on `main`, parsed front matter + abstract. Filter by status or category |
223
+
|`list_chips`|All Chia Improvement Proposals from the canonical README index in `Chia-Network/chips`, across every status (Living, Draft, Review, Final, Stagnant, Withdrawn, Obsolete, Grandfathered). Draft and Review entries link to open PRs; Final entries link to merged files. Status comes from the README; front matter is enriched in. Filter by status or category |
224
224
|`get_chip`| One CHIP by number. Returns the merged version (if any), any open PR drafts proposing the same number, and optionally the full markdown |
225
225
|`list_chip_drafts`| Open PRs against `Chia-Network/chips` that add or modify a CHIP, with parsed front matter and PR context (author, reviewers, draft flag) |
226
226
|`search_chips`| Keyword search across merged CHIPs and open PR drafts (title, description, abstract, authors) |
'List open pull requests against Chia-Network/chips that add or modify a CHIP file. Each entry includes parsed front matter from the proposed file plus PR context (number, url, author, requested reviewers, draft flag, updated_at) and a modifies_existing flag for amendments. PRs that do not touch a CHIPs/chip-*.md file are filtered out.',
8
+
'List the live state of every open pull request against Chia-Network/chips that adds or modifies a CHIP file. Use this for PR review context (author, requested reviewers, draft flag, updated_at) and the modifies_existing flag for amendments. PRs that do not touch a CHIPs/chip-*.md file are filtered out. For the canonical CHIP index across all statuses (including Draft proposals), use list_chips.',
0 commit comments