Point checkpoint at current HEAD

This commit is contained in:
Avi 2026-08-04 14:22:28 -05:00
commit 46d5da71b0

View file

@ -6,10 +6,12 @@ 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` @ `d677125` ("Show preview images and link cards in Compose"), on top of - 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 `03f6877` (NIP-98 upload auth), `3e3467b` (compose preview + attachments), `17e8ace` (Profiles
subtitle copy), and `8eb6685` (reveal-secret-key). 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.
- `/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).
@ -33,6 +35,9 @@ will appear (profile avatar + npub, the text, and any images), without publishin
## Commits this session (newest first) ## Commits this session (newest first)
- `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"
- `d677125` "Show preview images and link cards in Compose" — two fixes from GUI testing: - `d677125` "Show preview images and link cards in Compose" — two fixes from GUI testing:
1. Remote images never rendered because the CSP was `img-src 'self' data:` — added `https:` 1. Remote images never rendered because the CSP was `img-src 'self' data:` — added `https:`
(`frontend/index.html`). Attached images and pasted image URLs now appear in the preview. (`frontend/index.html`). Attached images and pasted image URLs now appear in the preview.