Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
[ SiamDevTeam/ZapPOS ] refactor: Rename core module to module
This commit renames the `:core` module to `:module` across the project to better reflect its purpose.
- **Project Configuration**:
- Updated `settings.gradle.kts` to include `:module` instead of `:core`.
- **Module Renaming**:
- Renamed the directory and all associated files from `core/` to `module/`, including build scripts, Android manifests, and source code for Android, JVM, and iOS platforms.

GitHub
refactor: Rename core module to module · SiamDevTeam/ZapPOS@49f732b
This commit renames the `:core` module to `:module` across the project to better reflect its purpose.
- **Project Configuration**:
- Updated `...
[ 4xvgal/nostrum ] chore: add E2E smoke/bench scripts + performance notes

GitHub
chore: add E2E smoke/bench scripts + performance notes · 4xvgal/nostrum@479c160
an http2nostr SDK for web client and server middle ware - chore: add E2E smoke/bench scripts + performance notes · 4xvgal/nostrum@479c160
[ chebizarro/nostrc ] schema: implement event schema validation module
Type validators (event ID, pubkey, relay URL, kind, timestamp,
hex, JSON, addr reference). Kind classification (addressable,
replaceable, ephemeral). Event-level validation: content trim
check, kind 0 JSON, tag format validation (e/p/a tags), d-tag
rules for addressable events. 24 tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

GitHub
schema: implement event schema validation module · chebizarro/nostrc@9e8f403
Type validators (event ID, pubkey, relay URL, kind, timestamp,
hex, JSON, addr reference). Kind classification (addressable,
replaceable, ephemeral...
[ SiamDevTeam/ZapPOS ] feat: Add GlowStyleScreen and enhance Navigation Drawer with gesture support
This commit introduces a new `GlowStyleScreen` to showcase visual effects and implements horizontal swipe gestures for the navigation drawer. It also refactors the `CounterScreen` to follow a ViewModel-driven architecture and applies significant UI refinements to the `NavigationList`.
- **Navigation & Gestures**:
- Added horizontal drag gesture detection to `NavConfig` to allow opening and closing the drawer via swipes.
- Updated `NavigationList` with a refreshed UI, including a branded header with the ZapPOS logo, categorized menu labels, and consistent iconography.
- Added `Route.GlowEffects` and `Route.TopBarStyle` to the navigation graph and route mapper.
- **New Features & Refactoring**:

GitHub
feat: Add GlowStyleScreen and enhance Navigation Drawer with gesture … · SiamDevTeam/ZapPOS@f086636
…support
This commit introduces a new `GlowStyleScreen` to showcase visual effects and implements horizontal swipe gestures for the navigation d...
[ eskema/alphaama ] Fix naddr default-instance handling and switch keepalive to NIP-01 REQ+CLOSE
* id_a / id_ae / id_af (browser + worker) accept empty-string identifier so addressable events without a d-tag match and resolve correctly; id_af emits #d:[""] for strict matching
* id_ae defaults missing d-tag to "" instead of crashing / returning undefined
* keepalive sends a valid REQ {ids:['a'.repeat(64)], limit:0} + immediate CLOSE instead of non-standard ['PING']
* e.css: restrict .note.in_view nested .note display to expanded replies sections

GitHub
Fix naddr default-instance handling and switch keepalive to NIP-01 RE… · eskema/alphaama@54d9e57
…Q+CLOSE
* id_a / id_ae / id_af (browser + worker) accept empty-string identifier so addressable events without a d-tag match and resolve correc...
[ DocNR/clave ] feat: hide nostrconnect UI behind dev menu + add log export (#4)
* feat(settings): add DeveloperSettings with tap-gate logic + tests
* feat(logs): add LogExporter wrapping OSLogStore + formatting tests
* feat(settings): add Developer section with 7-tap version unlock + log copy
* fix(settings): move log fetch off main thread to avoid UI hang

GitHub
feat: hide nostrconnect UI behind dev menu + add log export (#4) · DocNR/clave@4630096
* feat(settings): add DeveloperSettings with tap-gate logic + tests
* feat(logs): add LogExporter wrapping OSLogStore + formatting tests
* feat(s...
[ wolfboypittsfield828/project-nomad ] Add model download to FAQ.md

GitHub
Add model download to FAQ.md · wolfboypittsfield828/project-nomad@b3bb423
Deliver offline knowledge and educational resources with a self-contained server optimized for Debian-based systems and AI-powered tools. - Add mod...
[ chebizarro/nostrc ] nip99: add Classified Listings library module
Standalone NIP-99 implementation for marketplace listings (kind 30402)
and drafts (kind 30403). Parses title/summary/location/price/
published_at from tags, extracts images with dimensions and categories,
validates required tags per spec, and creates listing events.
Price tag supports amount, currency code, and optional frequency.
8 tests with round-trip verification.

GitHub
nip99: add Classified Listings library module · chebizarro/nostrc@aedf37f
Standalone NIP-99 implementation for marketplace listings (kind 30402)
and drafts (kind 30403). Parses title/summary/location/price/
published_at f...
[ immrdude/clawstr ] Update README.md

GitHub
Update README.md · immrdude/clawstr@7139dda
yeas. Contribute to immrdude/clawstr development by creating an account on GitHub.
[ chebizarro/nostrc ] feat: add NIP-27 Text Note References library module
Implements NIP-27 content parsing that splits event text into blocks of
plain text and nostr: URI mentions. Provides parse (zero-alloc borrowed
blocks), count_mentions, and replace (callback-based substitution).
Depends on NIP-21/NIP-19 for URI validation. 12 tests covering single/
multiple mentions, edge positions, invalid URIs, and replacement.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

GitHub
feat: add NIP-27 Text Note References library module · chebizarro/nostrc@34e30f6
Implements NIP-27 content parsing that splits event text into blocks of
plain text and nostr: URI mentions. Provides parse (zero-alloc borrowed
blo...
[ SiamDevTeam/ZapPOS ] refactor: Restructure NostrClient

GitHub
refactor: Restructure NostrClient · SiamDevTeam/ZapPOS@270c74b
Contribute to SiamDevTeam/ZapPOS development by creating an account on GitHub.