notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit ef7070949182883214dfde1edb07f8ceae3d0aed
parent b06d7dc888f6e003e58a6d1e7cf93c2743fda193
Author: alltheseas <64376233+alltheseas@users.noreply.github.com>
Date:   Thu, 16 Oct 2025 12:03:57 -0500

Update AGENTS.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat:
MAGENTS.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AGENTS.md b/AGENTS.md @@ -30,7 +30,7 @@ This document captures the current architecture, coding conventions, and design - **Database**: `nostrdb::Ndb` is the primary storage/query engine. Transactions are short-lived (`Transaction::new`) and most reads flow through caches. - **Caches**: - - `NoteCache` (nip10/thread metadata), + - `NoteCache` (NIP-10/thread metadata), - `Images` (image/GIF cache), - `UnknownIds` (tracks pubkeys/notes discovered via tags), - `JobsCache` (Columns-specific async job state).