Files
amethyst/cli/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

18 lines
1.3 KiB
Markdown

# cli plans
_Audited 2026-06-30. 6 plans: 5 shipped (archived), 1 in-progress, 0 queued, 0 abandoned._
## In progress
| Plan | Summary |
| ---- | ------- |
| [2026-05-28-cashu-cli.md](2026-05-28-cashu-cli.md) | NIP-60/61/87 Cashu wallet verbs in amy; full command surface ships, production-mint interop harness still pending. |
## Archived (shipped)
| Plan | Summary |
| ---- | ------- |
| [archive/2026-04-21-cli-distribution.md](archive/2026-04-21-cli-distribution.md) | Native amy distribution via jlink/jpackage with a CI release matrix and Homebrew formula. |
| [archive/2026-04-23-nip17-dm.md](archive/2026-04-23-nip17-dm.md) | NIP-17 DM send/list/await verbs in amy over quartz gift-wrap plumbing. |
| [archive/2026-04-24-file-event-store-nips.md](archive/2026-04-24-file-event-store-nips.md) | Part 3: per-NIP enforcement, slots, tombstones, scrub, and tests for the file-backed event store. |
| [archive/2026-04-24-file-event-store-overview.md](archive/2026-04-24-file-event-store-overview.md) | Part 1: goals and on-disk layout of the filesystem-native IEventStore for amy. |
| [archive/2026-04-24-file-event-store-pipelines.md](archive/2026-04-24-file-event-store-pipelines.md) | Part 2: insert/query/delete/transaction/concurrency pipelines for the file-backed event store. |