Opus finding
`PolymarketPlatform.core_schemas` redeclaration is identical to parent — comment claims it adds 'follow schema' but doesn't
lowdocs-gaphigh
- backend/wonderwall/simulations/polymarket/platform.py:40-42
The comment says "Also load follow schema from core for trader following" but the list is `["user.sql", "trace.sql"]` — no follow schema. This is a deceptive comment that future maintainers will trust. Either the follow schema needs to be added, or the comment should be removed.
Recommendation
Either add `"follow.sql"` to the list (and verify the file exists) or delete the misleading comment.