[ getAlby/hub ] feat: claude.md as symlink to agents.md (#2191)
* feat: claude.md as symlink to agents.md
* fix: use actual symlink for CLAUDE.md instead of include directive
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
[ 21dev-org/21dev-org ] fix(og): generate OG images for index.astro pages
The OG generation script skipped all index.astro files, causing
directory-based pages (timeline, tools, tech, etc.) to reference
non-existent OG images. Now uses parent directory name as output path.
[ barrydeen/nostrarchives-api ] fix: honor -- no-transaction directive in migration runner (#116)
Migrations using CREATE INDEX CONCURRENTLY fail with "cannot run inside
a transaction block" because sqlx::raw_sql batches multiple statements
into an implicit transaction. Detect the -- no-transaction comment and
execute each statement individually on a dedicated connection.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[ papiche/UPassport ] Refactor rate limiting and NOSTR authentication; add caching mechanism for NOSTR data and enhance society.html to display NOSTR DID information.