Checkpoint: project folder renamed to Nostr_Keynctr

This commit is contained in:
Avi 2026-08-23 12:46:26 -05:00
commit 2e4005d24d

View file

@ -5,7 +5,7 @@ verified green at the moment this file was written.
## Where things are
- Project: `/home/avi/Projects/Nostr-Keynectr` (renamed from `0_Nostr` after commit `1116dfd`)
- Project: `/home/avi/Projects/Nostr_Keynctr` (renamed from `0_Nostr` after commit `1116dfd`)
- Git repo: `master` @ `a6329d5` ("Publish profile metadata (name + picture) so external
clients show it"). Before it: `db81f8d` (profile deletion with undo), `9a8f334`
(audit checkpoint refresh), and the 2026-08-21 audit-fix commits (`f7db29e`, `d90b6e5`,
@ -77,7 +77,7 @@ npm run electron:build # tsc electron main success
GUI:
```bash
cd ~/Projects/Nostr-Keynectr/frontend && npm start
cd ~/Projects/Nostr_Keynctr/frontend && npm start
```
- New profiles publish their name automatically on creation.
@ -87,7 +87,7 @@ cd ~/Projects/Nostr-Keynectr/frontend && npm start
CLI:
```bash
B=~/Projects/Nostr-Keynectr/target/release/keynectr
B=~/Projects/Nostr_Keynctr/target/release/keynectr
$B list # show profiles
$B relays enable wss://nos.lol # enable at least one relay first
$B publish-name <npub> # republish stored name
@ -116,7 +116,7 @@ websocket queries; Iris shows the stored names after publish.
- **Rename details:** binary is now `keynectr`; data lives in `~/.local/share/keynectr`
(auto-migrated from `nost-feed-manager` on first run — verified live). The KDF verifier
string in crypto.rs was deliberately NOT renamed so old encrypted backups stay readable.
If a GitHub remote is ever added, rename the repo to `Nostr-Keynectr` there too.
If a GitHub remote is ever added, rename the repo to `Nostr_Keynctr` there too.
- Relay config at time of writing (all enabled): nos.lol, relay.primal.net, l484.com
(user's own), damus.io, snort.social, soloco.nl; relay.nostr.band added but was
unreachable (handshake timeout) — retry enabling later.