From bb7a86d97bffa18fb4ed3ebadf0675c55da76c35 Mon Sep 17 00:00:00 2001 From: wonder Date: Tue, 5 May 2026 11:08:22 +0800 Subject: [PATCH] docs: add restriction to disallow WebSearch --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 1cac0ac..229a03e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -52,6 +52,10 @@ Process: Use a SubAgent for commit generation when the change is non-trivial, to keep the main context clean. +## Restrictions + +- **Do NOT use WebSearch.** All work must rely on local code, existing documentation, and tool-provided context only. + ## Architecture (To be updated as the project grows.)