From 50adb6535ecdde26eefd2e6dabc7f40af7853176 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:48:47 +0200 Subject: [PATCH] docs: sync docs with actual stack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README's install line still said `npm install`; the fleet's one package manager is pnpm (packageManager: pnpm@11.25.0). Package name `threadkit` verified live on the npm registry at 0.1.1 — unchanged. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b7428..76827f6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Headless multi-participant message threads, with AI participants that obey the s No UI, no database, no SDK. Pure functions over data you already loaded, so the rules that decide who can read what are things you can unit-test instead of things buried in a `WHERE` clause. ```bash -npm install threadkit +pnpm add threadkit ``` ## The idea