Skip to content

feat: brain-dump v1 — Tauri desktop app with CLI, SQLite graph model, and phosphor-green UI#1

Open
thorrester wants to merge 25 commits into
mainfrom
initial
Open

feat: brain-dump v1 — Tauri desktop app with CLI, SQLite graph model, and phosphor-green UI#1
thorrester wants to merge 25 commits into
mainfrom
initial

Conversation

@thorrester
Copy link
Copy Markdown
Member

Summary

  • Full Rust workspace: brain-dump-core (SQLite/ULID/graph model), brain-dump-cli (bd binary), brain-dump-app (Tauri 2)
  • 10 Tauri IPC commands mirroring the CLI surface; WAL-mode SQLite at ~/.brain-dump/brain-dump.db
  • SvelteKit 5 frontend with OpsML phosphor-green CRT theme, dashboard card grid, project detail split panel, phase accordion, and create/edit modal forms
  • bd CLI covers full CRUD: new, list, show, edit, status, link, unlink, delete, tag, untag with --json flag throughout

Test Plan

  • cargo test --workspace --all-features — 19 tests pass
  • cargo build --workspace --all-features — clean build
  • bd new project "Test" / bd list projects / bd show "Test" smoke tests
  • cd ui && pnpm build — static build succeeds
  • cargo tauri dev — app launches, dashboard loads, project card clickable, NodeForm saves

thorrester and others added 25 commits March 29, 2026 14:24
…tory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… create/delete atomic, fix home dir detection

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…dges, add missing tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…it, status, link, delete, tag)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ollision in edit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… wrappers, and dashboard placeholder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…connection badges

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Modal overlay form with markdown preview toggle, wired to New Project on
dashboard and Edit/New Phase actions on project detail page.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant