Refactor project structure and update documentation

- Migrated data files to 'data/collection/' and 'data/decks/'.
- Moved 'card_cache.json' to 'cache/'.
- Reorganized 'collection_hydrated/' and 'deck_analysis.json' into 'output/'.
- Updated 'hydrate.py' and script defaults to match the new paths.
- Updated 'README.template.md' and 'AGENTS.template.md' templates.
- Regenerated 'README.md' and 'AGENTS.md'.
This commit is contained in:
Tuan-Dat Tran
2026-02-26 14:51:48 +01:00
parent c6b1a11ebe
commit eea3a6a659
28 changed files with 328 additions and 1126 deletions

View File

@@ -2,8 +2,8 @@
"""
Analyze decks against a hydrated collection to find upgrade options.
Usage:
python analyze_decks.py --collection collection_hydrated/deck.json --decks deck1.json deck2.json ...
python analyze_decks.py --collection collection_hydrated/deck.json --deck-dir decks/
python analyze_decks.py --collection output/hydrated/deck.json --decks deck1.json deck2.json ...
python analyze_decks.py --collection output/hydrated/deck.json --deck-dir data/decks/
"""
import argparse