Go to file
Z User 04c128f509 Add definitive Tauri 2.0 guide, agent prompts, and WebSocket docs
- tauri2-guide/definitive-guide.md: Comprehensive Tauri 2.0 reference covering project structure, configuration, capabilities/permissions, commands/IPC, events/channels, window management, plugin ecosystem, WebSocket server, script injection, state management, v1->v2 migration, anti-patterns, and quick reference cheat sheet.

- tauri2-guide/agent-prompts.md: Copy-paste ready prompts for instructing AI agents to build Tauri 2.0 apps. Includes universal system prompt with sandbox constraints, 10 task-specific prompts, verification checklist, and v1->v2 API map.

- tauri2-docs/ws_server_client_inject_guide.md: Complete WebSocket server/client/script injection guide based on the moxie-app reference implementation. Covers the native Tokio WebSocket server pattern, frontend client connections, and script injection into external webview windows.

All code validated against Tauri 2.0 official docs (https://v2.tauri.app).
2026-05-30 19:24:21 +00:00
moxie-app working app and docs 2026-05-30 10:44:44 -07:00
tauri2-docs Add definitive Tauri 2.0 guide, agent prompts, and WebSocket docs 2026-05-30 19:24:21 +00:00
tauri2-guide Add definitive Tauri 2.0 guide, agent prompts, and WebSocket docs 2026-05-30 19:24:21 +00:00
.gitignore update gitignore 2026-05-30 11:23:20 -07:00
README.md Initial commit 2026-05-30 10:30:15 -07:00

tauri2-vin-ws-temp