Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/docs/automation/hook-bodies.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -343,7 +343,7 @@ objectstack.config.ts

- [Formula Reference](/docs/data-modeling/formulas) — the L1 expression engine.
- [Hooks](/docs/automation/hooks) and [Flows](/docs/automation/flows) — broader patterns for hooks, actions, flows.
- [Cloud Deployment](/docs/deployment) — how artifacts travel from Studio to objectos.
- [Deployment Overview](/docs/deployment) — the metadata-app lifecycle: how a compiled artifact reaches a running platform.
- `packages/spec/src/data/hook-body.zod.ts` — canonical Zod schema.
- `packages/runtime/src/sandbox/script-runner.ts` — engine decision rationale.
- `packages/cli/src/utils/extract-hook-body.ts` — extractor + capability inference.
2 changes: 1 addition & 1 deletion content/docs/kernel/index.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -43,4 +43,4 @@ The kernel is ObjectStack's runtime: it loads your metadata artifact, hosts plug

- **Spec:** [System Lifecycle](/docs/protocol/kernel/lifecycle), [Metadata Service](/docs/protocol/kernel/metadata-service)
- **Schema reference:** [Kernel](/docs/references/kernel), [System](/docs/references/system)
- **Neighbors:** building and packaging plugins is covered in [Plugins & Packages](/docs/plugins); running the kernel in production is covered in [Deployment & Operations](/docs/deployment).
- **Neighbors:** building and packaging plugins is covered in [Plugins & Packages](/docs/plugins); running the kernel in production is covered in [Deployment Overview](/docs/deployment).
2 changes: 1 addition & 1 deletion content/docs/ui/setup-app.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -122,4 +122,4 @@ project — Setup is reserved for platform-level administration.

- [App Metadata](/docs/ui/apps) — `App` schema reference
- [Authentication](/docs/permissions/authentication) — where `setup.access` is granted
- [Cloud Deployment](/docs/deployment) — how Setup behaves in cloud mode
- [Deployment Overview](/docs/deployment) — the platform-runtime lifecycle that serves Setup; ObjectStack Cloud is one venue inside it
Loading