Introduce the Zen of Spacetime in agent setup - #5968
Merged
Merged
Conversation
JulienLavocat
approved these changes
Sep 22, 2026
Contributor
|
I think you can setup a redirect from |
cloutiertyler
force-pushed
the
codex/zen-agent-setup
branch
from
September 22, 2026 17:32
08b440a to
a6744ae
Compare
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.
Description of Changes
Agents following the setup guide now encounter the Zen of Spacetime before installation, with a link to its five principles and guidance on applying them. Rename the current Zen page and its Tables-page link to “The Zen of Spacetime,” preserving the existing page URL.
Give the Zen page a light, mostly additive editorial pass: explain what persistence, subscriptions, and transactions take off the developer’s plate, and how the principles together make “everything just works” possible. Rename “Everything is Real-Time” to “Everything is Reactive” and introduce it through the analogy of extending React state to the server and database. Match the principle’s name in the agent setup summary, while retaining the real-time explanation, quotes, and code examples.
API and ABI breaking changes
None. Documentation only.
Rollback safety impact
n/a
Expected complexity level and risk
1 — Documentation wording and links only.
Testing
the original naming and agent setup changes passed a production docs build and rendered-output checks. For the editorial follow-ups, verified unchanged code blocks and links, the five-principle structure, the stable page URL, and the matching guide summary; checked the React analogy against the SDK’s useTable implementation and ran
git diff --check.The current PR head also passed the CI docs build and lints.