diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index eb29bfb..8e8a4a6 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -15,7 +15,10 @@
"/consoleloggerparameters:NoSummary",
"${fileDirname}"
],
- "group": "build",
+ "group": {
+ "kind": "build",
+ "isDefault": true
+ },
"presentation": {
"reveal": "silent"
},
@@ -32,7 +35,6 @@
"Debug",
"/property:GenerateFullPaths=true"
],
- "group": "build",
"presentation": {
"reveal": "silent"
},
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 100644
index 0000000..fb2e5b6
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1,7 @@
+# CLAUDE.md
+
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
+
+## Instructions
+
+For detailed guidance on working with this codebase, refer to [`.github/copilot-instructions.md`](.github/copilot-instructions.md).
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 9c450d8..8795255 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -22,6 +22,6 @@
-
+
\ No newline at end of file
diff --git a/src/ReferenceCop.config b/src/ReferenceCop.config
index a5dc51d..4b0d28e 100644
--- a/src/ReferenceCop.config
+++ b/src/ReferenceCop.config
@@ -1,5 +1,6 @@
+ true
ToolsShouldNotReferenceTools