Refresh checkpoint with open-source docs

This commit is contained in:
Avi 2026-08-04 16:28:47 -05:00
commit 2c2180e3a5

View file

@ -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 A stopping point you can return to if this session is closed. Everything below was
verified green at the moment this file was written. 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 ## Where things are
- Project: `/home/avi/Projects/skills/nost-feed-manager` - Project: `/home/avi/Projects/skills/nost-feed-manager`
- Git repo: `master` @ `9ec01c9` ("Add AGENTS.md checkpoint workflow rule"), on top of - Git repo: `master` @ `dbc0974` ("Add open-source README and MIT license"), on top of
`a052851` (checkpoint refresh), `d677125` ("Show preview images and link cards in Compose"), `46d5da7` ("Point checkpoint at current HEAD"), `9ec01c9` ("Add AGENTS.md checkpoint workflow
`03f6877` (NIP-98 upload auth), `3e3467b` (compose preview + attachments), `17e8ace` (Profiles rule"), `a052851` (checkpoint refresh), `d677125` ("Show preview images and link cards in
subtitle copy), and `8eb6685` (reveal-secret-key). 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. - 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. - `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 - `/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. 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). - `/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) ## 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 - `9ec01c9` "Add AGENTS.md checkpoint workflow rule" — new `AGENTS.md` records that every addition
must end with an up-to-date checkpoint. must end with an up-to-date checkpoint.
- `a052851` "Refresh checkpoint with preview image/link fixes" - `a052851` "Refresh checkpoint with preview image/link fixes"