feat: complete include/exclude observability, fix validation bugs, and organize tests

- Add structured logging for include/exclude operations with comprehensive event tracking
- Fix duplicate counting bug in validation API by eliminating double validation passes
- Simplify color identity validation UX by consolidating into single 'illegal' status
- Organize project structure by moving all test files to centralized code/tests/ directory
- Update documentation reflecting feature completion and production readiness
- Add validation test scripts and performance benchmarks confirming targets met
- Finalize include/exclude feature as production-ready with EDH format compliance
This commit is contained in:
matt 2025-09-09 20:18:03 -07:00
parent f77bce14cb
commit 3e4395d6e9
32 changed files with 470 additions and 89 deletions

View file

@ -0,0 +1,19 @@
{
"commander": "Alania, Divergent Storm",
"primary_tag": "Spellslinger",
"secondary_tag": "Otter Kindred",
"bracket_level": 3,
"include_cards": [
"Sol Ring",
"Lightning Bolt",
"Counterspell"
],
"exclude_cards": [
"Mana Crypt",
"Brainstorm",
"Force of Will"
],
"enforcement_mode": "warn",
"allow_illegal": false,
"fuzzy_matching": true
}