docs: regenerate references from current spec#1908
Merged
Conversation
The committed content/docs/references/** had drifted from packages/spec — running `gen:docs` produced diffs across 18 generated files and 3 missing ones (contracts/, system/book.mdx, system/doc.mdx for newly-added spec types). This regenerates them so the generated reference docs match the schemas again. Spec additions now reflected: UserFilters/UserFilterField view config, the `chart` visualization enum value, the ADR-0046 doc/book package-doc protocols, and the contracts reference group. Generated output only (DO-NOT-EDIT files) — no hand-written docs or package code touched. `next build` compiles all 1113 pages clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Closes the references-drift follow-up flagged in #1904. The committed
content/docs/references/**(auto-generated frompackages/spec, DO-NOT-EDIT) had fallen out of sync with the schemas — runninggen:docsproduced diffs across 18 generated files plus 3 that were missing entirely.What regenerated
UserFilters/UserFilterFieldview config and thechartvisualization enum value.contracts/reference group, andsystem/book.mdx+system/doc.mdx(the ADR-0046 package-docdoc/bookprotocols).Scope & safety
content/docs/references/.pnpm --filter @objectstack/spec gen:schema && pnpm --filter @objectstack/spec gen:docs(idempotent — re-running produces no further diff).next buildcompiles all 1113 pages clean (exit 0).This only realigns the generated docs with the spec. Where the spec itself diverges from runtime behavior, that's the separate metadata-liveness remediation track, not this PR.
🤖 Generated with Claude Code