2 Commits

Author SHA1 Message Date
Jacob Schmidt
d6523c6876 fix: publish sidecar with native libs alongside exe, optimize prebuild
- Keep native DLLs outside single-file bundle (IncludeNativeLibrariesForSelfExtract=false)
- Prebuild script copies all output to Tauri bin (skips .pdb and .metal)
- Only copy runtimes for the target platform (e.g. win-x64), strip all others
- Clean stale runtimes on each rebuild

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 22:41:38 -06:00
Jacob Schmidt
0d77300c22 feat: Project Journal backend monorepo
Monorepo with centralized build props, npm workspaces, LlamaSharp AI,
SQLite/SQLCipher storage, Svelte frontend, and unified smoke tests.

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-02 20:56:26 -06:00