diff --git a/ClaudeDo.slnx b/ClaudeDo.slnx
index efcd91e..a8d78a5 100644
--- a/ClaudeDo.slnx
+++ b/ClaudeDo.slnx
@@ -7,6 +7,7 @@
+
diff --git a/src/ClaudeDo.Logging/ClaudeDo.Logging.csproj b/src/ClaudeDo.Logging/ClaudeDo.Logging.csproj
new file mode 100644
index 0000000..985392d
--- /dev/null
+++ b/src/ClaudeDo.Logging/ClaudeDo.Logging.csproj
@@ -0,0 +1,19 @@
+
+
+
+ net8.0
+ enable
+ enable
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/ClaudeDo.Logging/Placeholder.cs b/src/ClaudeDo.Logging/Placeholder.cs
new file mode 100644
index 0000000..c72b270
--- /dev/null
+++ b/src/ClaudeDo.Logging/Placeholder.cs
@@ -0,0 +1,3 @@
+namespace ClaudeDo.Logging;
+
+internal static class Placeholder;