From 720edc176a5ee55bac9df6fdd2a5289d80f6fe3e Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Wed, 29 Jul 2026 09:03:04 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9bd786f11f..4799f668aa 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ ![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg) ![Tests](https://img.shields.io/badge/tests-6%2C507%20passing-brightgreen.svg) -> ## A complete business system in 16k tokens. +> ## A complex CRM system in 170k tokens. > > 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 +> about, and refactor whole ([a complete CRM is under 170k +> tokens](#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 @@ -395,4 +395,4 @@ Run locally: `pnpm docs:dev` ## License -Apache-2.0. \ No newline at end of file +Apache-2.0.