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:
@@ -2,9 +2,9 @@
|
||||
"""
|
||||
Find cards with specific synergies from a hydrated collection.
|
||||
Usage:
|
||||
python find_synergies.py --collection collection_hydrated/deck.json --colors U R --keywords "landfall" "enter the battlefield"
|
||||
python find_synergies.py --collection collection_hydrated/deck.json --colors U R --creature-type Bird
|
||||
python find_synergies.py --collection collection_hydrated/deck.json --colors U R --cmc-min 4 --type instant
|
||||
python find_synergies.py --collection output/hydrated/deck.json --colors U R --keywords "landfall" "enter the battlefield"
|
||||
python find_synergies.py --collection output/hydrated/deck.json --colors U R --creature-type Bird
|
||||
python find_synergies.py --collection output/hydrated/deck.json --colors U R --cmc-min 4 --type instant
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user