mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
The first command to consume the local event store as a read source. Default behaviour: read from the FsEventStore via Context.profileOf(). Pass --refresh to skip the cache and drain from relays (which then re-populates the store as a side effect, like every other drain). Output JSON gains a "source" field so scripts/agents can tell whether the result came from disk or the network: source = "cache" → served from <data-dir>/events-store/, queried_relays = [] source = "relays" → fresh relay drain, queried_relays = list Cache hit goes through the planner's slot shortcut from the previous commit: one stat + one read on replaceable/0/<pubkey>.json, no directory scan. profile show + profile edit now have entries in the verb table in cli/README.md.