chore: Add Claude Code project configuration

Add .claude directory with settings and memory files for
consistent AI-assisted development.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 23:38:33 -05:00
parent c9a2583f26
commit 30071469bc
90 changed files with 1489 additions and 0 deletions

BIN
.claude/mcp/Azure.Core.dll Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
.claude/mcp/CutList.Mcp.dll Normal file

Binary file not shown.

BIN
.claude/mcp/CutList.Mcp.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,20 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

BIN
.claude/mcp/CutList.Web.dll Normal file

Binary file not shown.

BIN
.claude/mcp/CutList.Web.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,21 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=CutListDb;Trusted_Connection=True;MultipleActiveResultSets=true"
}
}

View File

@@ -0,0 +1,28 @@
{
"permissions": {
"allow": [
"Skill(roslyn-bridge)",
"Bash(dotnet build:*)",
"SlashCommand(/rb)",
"mcp__roslyn-bridge__get_projects",
"Bash(dotnet tool install:*)",
"Bash(dotnet ilspy:*)",
"Bash(dotnet add package:*)",
"Bash(git -C /c/Users/AJ/Desktop/Projects/CutList add CutList.Core/BinComparer.cs CutList.Core/BinItem.cs CutList.Core/MultiBin.cs CutList/Tool.cs)",
"Bash(git -C /c/Users/AJ/Desktop/Projects/CutList commit --amend --no-edit)",
"mcp__roslyn-bridge__get_code_smells",
"mcp__roslyn-bridge__get_duplicates",
"mcp__roslyn-bridge__get_code_smell_summary",
"mcp__cutlist__create_cutlist",
"Bash(dotnet run:*)",
"mcp__roslyn-bridge__get_files",
"mcp__roslyn-bridge__refresh_workspace",
"mcp__roslyn-bridge__get_diagnostics",
"Bash(dotnet ef database update:*)",
"mcp__roslyn-bridge__search_symbol",
"Bash(dotnet ef migrations add:*)"
],
"deny": [],
"ask": []
}
}