- Created TradingCardMod.Tests.csproj with xUnit for testable components - Extracted CardParser.cs with pure parsing logic (no Unity deps) - Extracted TradingCard.cs data class from ModBehaviour - Added 37 unit tests covering parsing, validation, rarity mapping - Updated cards.txt format with optional description field - Fixed DLL references (explicit HintPath for paths with spaces) - Fixed Harmony UnpatchAll API usage - Updated CLAUDE.md with test commands and current project status 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"$schema": "https://claude.ai/code/settings-schema.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet build*)",
|
|
"Bash(dotnet clean*)",
|
|
"Bash(dotnet restore*)",
|
|
"WebFetch(domain:code.claude.com)"
|
|
]
|
|
}
|
|
}
|