A tauri remake of outworked to be more performant and out of bitterness towards electron.
- Rust 66.7%
- TypeScript 29.6%
- CSS 2.7%
- HTML 1%
- Remove tauri-plugin-sql; add heed 0.20 with serde-json feature - Implement AppDb with 11 named LMDB databases covering all domain models (agents, sessions, cost_records, cost_budgets, triggers, channels, messages, skills, skill_auth, tasks, settings) - Dynamic map sizing: 1 MB fresh install, 2× file size on restart, no artificial ceiling — power users grow unbounded to disk capacity - write_with_grow() helper auto-doubles the map on MapFull and retries - Implement settings get/set/delete commands backed by LMDB - Remove sql plugin config from tauri.conf.json and capabilities - Update CLAUDE.md with LMDB layout, sizing rationale, and archival plan Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| src | ||
| src-tauri | ||
| .gitignore | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||