From 50f1e21a5386ed771b6ea3882734a9eb8d51408a Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 13:27:22 +0000 Subject: [PATCH 1/3] docs(readme): state open-source framework positioning vs ObjectOS up front Now that the framework repo (objectstack) and the commercial product repo (objectos) are split, make the split visible on the first screen of the README: this repo is the Apache-2.0 framework; ObjectOS is the commercial runtime environment, with a cross-link to its public home. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a115d9096..40b805b6e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ `Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0 +**This repository is the open-source framework** — the protocol +(`@objectstack/spec`), microkernel, SDK, CLI, and production runtime, +Apache-2.0 end to end. Prefer the platform operated for you? That's +**[ObjectOS](https://github.com/objectstack-ai/objectos)**, the commercial +runtime environment built on it. +

ObjectStack architecture: author typed Zod metadata (objects, flows, views, policies); the microkernel compiles it into a versioned JSON artifact and loads plugins, drivers, and services; it generates a REST API, client SDK, Console and Studio UI, and MCP tools used by developers and AI agents, governed by Auth, RBAC, RLS, FLS, and audit, over PostgreSQL, MySQL, SQLite, or MongoDB
One typed definition → database · REST API · client SDK · UI · MCP tools. @@ -171,7 +177,8 @@ derived from that one source. See [ARCHITECTURE.md](./ARCHITECTURE.md). **Want it governed and hosted, with Build & Ask AI built in?** [ObjectOS](https://www.objectos.ai) is the commercial runtime for these -definitions. +definitions — [objectstack-ai/objectos](https://github.com/objectstack-ai/objectos) +is its public home (docs, issue tracker, trademark policy). ## Ship it From 175e137e894ea0e7340940b57f0e37827c375077 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 13:36:31 +0000 Subject: [PATCH 2/3] chore: add empty changeset (README-only change, releases nothing) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk --- .changeset/readme-objectos-split-positioning.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changeset/readme-objectos-split-positioning.md diff --git a/.changeset/readme-objectos-split-positioning.md b/.changeset/readme-objectos-split-positioning.md new file mode 100644 index 000000000..6e8f476cd --- /dev/null +++ b/.changeset/readme-objectos-split-positioning.md @@ -0,0 +1,4 @@ +--- +--- + +README-only update after the objectos / objectstack repository split: state the "this repo = open-source framework, ObjectOS = commercial runtime environment" positioning on the first screen and cross-link the objectos repo. Docs only, so this releases nothing. From 25753fcda045a3f42a97fa9a4839eaa989c8c776 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 14:48:43 +0000 Subject: [PATCH 3/3] docs(readme): make the repo-positioning paragraph benefit-led Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40b805b6e..a22fc31ae 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,12 @@ `Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0 -**This repository is the open-source framework** — the protocol -(`@objectstack/spec`), microkernel, SDK, CLI, and production runtime, -Apache-2.0 end to end. Prefer the platform operated for you? That's +**Everything in this repo is the open stack** — protocol, microkernel, SDK, +CLI, and the production runtime, Apache-2.0 with no open-core asterisks. You +can build, ship, and self-host real apps from here alone. Rather have the +platform run for you, AI Builder and governance included? That's **[ObjectOS](https://github.com/objectstack-ai/objectos)**, the commercial -runtime environment built on it. +runtime environment built on this stack.

ObjectStack architecture: author typed Zod metadata (objects, flows, views, policies); the microkernel compiles it into a versioned JSON artifact and loads plugins, drivers, and services; it generates a REST API, client SDK, Console and Studio UI, and MCP tools used by developers and AI agents, governed by Auth, RBAC, RLS, FLS, and audit, over PostgreSQL, MySQL, SQLite, or MongoDB