mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
Correct the injector's relay model: indexer relays (purplepag.es, coracle, …) aggregate kind:10002 (and kind:0) for the whole network but do NOT serve kind:3/10000/1984. Those live only on each user's own outbox. - Split the relay sets: `relayListDiscoveryRelays` (bootstrap + event-finder + indexers) is used only to locate kind:10002; `contentFallbackRelays` (bootstrap + event-finder, no indexers) is the best-effort fallback for content when a user's outbox is unknown/down. - Content is fetched from each user's outbox write relays, with harvested relay hints and general relays as fallback — never indexers. Also add progress status (all on stderr, stdout stays the JSON contract): - loading already logs per-hop frontier/recovered/new/total counts; - "graph built: N users, E edges; scoring…" and "scored N users" bracket the calculation; - GrapeRank.compute gains an optional (visited, scored, queued) progress callback, wired to emit a scoring line every 5000 worklist visits so a large graph shows movement instead of hanging silently. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RWk2ZMrGBSr4WenKgwqmbB
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 | 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 | Native amy distribution via jlink/jpackage with a CI release matrix and Homebrew formula. |
| 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 | 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 | Part 1: goals and on-disk layout of the filesystem-native IEventStore for amy. |
| archive/2026-04-24-file-event-store-pipelines.md | Part 2: insert/query/delete/transaction/concurrency pipelines for the file-backed event store. |