-
由 Will Chen 提交于
## Summary - Add a comprehensive plan document for convex backend support in . - Outline architecture and implementation strategy for switching backend storage and API behavior. - Define staged rollout and verification steps. ## Test plan - Run > dyad@0.37.0 fmt > npx oxfmt, > dyad@0.37.0 lint:fix > npx oxlint --fix --fix-suggestions --fix-dangerously Found 0 warnings and 0 errors. Finished in 20ms on 795 files with 88 rules using 10 threads., and > dyad@0.37.0 ts > npm run ts:main && npm run ts:workers > dyad@0.37.0 ts:main > npx tsgo -p tsconfig.app.json --noEmit --incremental > dyad@0.37.0 ts:workers > npx tsc -p workers/tsc/tsconfig.json --noEmit --incremental locally. - Manually review the generated plan document for completeness.
🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2693" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->