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
fix: correct findOne docs to use top-level PK instead of where wrapper
The docs generator was emitting findOne({ where: { id } }) but the actual
generated SDK signature is findOne({ id, select }). Fixed in README,
AGENTS.md, and skills generators.
Closesconstructive-io/constructive-planning#623
0 commit comments