Skip to content

Commit fc66ae8

Browse files
claude[bot]claude
andcommitted
chore(spec): regenerate the os-regen artifact the round-3 merge of origin/main deferred
Merge commit 63c21fc (origin/main 25a59bd) deferred content/docs/references/index.mdx; regenerated from the merged tree with gen:schema (via the spec build) and gen:docs, then check:generated --fix for whatever else the merged tree left stale. registry.ts was re-run through gen:migration-registry and came out byte-identical to the text merge. Claude-Session: https://claude.ai/code/session_0174WZTU6XcFcS7g2kykC53i Co-authored-by: Claude <noreply@anthropic.com>
1 parent 63c21fc commit fc66ae8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

content/docs/references/index.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Protocol Reference
3-
description: Every schema published by @objectstack/spec — 1591 schemas across 14 protocol modules
3+
description: Every schema published by @objectstack/spec — 1592 schemas across 14 protocol modules
44
---
55

66
{/* ⚠️ AUTO-GENERATED — DO NOT EDIT. Run build-docs.ts to regenerate. Hand-written docs live in the module folders under content/docs/. */}
@@ -29,11 +29,11 @@ counts are sums of the rows they head. Regenerate with
2929
| [Kernel Protocol](/docs/references/kernel) | 30 | 162 | Plugin lifecycle and manifests, capabilities and security, metadata loading, service registry. |
3030
| [QA Protocol](/docs/references/qa) | 1 | 8 | Declarative test suites — scenarios, steps, actions and assertions. |
3131
| [Security Protocol](/docs/references/security) | 5 | 29 | Permission sets, row-level security, sharing rules, tenancy posture. |
32-
| [Shared Protocol](/docs/references/shared) | 7 | 25 | Primitives used across every protocol — identifiers, HTTP, expressions, error maps, enums. |
32+
| [Shared Protocol](/docs/references/shared) | 8 | 26 | Primitives used across every protocol — identifiers, HTTP, expressions, error maps, enums. |
3333
| [Studio Protocol](/docs/references/studio) | 3 | 35 | Studio designer metadata — the authoring surfaces for the protocols above. |
3434
| [System Protocol](/docs/references/system) | 36 | 291 | The runtime environment — logging, jobs, cache, metrics, notifications, i18n and compliance. |
3535
| [UI Protocol](/docs/references/ui) | 16 | 153 | Apps, pages, views, dashboards, reports, actions and themes — the ObjectUI layer. |
36-
| **Total** | **199** | **1591** | 14 protocol modules |
36+
| **Total** | **200** | **1592** | 14 protocol modules |
3737

3838
---
3939

@@ -286,7 +286,7 @@ Permission sets, row-level security, sharing rules, tenancy posture.
286286

287287
## Shared Protocol
288288

289-
**Source:** `packages/spec/src/shared/` · **Import:** `@objectstack/spec/shared` · **7 pages, 25 schemas**
289+
**Source:** `packages/spec/src/shared/` · **Import:** `@objectstack/spec/shared` · **8 pages, 26 schemas**
290290

291291
Primitives used across every protocol — identifiers, HTTP, expressions, error maps, enums.
292292

@@ -299,6 +299,7 @@ Primitives used across every protocol — identifiers, HTTP, expressions, error
299299
| [`mapping.zod.ts`](/docs/references/shared/mapping) | `FieldMapping` |
300300
| [`metadata-types.zod.ts`](/docs/references/shared/metadata-types) | `BaseMetadataRecord`, `MetadataFormat` |
301301
| [`protection.zod.ts`](/docs/references/shared/protection) | `Protection` |
302+
| [`value-domain.zod.ts`](/docs/references/shared/value-domain) | `ValueDomain` |
302303

303304
---
304305

0 commit comments

Comments
 (0)