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
Copy file name to clipboardExpand all lines: AGENTS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
-`Backend/`: Rust + Tauri backend (`src/`), commands (`src/tauri_commands/`), plugin runtime (`src/plugin_runtime/`), and config-driven plugin sync support (`scripts/`).
6
6
-`openvcs.plugins.json`: built-in plugin source list used to materialize shipped plugins during client builds.
7
7
-`Frontend/`: TypeScript + Vite UI code (`src/scripts/`, `src/styles/`, `src/modals/`), with Vitest tests colocated as `*.test.ts` files.
8
+
- OpenVCS is desktop-only: there is no web app, no standalone browser mode, and no supported web browser/WebView deployment target.
8
9
-`docs/`: UX docs, plugin architecture notes, and plugin/theme packaging guides referenced by contributors.
9
10
-`packaging/flatpak/`: Flatpak manifests and Flatpak-specific build notes.
10
11
- Supporting files at the repo root include the workspace `Cargo.toml`, `Justfile`, `README.md`, `ARCHITECTURE.md`, `SECURITY.md`, and installer scripts.
@@ -47,7 +48,7 @@
47
48
### Development servers
48
49
49
50
-`cargo tauri dev`: run the desktop app in dev mode (`Backend/` directory).
50
-
-`npm --prefix Frontend run dev`: run the frontend-only Vite dev server.
51
+
-`npm --prefix Frontend run dev`: run the frontend-only Vite dev server for desktop UI development only; it is not a web app/browser deployment.
0 commit comments