Conversation
Move Teal lexicons to the stable fm.teal namespace and update generated type consumers, runtime routes, ingestion filters, examples, and validation paths to match.
URI1 replaces alpha-era URL and bare-domain fields with URI-named, URI-validated fields so generic Atmosphere tooling can recognize their values as links.
DID1 applies the dedicated DID format to profile view identity fields, replacing unconstrained text with the strongest matching Lexicon type.
HANDLE1 applies the dedicated handle format to mini profile views so clients can validate and interpret actor handles instead of receiving opaque text.
DID2 narrows authorDID parameters from DID-or-handle identifiers to DIDs, matching the field names and documented endpoint contracts.
RKEY1 applies the record-key format to getPlay rkeys so invalid AT Protocol record keys are rejected at the XRPC boundary.
CID1 applies the CID format to avatar and banner view fields, matching Cadet storage of their underlying IPLD blob-reference CIDs.
KNOWN1 adds open knownValues for common featured-item types, improving generated guidance without rejecting future MusicBrainz entity categories.
TIME1 describes datetime-formatted fields without naming one standard exclusively. ATProto datetime strings meet the intersecting requirements of RFC 3339, ISO 8601, and WHATWG HTML datetime.
IDENTDOC1 documents that at-identifier parameters accept either DIDs or handles and corrects getProfile copy that described an unrelated play lookup.
Keep legacy onboarding records readable while stable profile records are introduced, retain alpha Jetstream aliases for staggered client upgrades, and route historical alpha CAR records through stable ingestors.
Improve lexicon typing before publish
Preserve legacy onboarding and direct ingestion during the namespace rollout, while restoring stable Aqua endpoints and response fields.
Use the compatible Jacquard generator release and map generated URI fields at Aqua and Cadet boundaries.
refactor(lexicons): remove alpha namespace
# Conflicts: # apps/amethyst/app/(tabs)/(stamp)/stamp/submit.tsx # apps/amethyst/app/(tabs)/index.tsx # apps/amethyst/app/(tabs)/search/index.tsx # apps/amethyst/app/onboarding/index.tsx # apps/amethyst/components/actor/actorView.tsx # apps/amethyst/stores/authenticationSlice.tsx # apps/aqua/src/repos/actor_profile.rs # apps/aqua/src/repos/feed_play.rs # apps/aqua/src/repos/mod.rs # apps/aqua/src/repos/stats.rs # apps/aqua/src/xrpc/actor.rs # apps/aqua/src/xrpc/feed.rs # apps/aqua/src/xrpc/stats.rs # claude.md # claude.md~main # lexicons/fm.teal/stats/getUserTopRecordings.json # services/cadet/src/ingestors/car/car_import.rs # services/cadet/src/ingestors/teal/actor_profile.rs # services/cadet/src/ingestors/teal/actor_status.rs # services/cadet/src/ingestors/teal/feed_play.rs # services/cadet/src/main.rs
fix(core): harden search and ingestion paths
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Sep 10, 2026
Closed
mmattbtw
added this pull request to stack #228
September 10, 2026 15:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrate stable namespaces and harden search and ingestion. This groups the existing commits by chronology and the area they change.
Part 32 of 33 replacing #113. Review this PR against
feature/obbpr-31-teal-identity. Merge the stack from oldest to newest. The originalobbprbranch remains unchanged atd3cf209d6ab5ae6d3b2b7ac353b3dbb7d54fe133for rollback.Commits in this group:
Validation: checked the branch ancestry and confirmed that the final stack tree exactly matches
obbpr. This split preserves existing commits and merge history; no source edits or new build/test runs. Intermediate snapshots have not been independently validated, so these PRs start as drafts. Historical main merges are preserved.Stack navigation: