From 2a157fc570f544e5912f4ef83cef0a403af86f8f Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 11 三月 2026 11:13:25 +0800
Subject: [PATCH] docs: 添加完整的WCS DDD重构实施计划

---
 Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json b/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json
index 5970394..cdf1c69 100644
--- a/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json
+++ b/Code/WCS/WIDESEAWCS_Server/.claude/settings.local.json
@@ -4,7 +4,11 @@
       "Bash(dotnet new:*)",
       "Bash(dotnet add:*)",
       "Bash(dotnet test:*)",
-      "Bash(dotnet build WIDESEAWCS_Server.sln --nologo -v q)"
+      "Bash(dotnet build WIDESEAWCS_Server.sln --nologo -v q)",
+      "Bash(find . -maxdepth 2 -type f -name \"*.csproj\" 2>/dev/null | head -20)",
+      "Bash(find . -name \"*.md\" -o -name \"docs\" -type d 2>/dev/null | head -20)",
+      "Bash(ls -la WIDESEAWCS_Core/*.cs 2>/dev/null | wc -l)",
+      "Bash(find . -name \"*.cs\" -not -path \"*/bin/*\" -not -path \"*/obj/*\" -exec wc -l {} + | tail -1)"
     ]
   }
 }

--
Gitblit v1.9.3