- Add DisassemblyHelper class for runtime disassembly formula management - Binder Sheet disassembles into 2x Polyethylene Sheet - Card Binder disassembles into 4x Polyethylene Sheet - Cards and packs intentionally have no disassembly (collectibles) - Document disassembly pattern in CLAUDE.md (struct boxing for reflection) - Fix .claude/settings.json permission patterns 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet build:*)",
|
|
"Bash(dotnet clean:*)",
|
|
"Bash(dotnet restore:*)",
|
|
"WebFetch(domain:code.claude.com)"
|
|
]
|
|
}
|
|
}
|