From 6707cebc882ade79be16824f16da1db87b3927df Mon Sep 17 00:00:00 2001 From: windyboy Date: Sat, 29 Aug 2026 20:25:53 +0800 Subject: [PATCH] chore: gitignore .agent-work/ agent scratch dir Untracked agent scratch made validate-repo.sh link scan fail; same category as the already-ignored .agents/ and .claude/ dirs. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a24748a..8139c0b 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ skills-lock.json .vscode/ .idea/ *~ +# Agent working scratch (not repo content). +.agent-work/