1aa315cddf
fix
Release Electron App / release-desktop (push) Failing after 8m6s
2026-03-03 23:26:41 +01:00
5170f10b64
refactor: remove keytar dependency and simplify token storage fallback mechanism
Release Electron App / release-desktop (push) Failing after 8m13s
2026-03-03 23:14:57 +01:00
f5d6978e0b
feat: implement cross-compilation support for native addons and clean up non-target binaries
Release Electron App / release-desktop (push) Successful in 11m5s
2026-03-03 22:47:07 +01:00
170e44a05a
fix: force install platform-specific packages in build process
Release Electron App / release-desktop (push) Successful in 11m2s
2026-03-03 22:21:41 +01:00
008fa499e8
feat: add platform-specific native package installation for vectordb in build process
Release Electron App / release-desktop (push) Failing after 8m7s
2026-03-03 22:04:54 +01:00
a7272803df
feat: enhance packageAfterCopy hook to remove non-target prebuilt binaries
Release Electron App / release-desktop (push) Failing after 29m53s
2026-03-03 18:14:11 +01:00
dc44cbc9f0
refactor: remove Windows prebuilt native module download step and update package handling in build process
Release Electron App / release-desktop (push) Failing after 3m40s
2026-03-03 18:04:04 +01:00
603d8f0e7e
refactor: update native module handling for Windows and Linux in build process
Release Electron App / release-desktop (push) Successful in 6m27s
2026-03-03 17:21:00 +01:00
Roberto
1f5ea553aa
update for build result
Release Electron App / release-desktop (push) Failing after 5m8s
2026-03-02 23:05:09 +01:00
5f7fa6fa5e
Update forge.config.ts
2026-03-02 21:51:47 +00:00
0607b7cb94
Update forge.config.ts
2026-03-02 21:40:23 +00:00
Roberto Musso
8a869f90ad
feat: US-002 — SQLite + Drizzle ORM schema and migrations
...
- Install better-sqlite3 + drizzle-orm as runtime deps; drizzle-kit + @types/better-sqlite3 as devDeps
- Define 5 tables in src/main/db/schema.ts: clients, projects, tasks, checkpoints, notes
- All IDs are TEXT (UUID); types inferred via InferSelectModel/InferInsertModel
- initDb() in src/main/db/index.ts opens adiuva.db at app.getPath('userData'), runs CREATE TABLE IF NOT EXISTS (non-destructive push), enables WAL mode
- Call initDb() in main process app ready handler
- Externalize better-sqlite3 in vite.main.config.mts; add AutoUnpackNativesPlugin to forge.config.ts
- Add drizzle.config.ts for drizzle-kit CLI support
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-19 16:37:24 +01:00
Roberto Musso
f6cc8bb23a
feat: US-001 — scaffold NeuralDesk Electron + React app
...
- electron-forge 7 + Vite plugin (vite-typescript template)
- React 19 + TypeScript 5 strict mode
- TanStack Router with file-based routing (4 routes: /, /timeline, /tasks, /projects)
- Tailwind CSS 3 + PostCSS with Figma design tokens (sidebar, primary, muted)
- Framer Motion, Lucide React, shadcn/ui utilities (cn, CVA, clsx, twMerge)
- AppShell layout: 240px sidebar with collapse toggle, active route highlighting
- Vite configs use .mts extension to avoid ESM/CJS conflict with electron-forge
- Full package build verified (linux x64)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-19 15:28:31 +01:00