From 4b21950670ab06aa73fc53f4b99f89b10a43650b Mon Sep 17 00:00:00 2001 From: Bao Date: Mon, 29 Jun 2026 05:40:50 +0700 Subject: [PATCH] docs: clarify check command pipeline --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 95d076a..5132962 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -48,7 +48,7 @@ npm run build # tsc → packages/agentctx/dist npm run test # vitest, all packages npm run typecheck # tsc --noEmit npm run lint # biome check (lint + format) -npm run check # lint + typecheck + test — what CI runs +npm run check # local full gate: lint + typecheck + build + test node packages/agentctx/dist/cli.js # run the CLI after building ```