groundtruth: align sent-glossary with Sent docs snapshot#15
Merged
Conversation
Reconciles references/sent-glossary.md against the verified Sent docs snapshot (references/_inputs/sent-docs-v3-2026-05-19.md): - Restructures alphabetically (Numerals, A-X) instead of by domain. - Adds the snapshot grounding HTML comment at the top. - Adds missing terms: API Key, Available Channels, Balance (CustomerBalance), Business Account (WABA), Channel Provider, Contact, Contact ID, Customer / Customer ID, Default Channel, Delivery Status, E.164 Format, Endpoint, FastEndpoints, Formatting, InstantiatedPhones, KYC, Marketing Message, Message Activity, Message Body, Pagination, Phone Number Validation, Pricing, RCS Agent, Region Code, Rich Card, Carousel Card, Suggestion Chip, Branded Sender, Sandbox, Sender ID, SMS, System User Access Token, Template Category, Template Status, Transaction, Unified Messaging Intelligence, Utility Message, UUID, Validation, Variable Substitution, Webhook, WhatsApp Business API, WhatsApp Template, Authentication Message. - Clarifies that v3 needs only x-api-key (x-sender-id is v2 legacy). - Clarifies that PAUSED is Meta-side only; Sent template statuses are PENDING / APPROVED / REJECTED. - Aligns the delivery-status enum to QUEUED -> ROUTED -> SENT -> DELIVERED -> READ, plus FAILED and RECEIVED. - Preserves existing accurate entries (Sender Profile, MDR, Conversation, TCR, Brand, Campaign, Vetting, Embedded Signup, FBL, System User, Tech Provider, Messaging Limit Tier, Quality Rating, Granular Scope, X-Hub-Signature-256, RBM, Launch, Fallback Policy, Capabilities, Cloud API, Phone Number ID, wamid, 10DLC, 24-hour window, Messaging Profile, Tenant template). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Scope
Reconciles
references/sent-glossary.md(the cross-cutting Sent terminology source linked by every skill) against the verified Sent docs snapshot atreferences/_inputs/sent-docs-v3-2026-05-19.md.Changes
Numerals,A-X) instead of by domain section. Cross-references likeWABA -> Business AccountandRCS Agent -> Agent (RBM Agent)keep terms discoverable.Snapshot reconciliations
Template Statusclarified:PENDING/APPROVED/REJECTED. NoPAUSEDin Sent (Meta-side only, not surfaced).API KeyandSender IDclarified: v3 usesx-api-keyonly;x-sender-idis v2 legacy.Delivery Statusaligned to the snapshot enum:QUEUED -> ROUTED -> SENT -> DELIVERED -> READ, plusFAILED(any stage) andRECEIVED(inbound).Preserved entries
All previously accurate entries kept: Sender Profile, MDR, Conversation, TCR, Brand, Campaign, Vetting, Embedded Signup, FBL, System User, Tech Provider, Messaging Limit Tier, Quality Rating, Granular Scope, X-Hub-Signature-256, RBM, Launch, Fallback Policy, Capabilities, Cloud API, Phone Number ID, wamid, 10DLC, 24-hour window, Messaging Profile, Tenant template.
Validation
bash scripts/validate-skills.shexits 0 (no regression).references/sent-glossary.mdwas touched.