From 0723e8b6a448f31b8403c2e412ff5f93af5647b7 Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:09:51 +0800 Subject: [PATCH] docs(readme): fix drifted counts and link the business-language tour MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The intro and 'What you get' still said 10 flows — src/flows has 17. '10 roles' was actually counting the 10 positions; list the 6 permission profiles and 10 positions separately. Add a pointer to the ObjectStack docs' business-language capability tour, which uses HotCRM as its running example on every page. Co-Authored-By: Claude Fable 5 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dea54d03..eaa25f7a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # HotCRM > **The reference app for AI-written enterprise software.** A complete CRM — -> 15 objects, 10 flows, 4 dashboards, 2 AI copilots, 4 languages — written as +> 15 objects, 17 flows, 4 dashboards, 2 AI copilots, 4 languages — written as > ~17,000 lines of typed [ObjectStack](https://github.com/objectstack-ai/objectstack) > metadata, so the whole app still fits in a single agent context window. > **Install it online in one click, or fork it and build & ask with Claude @@ -56,7 +56,9 @@ HotCRM is a complete, opinionated CRM built as the **first official application* | `crm_product` | | | | | `crm_forecast` | | | | -Plus **2 AI agents** (sales-copilot, service-copilot), **4 dashboards**, **10 flows**, **10 actions**, **6 AI skills**, **4 language bundles** (en, zh-CN, es-ES, ja-JP), **10 roles**, and **5 sharing rules**. +Plus **2 AI agents** (sales-copilot, service-copilot), **4 dashboards**, **17 flows**, **10 actions**, **6 AI skills**, **4 language bundles** (en, zh-CN, es-ES, ja-JP), **6 permission profiles**, **10 positions**, and **5 sharing rules**. + +> **Business reader?** The ObjectStack docs tour every one of these capabilities in plain business language — [What Can It Do?](https://objectstack.ai/docs/capabilities) — with HotCRM as the running example on every page. ---