Files
Lumotia/docs/brief/open-questions.md
Claude 89c63891fa chore: rebrand from Kon/Corbie to Magnotia
Replace all instances of the legacy product names "Kon" and "Corbie" with
"Magnotia" across user-facing copy, code identifiers, package names, bundle
ids, file paths, and documentation. Preserves the unrelated "konsole" (KDE
terminal) reference and the parent CORBEL company name.

- Renames 10 Rust crates (kon-* → magnotia-*) and the tauri binary
- Updates package.json, tauri.conf.json (productName + identifier)
- Renames CSS classes (kon-rh-* → magnotia-rh-*) and animations
- Renames brand and roadmap docs
- Regenerates Cargo.lock and package-lock.json

Verified: svelte-check passes; pure-rust crates compile under new names.
2026-04-30 13:06:55 +00:00

32 lines
2.6 KiB
Markdown

<!-- Source: Magnotia Master Brief — §10 Open Questions -->
## 10. Open Questions
### Resolved (decisions made — see relevant sections)
- ~~Sync architecture~~ → cr-sqlite + iroh selected (section 3)
- ~~Minimum hardware specs~~ → 8GB RAM, 2020+ CPU (section 3)
- ~~CRDT library evaluation~~ → cr-sqlite for SQL-level CRDTs, iroh for networking (section 3)
- ~~Whisper model selection~~ → ggml-base.en desktop, ggml-tiny.en mobile (section 3)
- ~~LLM model selection~~ → Phi-4-mini (8GB), Qwen 3 7B (16GB), Llama 3.2 1B (mobile) (section 3)
- ~~Waitlist tool~~ → LaunchList £65 one-time (section 7)
- ~~Payment processor~~ → Lemon Squeezy 5% + 50p (section 7)
- ~~Pricing validation method~~ → Van Westendorp survey via Tally (section 5)
- ~~Bionic Reading implementation~~ → CSS regex (bold first N chars), text-vide npm package or custom, MIT licensed
- ~~Nudging delivery mechanism~~ → tauri-plugin-notification + Web Audio API chimes + context-aware suppression (section 4)
### Still open
- Exact free tier limitations (number of tasks? transcriptions? time limit?)
- Which frontier AI model for cloud tier (Claude, GPT-4o, other?)
- App store submission timeline and requirements for Android/iOS
- Sensory preference persistence ("sensory cookies") — save user's baseline motion/contrast/typography settings across sessions. MVP or v2?
- Emotionally adaptive UI (detect frustration/fatigue, auto-simplify interface) — v2+ feature, but worth architecting for early
- Mac App Store sandboxing compatibility with Tauri — needs hands-on testing
- Access to Work approval process for specific software products — exact requirements TBD
- Search volume data for "ADHD desktop app", "ADHD app for Windows" etc. — validate with Ahrefs/SEMrush before committing to SEO strategy
- Tiimo's B2B pricing (not publicly available) — competitive intelligence via test enquiry
- Visual timeline implementation — time blocks, Gantt-style, or simpler countdown view? Validate with beta testers.
- Smartwatch integration for haptic nudges — Tauri v2 wearable support? Or companion app?
- Low-fi body doubling: would showing anonymised user count ("3 others in deep work") require any server component? Could use iroh peer count from paired devices, but broader anonymous count needs a lightweight coordination mechanism.
- Start/shutdown ritual UX: how prescriptive should the morning triage be? Fully AI-driven or user-guided? Beta test both approaches.
- cr-sqlite development pace risk: monitor vlcn.io activity. If stalled, migrate to Automerge + SQLite BLOB storage (networking layer unchanged).