From f8388e44ed7a21a838ed8542882d02bbbdbcb293 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Apr 2026 12:37:39 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BB=99=20sur-skill-overflow-bugs=20?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81=E5=9D=97=E5=8A=A0=20bash=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 应用 PR #386 review 的剩余 nit。pid_max 边界、REPL cast、autonomy-jira typo 三处与远端 fixup (452a7e6) 内容相同,rebase 时已去重,本次提交仅包含 code fence 语言标签这一项。 --- docs/agent/sur-skill-overflow-bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent/sur-skill-overflow-bugs.md b/docs/agent/sur-skill-overflow-bugs.md index 256e1132f..2db163ee5 100644 --- a/docs/agent/sur-skill-overflow-bugs.md +++ b/docs/agent/sur-skill-overflow-bugs.md @@ -78,7 +78,7 @@ Net result: operators see the toggle in the UI but the subsystem is **off until Local checks (full suite covers cap behaviour via existing tests; the caps degrade gracefully so no test should break): -``` +```bash bun run typecheck # 0 errors bun test src/services/skillSearch/__tests__/intentNormalize.test.ts bun test src/services/skillSearch/__tests__/prefetch.extractQuery.test.ts