You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deliver a zero-to-first-memory Answer Engine experience that a non-technical user can install from one copy-pasted prompt, launch from a desktop icon, connect to the AI agents they already use, import their history with informed consent, and prove memory recall in a fresh chat—while keeping a stable personal-memory instance completely isolated from local staging development.
Non-Technical Summary
A user should be able to paste a short prompt into Codex, ChatGPT Work/Desktop, Claude Code, or Claude Cowork and be guided through the complete setup. The installer welcomes them, asks which agents they use, checks their computer, installs the supported Answer Engine skills and MCP/CLI integrations, imports approved history, proposes an initial organization, and walks them through remembering and recalling one fact in a new chat.
A lightweight desktop application provides one-click access and health controls. The stable personal-memory channel keeps running in the background and cannot be affected by a staging channel used by local coding agents.
Supported Baseline
macOS on Apple Silicon with at least 16 GB RAM.
Windows 11 with WSL2 and a supported GPU with at least 8 GB VRAM.
Capability detection recommends an appropriate local model/runtime and reports reduced-function or cloud-backed fallbacks honestly.
Unsupported hardware or agent surfaces must fail clearly; the product must not claim local connectivity where the client cannot provide it.
Product Principles
Local-first and private by default.
No automatic home-directory scan.
Every history or folder source requires explicit consent and a preview.
Stable and staging data, credentials, ports, volumes, logs, and services are fail-closed and independently addressable.
Skills teach workflows; MCP and CLI provide live tools and controlled actions.
Distribution is pinned to a release/tag and verified by checksum rather than executing instructions from a floating branch.
Installation, repair, upgrade, rollback, and uninstall are idempotent and observable.
The Electron application is a control plane; a background service owns runtime availability.
Goal
Deliver a zero-to-first-memory Answer Engine experience that a non-technical user can install from one copy-pasted prompt, launch from a desktop icon, connect to the AI agents they already use, import their history with informed consent, and prove memory recall in a fresh chat—while keeping a stable personal-memory instance completely isolated from local staging development.
Non-Technical Summary
A user should be able to paste a short prompt into Codex, ChatGPT Work/Desktop, Claude Code, or Claude Cowork and be guided through the complete setup. The installer welcomes them, asks which agents they use, checks their computer, installs the supported Answer Engine skills and MCP/CLI integrations, imports approved history, proposes an initial organization, and walks them through remembering and recalling one fact in a new chat.
A lightweight desktop application provides one-click access and health controls. The stable personal-memory channel keeps running in the background and cannot be affected by a staging channel used by local coding agents.
Supported Baseline
Product Principles
Ordered Sub-Issues
End-to-End User Journey
Acceptance Criteria
pnpm verifypass.Related Foundations
Sequencing
readylabel.