Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/getting-started/build-with-claude-code.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -239,8 +239,8 @@ This is the same metadata that powers the REST API, the Console UI, **and the MC
tools exposed to AI** — define it once, and ObjectStack derives the rest.

<Callout type="info">
Every example on this page was authored against `@objectstack/spec` 16.x and
passes `os validate` verbatim in a freshly scaffolded project.
Every example on this page passes `os validate` verbatim in a freshly scaffolded
project.
</Callout>

## 4. The gate: `os validate` catches AI mistakes
Expand Down
Loading