Skip to content

[PLT-3079] docs: add the unified eventing guide - #1146

Open
TheMostlyGreat wants to merge 15 commits into
mainfrom
codex/unified-eventing-guide
Open

[PLT-3079] docs: add the unified eventing guide#1146
TheMostlyGreat wants to merge 15 commits into
mainfrom
codex/unified-eventing-guide

Conversation

@TheMostlyGreat

@TheMostlyGreat TheMostlyGreat commented Aug 28, 2026

Copy link
Copy Markdown

Why

Developers need one accurate path through triggers, schedules, retained events, and signed outgoing webhooks before eventing can ship.

What

  • adds one /build/eventing guide with the producer → event → subscription → delivery model
  • includes scoped Dashboard and REST walkthroughs for Gmail and schedules
  • documents signature verification, stable delivery IDs, retries, recovery/replay, retention, and cleanup
  • adds executable guide and Python receiver contract tests

Verification

  • focused eventing tests: 21/21 pass
  • full docs suite: 873/873 pass
  • lint and typecheck: clean
  • production build: /en/build/eventing rendered successfully
  • GitHub checks, including Vale and generated LLM text: green

Merge gate

Ready for review. Merge and publication remain intentionally gated on the corresponding Engine eventing release.

Linear: https://linear.app/arcadedev/issue/PLT-3079


Note

Low Risk
Documentation, examples, and tests only; no runtime product code paths change.

Overview
Adds /en/build/eventing (“Events and webhooks”) to Build navigation with a new guide that walks from producers (triggers, schedules, provider ingress) through retained Arcade events to signed outgoing webhook delivery.

The page documents deployment origins, tenant scoping, HMAC webhook verification (with an embedded Python receiver.py sample), Dashboard/REST tutorials for schedules and Gmail filters, Slack/GitHub provider ingress, and operational topics (retries, recovery/replay, retention, stable webhook-id deduplication). The same receiver ships under examples/eventing/receiver.py, with Vitest checks that the MDX snippet matches the file and Python unittest coverage for signatures, rotation, idempotency, and handler rollback.

Also updates public/llms.txt for discoverability and ignores Python __pycache__/*.pyc in .gitignore.

Reviewed by Cursor Bugbot for commit f1897ef. Bugbot is set up for automated code reviews on this repo. Configure here.

@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
docs Ready Ready Preview Sep 1, 2026 8:36am UTC

Request Review

@TheMostlyGreat
TheMostlyGreat force-pushed the codex/unified-eventing-guide branch from ebe76a5 to 558d09b Compare August 29, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant