docs: update scheduled function and C# client docs - #5917
Merged
Merged
Conversation
cloutiertyler
approved these changes
Sep 12, 2026
rohanranjan0902
pushed a commit
to rohanranjan0902/SpacetimeDB
that referenced
this pull request
Sep 19, 2026
## Summary - Document that already-expired schedule rows are not guaranteed to dispatch in `scheduled_at` order. - Document the C# client builder `WithCompression(Compression)` option and the default Brotli compression behavior. - Document that `spacetime list`, `spacetime rename`, and `spacetime mcp` can resolve a project server from `spacetime.json`, and align the CLI/MCP skills with that behavior. ## Source changes - Caused by clockworklabs#5736, which changed scheduled functions so the scheduler dispatches calls without awaiting the current run. - Caused by clockworklabs#5840, which added/optimized C# SDK compressed message handling and exposes `WithCompression(Compression)` with Brotli as the default. - Caused by clockworklabs#5883, which made `spacetime list`, `spacetime rename`, and `spacetime mcp` respect a single unambiguous project `server` from `spacetime.json`, while adding `--no-config` escape hatches. ## Validation - `pnpm --dir docs typecheck` - `pnpm --dir docs build` - `git diff --check -- docs/docs/00200-core-concepts/00600-clients/00600-csharp-reference.md skills/csharp-client/SKILL.md` - `git diff --check -- docs/docs/00300-resources/00200-reference/00100-cli-reference/00300-spacetime-json.md docs/docs/00300-resources/00200-reference/00150-mcp.md skills/cli/SKILL.md skills/mcp/SKILL.md` - `node docs/scripts/sync-agent-skills.mjs` ## Audit notes - 2026-09-11 run updated existing open `bot/docs-audit` PR clockworklabs#5917 and merged current `origin/master` before adding fixes. - 2026-09-12 run updated existing open `bot/docs-audit` PR clockworklabs#5917 and merged current `origin/master` before adding fixes. - Commit-impact baseline for the 2026-09-12 run: previous audit branch head `8095803fa` / previous master baseline `bf15c8109`. - Recent master commits checked first for the 2026-09-12 run: clockworklabs#5883 and clockworklabs#5918. - clockworklabs#5918 was CI-only and did not require docs changes. - Generated public agent skill snapshots were checked with `node docs/scripts/sync-agent-skills.mjs`. # Rollback safety impact n/a --------- Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.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.
Summary
scheduled_atorder.WithCompression(Compression)option and the default Brotli compression behavior.spacetime list,spacetime rename, andspacetime mcpcan resolve a project server fromspacetime.json, and align the CLI/MCP skills with that behavior.Source changes
awaiting on current run. #5736, which changed scheduled functions so the scheduler dispatches calls without awaiting the current run.WithCompression(Compression)with Brotli as the default.spacetime list,renameandmcprespect the project's server #5883, which madespacetime list,spacetime rename, andspacetime mcprespect a single unambiguous projectserverfromspacetime.json, while adding--no-configescape hatches.Validation
pnpm --dir docs typecheckpnpm --dir docs buildgit diff --check -- docs/docs/00200-core-concepts/00600-clients/00600-csharp-reference.md skills/csharp-client/SKILL.mdgit diff --check -- docs/docs/00300-resources/00200-reference/00100-cli-reference/00300-spacetime-json.md docs/docs/00300-resources/00200-reference/00150-mcp.md skills/cli/SKILL.md skills/mcp/SKILL.mdnode docs/scripts/sync-agent-skills.mjsAudit notes
bot/docs-auditPR docs: update scheduled function and C# client docs #5917 and merged currentorigin/masterbefore adding fixes.bot/docs-auditPR docs: update scheduled function and C# client docs #5917 and merged currentorigin/masterbefore adding fixes.8095803fa/ previous master baselinebf15c8109.spacetime list,renameandmcprespect the project's server #5883 and CI - Re-enable unity jobs #5918.node docs/scripts/sync-agent-skills.mjs.Rollback safety impact
n/a