Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The help text promises that `--preview` will only generate a preview and not modify the original project, but the main flow still creates and writes `DESIGN.md`, `styles/theme-override.css`, optionally `tailwind.config.js`, `assets/theme-override.css`, tokens, and snippets before generating the preview. This breaks user expectations and can cause unintended repository changes or overwrite project files in workflows that rely on preview mode being non-destructive.
