From ee4678642610d3d98d5fd6d6dd2e7003b248f6f4 Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Thu, 25 Jun 2026 00:15:52 +0800 Subject: [PATCH] docs(readme): drop the Codebase Metrics table Hand-maintained vanity metrics that drift (source-package and test-file counts were already stale and patched) and add little for readers. Removing rather than scripting upkeep. Co-Authored-By: Claude Opus 4.8 --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 448919fb38..bcaec707d1 100644 --- a/README.md +++ b/README.md @@ -298,21 +298,6 @@ For the browser, the typed client SDK and React hooks (`useQuery` / `useMutation -## Codebase Metrics - -| Metric | Value | -| :--- | :--- | -| Source packages | 72 | -| Apps | 2 (account, docs) | -| Framework adapters | 7 (Express, Fastify, Hono, NestJS, Next.js, Nuxt, SvelteKit) | -| Database drivers | 3 (Memory, SQL, MongoDB) | -| Zod schema files | 200 | -| Exported schemas | 1,600+ | -| `.describe()` annotations | 8,750+ | -| Service contracts | 27 | -| Test files | 676 | -| Tests passing | 6,507 | - ## Architecture ObjectStack uses a **microkernel architecture** where the kernel provides only the essential infrastructure (DI, EventBus, lifecycle), and all capabilities are delivered as plugins. The three protocol layers sit above the kernel: