• Joined on 2025-12-31
padreug opened issue aiolabs/chatelet#5 2026-07-18 22:19:56 +00:00
Send NIP-17 check-in details to guest on confirmation
padreug opened issue aiolabs/chatelet#4 2026-07-18 22:19:51 +00:00
Make check-then-hold atomic (double-booking race)
padreug opened issue aiolabs/chatelet#3 2026-07-18 22:19:46 +00:00
Wire FX conversion + deposit invoice creation into the booking hold
padreug opened issue aiolabs/chatelet#2 2026-07-18 22:19:40 +00:00
Wire relay publish + inbound subscription in nostr/service.py
padreug opened issue aiolabs/chatelet#1 2026-07-18 22:19:31 +00:00
Expose Chatelet over the LNbits nostr-transport (register_rpc)
padreug created branch main in aiolabs/chatelet 2026-07-18 22:17:19 +00:00
padreug pushed to main at aiolabs/chatelet 2026-07-18 22:17:19 +00:00
dfd54123bb docs: data-model + event-flow reference
910c284a7d feat: extension entrypoint wiring
43cfa5d921 feat: background tasks — settle on payment, expire holds
d5df9ab662 feat: REST API + operator admin route
900b682986 feat: nostr event layer (builders + sign/publish service)
padreug created repository aiolabs/chatelet 2026-07-18 22:14:03 +00:00
padreug created branch main in aiolabs/claude-forgejo-sandbox 2026-07-18 20:52:52 +00:00
padreug pushed to main at aiolabs/claude-forgejo-sandbox 2026-07-18 20:52:52 +00:00
df0fd9a9ba feat: extract reforge engine into a standalone consumable flake
padreug created repository aiolabs/claude-forgejo-sandbox 2026-07-18 20:05:58 +00:00
padreug created pull request aiolabs/libra#61 2026-07-12 14:13:07 +00:00
Split views_api into a domain package; unshadow /accounts/hierarchy
padreug created branch refactor/views-api-package in aiolabs/libra 2026-07-12 14:12:42 +00:00
padreug pushed to refactor/views-api-package at aiolabs/libra 2026-07-12 14:12:42 +00:00
a0166d4026 fix(accounts): register /accounts/hierarchy before /accounts/{account_id}
a7d7740a3a refactor(api): split views_api.py into a package of domain modules
9e06fa0b2a test(routes): snapshot the ordered route table before the package split
Compare 3 commits »
padreug created pull request aiolabs/libra#60 2026-07-12 14:01:56 +00:00
Hygiene sweep: dead code, role-assignment race, cached user lookup, stale files
padreug created branch chore/hygiene in aiolabs/libra 2026-07-12 14:01:38 +00:00
padreug pushed to chore/hygiene at aiolabs/libra 2026-07-12 14:01:38 +00:00
ec6cac51f0 chore: hygiene sweep — dead code, role race, user lookup, stale files
padreug created pull request aiolabs/libra#59 2026-07-12 13:52:54 +00:00
Auth exact-matching, review-race guards, centralized account-name validation
padreug created branch fix/auth-and-input-validation in aiolabs/libra 2026-07-12 13:52:33 +00:00
padreug pushed to fix/auth-and-input-validation at aiolabs/libra 2026-07-12 13:52:33 +00:00
c0d371036b fix(auth): exact-match authorization; guard reviews; centralize name validation