diff --git a/CHECKPOINT-encryption.md b/CHECKPOINT-encryption.md index a8f9125..f35d230 100644 --- a/CHECKPOINT-encryption.md +++ b/CHECKPOINT-encryption.md @@ -6,17 +6,19 @@ verified green at the moment this file was written. ## Where things are - Project: `/home/avi/Projects/skills/nost-feed-manager` -- 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). +- Git repo: `master` @ `3eb9fa9` ("Rewrite README for Forgejo hosting"), on top of + `dbc0974` ("Add open-source README and MIT license"), `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. +- `README.md` is an open-source-ready document rewritten for **Forgejo** hosting (no GitHub + references; clone/issues/wiki links use the `[YOUR_FORGEJO_INSTANCE_URL]//` Forgejo + format; no git remote is configured in the repo yet, so the instance URL is a labeled + placeholder). 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). @@ -40,6 +42,12 @@ will appear (profile avatar + npub, the text, and any images), without publishin ## Commits this session (newest first) +- `3eb9fa9` "Rewrite README for Forgejo hosting" — README now targets Forgejo: zero GitHub URLs; + clone / issues / wiki links use the generic Forgejo format `[YOUR_FORGEJO_INSTANCE_URL]//` + with the placeholder labeled as such (repo has no git remote configured, so the instance URL + couldn't be auto-detected). Forgejo Actions CI badge left as a commented placeholder. Full + verification suite re-run green (docs-only change): cargo 64, npm 65, clippy/fmt/typecheck/ + lint/format/builds clean. - `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,