Lineup Desktop is the Windows-first Electron version of Lineup. This repository is intentionally scaffolded with docs, workflow rules, contracts, and harness checks before product implementation begins.
- Separate repo for the desktop app.
- Electron shell and helper-hosted native playback are architecture hypotheses
recorded in
docs/architecture/desktop-repo-genesis-adr.md. - No renderer UI, Plex import, native playback host, packaging implementation, or copied product modules exist yet.
- All future copied/adapted Lineup slices must be recorded in
docs/architecture/import-ledger.md.
npm install
npm run verifyUse AGENTS.md and
docs/AGENTIC_DEV_WORKFLOW.md before making
changes.
- Codex role configs live in
.codex/. - Desktop project skill wrappers live in
.agents/skills/. - Codanna generated indexes are local-only; use
.codannaignoreanddocs/agentic/codanna-playbook.md. - CI runs
npm run verifyon Linux and Windows.