From 4f41c03cd6166bd9f3bbcb9cc0f21b18f6b19dd0 Mon Sep 17 00:00:00 2001 From: "claude[bot]" Date: Fri, 4 Sep 2026 12:09:12 +0000 Subject: [PATCH] docs(quickstart): re-transcribe both boot samples against CLI 17.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both paths re-booted on @objectstack/cli 17.3.0 as independent pty captures, each raw capture diffed against its published block, and every difference classified against a 17.2.0 control pinned to exact versions. Path A: the `Console:` header row is gone at 17.3.0 (present in the control, absent in two independent 17.3.0 boots). Path B: the compile summary gained a fifth counter (`Runtime: 0 plugins`), published whole per the page's group-completeness rule; the scaffold artifact is 1.8 KB (was 1.9 KB); the machine-variable `Build complete` timing is re-transcribed faithfully from this capture. Both declaration sentences now name the SQL driver's schema-sync notes, a pre-existing under-declaration present at 17.2.0 as well as 17.3.0, and Path B's MCP trailer is corrected from "below the banner" to "above" — it moved in 17.3.0. Both pins 17.2.0 -> 17.3.0. Port behaviour re-measured and unchanged. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01GkauAsZBEemRbco2rEX9Lx --- content/docs/quickstart.mdx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/content/docs/quickstart.mdx b/content/docs/quickstart.mdx index 6a0b16d..62a94c4 100644 --- a/content/docs/quickstart.mdx +++ b/content/docs/quickstart.mdx @@ -41,7 +41,6 @@ You'll see: 📦 Artifact: none (empty kernel — install apps via the Console marketplace) 🗄️ Database: file:~/.objectstack/data/objectstack.db 🎯 Environment: env_local -🖥️ Console: http://localhost:3000/_console/ → Starting server... ✓ Server is ready @@ -61,12 +60,12 @@ You'll see: That's it. You're running ObjectOS. -That block is transcribed from `@objectstack/cli` 17.2.0 booting an empty +That block is transcribed from `@objectstack/cli` 17.3.0 booting an empty kernel. Home paths show as `~/…` — the CLI prints yours expanded. Your own boot also prints a `No objectstack.config.ts or artifact found` line before the server starts, plus startup advisories (local storage driver, dev crypto key, -boot diagnostics) and the full list of loaded plugin names, both of which depend -on your environment. +schema-sync notes from the SQL driver, boot diagnostics) and the full list of +loaded plugin names, both of which depend on your environment. ### What's running @@ -161,14 +160,15 @@ You'll see: ◆ Compile ──────────────────────────────────────── - ✓ Build complete (72ms) + ✓ Build complete (143ms) Data: 1 Objects 3 Fields UI: 0 Apps Logic: 0 Flows Security: 0 Positions 0 Permissions + Runtime: 0 plugins - Artifact: my-app/dist/objectstack.json (1.9 KB) + Artifact: my-app/dist/objectstack.json (1.8 KB) → Starting dev server (local mode)... 🎯 Environment ID: env_local @@ -196,12 +196,13 @@ You'll see: ``` That block is transcribed from `pnpm dev` on a scaffold created by -`@objectstack/cli` 17.2.0. Project paths show as `my-app/…` — the CLI prints +`@objectstack/cli` 17.3.0. Project paths show as `my-app/…` — the CLI prints yours expanded, and the `Build complete` timing is whatever the transcribing machine measured, so yours will differ. Your own run also prints pnpm's script header above the block, per-step compile progress, startup advisories -(configuration load, dev secret-field crypto), the full list of loaded plugin -names, boot diagnostics, and an MCP connection trailer below the banner. +(configuration load, dev secret-field crypto, schema-sync notes from the SQL +driver), the full list of loaded plugin names, boot diagnostics, and an MCP +connection trailer above the banner. Note the dev server asks for port **3000**, the same port `os start` uses. If that port is taken it binds the next free one and says so: