trypost/app/Http
Paulo Castellano 8cfdd4c128 Centralize AT Protocol NSIDs in BlueskyLexicon
The Bluesky lexicon identifiers (createRecord, createSession, feed.post, facet
types, etc.) were repeated as magic strings across BlueskyPublisher,
BlueskyAnalytics, ConnectionVerifier and BlueskyController, where a typo fails
silently at runtime as "Invalid request". Define them once as named constants
so a typo is an undefined-constant error instead. Tests keep the literal NSIDs
as the independent contract.
2026-06-13 20:18:39 -03:00
..
Controllers Centralize AT Protocol NSIDs in BlueskyLexicon 2026-06-13 20:18:39 -03:00
Middleware feat(billing): make trial card requirement configurable 2026-05-21 10:02:38 -03:00
Requests Validate webhook payload template is JSON before it can run 2026-06-13 16:03:19 -03:00
Resources Tidy automation backend: run duration, folded migrations, imports 2026-06-13 16:30:32 -03:00