From 1e81ba361eed444442fa98b0770e7ed78dae864b Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Sun, 13 Sep 2026 04:05:47 +0000 Subject: Add CLI build scripts, README docs, and tsconfig reference - package.json: add build:cli, typecheck:cli, test:cli scripts - README.md: add "Headless / Agent Mode (CLI)" section with full docs - tsconfig.json: add tsconfig.cli.json reference Co-Authored-By: Claude Opus 5 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 155ebaa..1ab89d5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "files": [], "references": [ { "path": "./tsconfig.node.json" }, - { "path": "./tsconfig.web.json" } + { "path": "./tsconfig.web.json" }, + { "path": "./tsconfig.cli.json" } ] } -- cgit v1.2.3