Skip to content

Commit e867adb

Browse files
committed
docs(readme): new hero — 'A complete business system in 16k tokens' + ontology narrative
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0145qhfty9sRLm3HUvNBFxpk
1 parent db160dd commit e867adb

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
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.

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue.svg)
55
![Tests](https://img.shields.io/badge/tests-6%2C507%20passing-brightgreen.svg)
66

7-
> ## AI writes the app. ObjectStack is what it writes.
7+
> ## A complete business system in 16k tokens.
88
>
9-
> The open target format and runtime for AI-written business apps. Your coding
10-
> agent writes models, UI, workflows, and permissions as compact typed metadata —
11-
> [a complete CRM is under 2,000 lines](#why-the-mistakes-dont-ship), so the whole
12-
> app fits in the agent's context — and strict TypeScript, Zod schemas, and a
13-
> validation gate catch its mistakes at authoring time. The runtime derives the
14-
> database, REST API, UI, and MCP server, and enforces permissions and audit on
15-
> every call.
9+
> ObjectStack compresses an entire app — data model, UI, workflows,
10+
> permissions — into typed metadata an AI agent can hold in context, reason
11+
> about, and refactor whole ([a complete CRM is under 2,000
12+
> lines](#why-the-mistakes-dont-ship)). That metadata is your **business
13+
> ontology** — an open, versioned definition of your objects, permissions, and
14+
> flows that you own, not code scattered across a framework. Strict TypeScript,
15+
> Zod schemas, and a validation gate catch the agent's mistakes at authoring
16+
> time; the runtime derives the database, REST API, UI, and MCP server, and
17+
> enforces permissions and audit on every call.
1618
1719
`Fits in an agent's context` · `Typed, validated, governed` · `Self-host anywhere` · Apache-2.0
1820

0 commit comments

Comments
 (0)