Commit d0cd237
docs: trait filtering is client-side; add per-collection schema
Real-world feedback: an agent asked to find tiny-dinos-eth tokens
with feet=skateboard|hoverboard tried the REST query-param filter
on nfts list-by-collection, got back unfiltered results, and had to
work out the client-side pattern from scratch.
SOUL.md → How You Work: one bullet calling out that REST trait
filtering doesn't work, naming both supported patterns
(listed-only vs whole-collection scan), referencing the rate-limit
budget, and pointing at the new skill subsection.
AGENTS.md: extend memory/scan_state.json with a trait_scans cursor
map so a 429 mid-scan can resume next heartbeat. Add
memory/trait_holders.<slug>.json for the cached trait → token-id
index. One file per collection so users tracking multiple don't
collide; only created on explicit user request since the scan is
expensive.
Pairs with ProjectOpenSea/opensea-devtools#210 (skill-side doc).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 40d9e83 commit d0cd237
2 files changed
Lines changed: 33 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
69 | 98 | | |
70 | 99 | | |
71 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments