From 2c2180e3a580271787bf93ba48472f5e0dd3b7c7 Mon Sep 17 00:00:00 2001 From: Avi Date: Tue, 4 Aug 2026 16:28:47 -0500 Subject: [PATCH] Refresh checkpoint with open-source docs --- CHECKPOINT-encryption.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHECKPOINT-encryption.md b/CHECKPOINT-encryption.md index c015e1f..a8f9125 100644 --- a/CHECKPOINT-encryption.md +++ b/CHECKPOINT-encryption.md @@ -1,4 +1,4 @@ -# Checkpoint — Compose preview with image attachments (2026-08-04) +# Checkpoint — Compose preview + open-source docs (2026-08-04) A stopping point you can return to if this session is closed. Everything below was verified green at the moment this file was written. @@ -6,12 +6,17 @@ verified green at the moment this file was written. ## Where things are - Project: `/home/avi/Projects/skills/nost-feed-manager` -- Git repo: `master` @ `9ec01c9` ("Add AGENTS.md checkpoint workflow rule"), on top of - `a052851` (checkpoint refresh), `d677125` ("Show preview images and link cards in Compose"), - `03f6877` (NIP-98 upload auth), `3e3467b` (compose preview + attachments), `17e8ace` (Profiles - subtitle copy), and `8eb6685` (reveal-secret-key). +- Git repo: `master` @ `dbc0974` ("Add open-source README and MIT license"), on top of + `46d5da7` ("Point checkpoint at current HEAD"), `9ec01c9` ("Add AGENTS.md checkpoint workflow + rule"), `a052851` (checkpoint refresh), `d677125` ("Show preview images and link cards in + Compose"), `03f6877` (NIP-98 upload auth), `3e3467b` (compose preview + attachments), + `17e8ace` (Profiles subtitle copy), and `8eb6685` (reveal-secret-key). - The working tree is **clean** — everything from this session is committed. - `AGENTS.md` now records the standing rule: every addition must end with an up-to-date checkpoint. +- `README.md` is now an open-source-ready document (badges, overview, features, tech stack, + install/quick start, CLI + GUI usage, dev guide, contributing, community, MIT license section); + the new `LICENSE` file grants MIT (Copyright (c) 2026 Avi). The vault is gitignored, so no + secret material is tracked. - `/home/avi/Projects/nostr_backend/nostr_backendmanager.md` (old-CLI docs) has been updated to match reality; it lives outside this repo so it is not part of any commit. - `/home/avi/Projects/nostr_backend/vlog-website/` (separate, untouched). @@ -35,6 +40,12 @@ will appear (profile avatar + npub, the text, and any images), without publishin ## Commits this session (newest first) +- `dbc0974` "Add open-source README and MIT license" — `README.md` rewritten for a technical / + open-source audience (badges, feature list incl. compose preview + media, tech-stack tables, + quick start + `.env` example, CLI/IPC usage, screenshots placeholders, dev guide, contributing, + community, license). New `LICENSE` (MIT, Copyright (c) 2026 Avi). Docs-only change; full + verification suite re-run green anyway (cargo 64, npm 65, all lint/format/builds clean). +- `46d5da7` "Point checkpoint at current HEAD" — checkpoint aligned with HEAD before the docs work. - `9ec01c9` "Add AGENTS.md checkpoint workflow rule" — new `AGENTS.md` records that every addition must end with an up-to-date checkpoint. - `a052851` "Refresh checkpoint with preview image/link fixes"