Files
amethyst/desktopApp/plans/README.md
T
Claude 6579b5f656 docs: audit, status-stamp, and index all module plans
Audited all 143 plan files across the 10 plans/ folders. Each plan now
carries a Status header (shipped | in-progress | queued | abandoned)
backed by codebase evidence, and every folder has a README.md index
grouping plans by status.

Shipped plans were moved into a per-folder plans/archive/ (via git mv,
history preserved) so each plans/ folder surfaces only live work:

  shipped (archived): 122   in-progress: 8   queued: 7   abandoned: 4

docs/plans/ is the frozen legacy folder; its plans were stamped and
indexed in place (48 of 52 archived) but it remains closed to new plans.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016hpUivtmq4pgzqRbY6MYrA
2026-06-30 15:35:38 +00:00

29 lines
2.9 KiB
Markdown

# desktopApp plans
_Audited 2026-06-30. 13 plans: 10 shipped (archived), 2 in-progress, 1 queued, 0 abandoned._
## In progress
| Plan | Summary |
| ---- | ------- |
| [2026-05-12-feat-desktop-wallet-zapping-test-coverage-plan.md](2026-05-12-feat-desktop-wallet-zapping-test-coverage-plan.md) | Desktop wallet/zap test coverage; NWC handler + RPC round-trip tests shipped, wallet-column-state and zap-dialog-logic tests still missing. |
| [2026-06-21-napplet-desktop-host.md](2026-06-21-napplet-desktop-host.md) | Desktop NIP-5A/5D host; shared core extractions done, desktop engine/scheme-handler/transport/UI edge not yet built. |
## Queued
| Plan | Summary |
| ---- | ------- |
| [2026-05-21-embedded-wallet-phase2-research.md](2026-05-21-embedded-wallet-phase2-research.md) | Research for an embedded self-custodial Lightning wallet (Breez/ldk-node/lightning-kmp); parked, no code. |
## Archived (shipped)
| Plan | Summary |
| ---- | ------- |
| [archive/2026-05-09-embedded-local-relay-plan.md](archive/2026-05-09-embedded-local-relay-plan.md) | In-process SQLite local relay with write-through + startup hydration + settings UI. |
| [archive/2026-05-11-wallet-zapping-brainstorm.md](archive/2026-05-11-wallet-zapping-brainstorm.md) | Brainstorm map for the desktop wallet & zapping experience (NWC parity shipped). |
| [archive/2026-05-12-wallet-zapping-phase1-2-plan.md](archive/2026-05-12-wallet-zapping-phase1-2-plan.md) | NWC wallet column (connect/balance/send/receive) plus upgraded zapping UX. |
| [archive/2026-05-19-fix-desktop-deb-launch-crash-brainstorm.md](archive/2026-05-19-fix-desktop-deb-launch-crash-brainstorm.md) | Fix .deb launch crash via jlink modules + CI launch smoke test. |
| [archive/2026-05-20-wallet-zapping-manual-testing-sheet.md](archive/2026-05-20-wallet-zapping-manual-testing-sheet.md) | Manual QA sheet for the desktop wallet & zapping feature. |
| [archive/2026-05-23-feat-send-dialog-lnurl-pay-brainstorm.md](archive/2026-05-23-feat-send-dialog-lnurl-pay-brainstorm.md) | Brainstorm for LNURL-pay / lightning-address support in the send dialog. |
| [archive/2026-05-23-feat-send-dialog-lnurl-pay-plan.md](archive/2026-05-23-feat-send-dialog-lnurl-pay-plan.md) | Send dialog accepts LNURL + lightning addresses with auto-detect/resolve flow. |
| [archive/2026-05-23-fix-nsec-session-persistence-brainstorm.md](archive/2026-05-23-fix-nsec-session-persistence-brainstorm.md) | Fix nsec sessions not persisting across restarts (save on App-level scope). |
| [archive/2026-06-08-feat-desktop-image-compression-plan.md](archive/2026-06-08-feat-desktop-image-compression-plan.md) | JPEG re-encode/downscale upload pipeline with EXIF strip + failure dialog, shared with CLI. |
| [archive/2026-06-17-feat-app-launch-optimization-plan.md](archive/2026-06-17-feat-app-launch-optimization-plan.md) | Launch testing/benchmark foundation + targeted launch-path fixes (all in-scope phases landed). |