Only czdev CLI remains in the workspace. Tauri GUI was unused and
causing CI failures.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move the desktop quickstart guide content into the main README so new
users see it immediately. Add NC2000, APPLauncher, and Hello example
emulator screenshots. Add dedicated EMULATOR.md for detailed usage.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds QUICKSTART_ZH.md and QUICKSTART_JA.md covering the full desktop
dev workflow (doctor → run → watch → deploy). Links added to the
English quickstart and README.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
DESKTOP_DEV.md freezes the app ABI (app_main + app_event + CZ_EV_*), the
LVGL-shared-via-dlopen mechanism, and the 8-issue Windows plan so future
work can't silently drift.
APP_BUILDER_JSON.md documents the backward-compatible schema extension
(runtime / entry / lvgl_version / caps / assets). QUICKSTART.md is the
3-minute onboarding for mac/Linux.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>