diff --git a/.ai-team/decisions/inbox/copilot-directive-slnx-only.md b/.ai-team/decisions/inbox/copilot-directive-slnx-only.md
new file mode 100644
index 0000000..a8df7f6
--- /dev/null
+++ b/.ai-team/decisions/inbox/copilot-directive-slnx-only.md
@@ -0,0 +1,13 @@
+### 2026-02-19: Use .slnx format exclusively—no .sln conversions
+
+**By:** mpaulosky (via Copilot)
+
+**What:** Team must use .slnx (new solution file format for .NET 10.0) in all processes. No conversions to legacy .sln format.
+
+**Why:** User preference—ensures consistency with .NET 10.0 standard and prevents tooling confusion.
+
+**Implementation:**
+- All build workflows target `IssueManager.slnx` (not any `.sln` equivalent)
+- Agents should never auto-generate or suggest `.sln` files
+- When agents see `.sln` in output, treat it as a tooling error to flag
+- Documentation and scripts reference `.slnx` exclusively
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 9e8aeac..9b36446 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -17,6 +17,7 @@
+
diff --git a/IssueManager.slnx b/IssueManager.slnx
index 25368a4..9d38cb8 100644
--- a/IssueManager.slnx
+++ b/IssueManager.slnx
@@ -1,3 +1,4 @@
+
diff --git a/src/Shared/Shared.csproj b/src/Shared/Shared.csproj
index 9ae6006..99b9a59 100644
--- a/src/Shared/Shared.csproj
+++ b/src/Shared/Shared.csproj
@@ -8,5 +8,6 @@
+