From e867adb2bde666a7599eede3ebd67de6d4a5478b Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 15:12:06 +0000 Subject: [PATCH 1/2] =?UTF-8?q?docs(readme):=20new=20hero=20=E2=80=94=20'A?= =?UTF-8?q?=20complete=20business=20system=20in=2016k=20tokens'=20+=20onto?= =?UTF-8?q?logy=20narrative?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the self-referential tagline with a concrete, benefit-led hero and state up front that the metadata is the org's business ontology — an open, versioned definition it owns. README-only; empty changeset included. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk --- .changeset/readme-hero-16k-ontology.md | 4 ++++ README.md | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 .changeset/readme-hero-16k-ontology.md diff --git a/.changeset/readme-hero-16k-ontology.md b/.changeset/readme-hero-16k-ontology.md new file mode 100644 index 000000000..8a0f21ff8 --- /dev/null +++ b/.changeset/readme-hero-16k-ontology.md @@ -0,0 +1,4 @@ +--- +--- + +README-only rewrite of the hero tagline ("A complete business system in 16k tokens.") weaving in the business-ontology narrative. Docs only, so this releases nothing. diff --git a/README.md b/README.md index a22fc31ae..d78e54b91 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,17 @@ ![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg) ![Tests](https://img.shields.io/badge/tests-6%2C507%20passing-brightgreen.svg) -> ## AI writes the app. ObjectStack is what it writes. +> ## A complete business system in 16k tokens. > -> The open target format and runtime for AI-written business apps. Your coding -> agent writes models, UI, workflows, and permissions as compact typed metadata — -> [a complete CRM is under 2,000 lines](#why-the-mistakes-dont-ship), so the whole -> app fits in the agent's context — and strict TypeScript, Zod schemas, and a -> validation gate catch its mistakes at authoring time. The runtime derives the -> database, REST API, UI, and MCP server, and enforces permissions and audit on -> every call. +> ObjectStack compresses an entire app — data model, UI, workflows, +> permissions — into typed metadata an AI agent can hold in context, reason +> about, and refactor whole ([a complete CRM is under 2,000 +> lines](#why-the-mistakes-dont-ship)). That metadata is your **business +> ontology** — an open, versioned definition of your objects, permissions, and +> flows that you own, not code scattered across a framework. Strict TypeScript, +> Zod schemas, and a validation gate catch the agent's mistakes at authoring +> time; the runtime derives the database, REST API, UI, and MCP server, and +> enforces permissions and audit on every call. `Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0 From 52353eafc6d8671da226f1a87f7c54a57f04aa16 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 15:28:00 +0000 Subject: [PATCH 2/2] =?UTF-8?q?docs(readme):=20positioning=20paragraph=20?= =?UTF-8?q?=E2=80=94=20build=20&=20ask=20with=20Claude=20Code=20vs=20onlin?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d78e54b91..2ae5f0441 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,12 @@ `Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0 **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 this stack. +CLI, and the production runtime, Apache-2.0 with no open-core asterisks. The +workflow here is **build & ask with Claude Code** (or any coding agent): the +agent writes the metadata in your repo, and operates the running app over +MCP. Rather **build & ask online** — in the browser, nothing to install? +That's **[ObjectOS](https://github.com/objectstack-ai/objectos)**, the +commercial 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