- CLAUDE.md + commit-push-pr: prefer gitea-mcp over tea CLI - Paper Dynasty: updated api_client, cli, distribute_packs - New skill: resume-tailoring - Plugins: updated marketplaces, blocklist, install counts - Settings and MCP config updates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| distribute_packs.py | ||
| gauntlet_cleanup.py | ||
| generate_summary.py | ||
| README.md | ||
| sync_prod_to_dev.sh | ||
| validate_database.py | ||
Paper Dynasty Scripts
Portable scripts for Paper Dynasty operations.
Available Scripts
distribute_packs.py
Distribute packs to all human-controlled teams in the league.
Usage:
# Dev environment
python distribute_packs.py --num-packs 10
# Production
DATABASE=prod python distribute_packs.py --num-packs 11 --exclude-team-abbrev CAR
Features:
- Automatically filters AI teams and gauntlet teams
- Supports team exclusions
- Works with both prod and dev environments
- Uses Paper Dynasty API client for all operations
Original Location: /mnt/NV2/Development/paper-dynasty/discord-app/manual_pack_distribution.py
gauntlet_cleanup.py
Clean up gauntlet teams after events (wipe cards, delete packs, end runs).
validate_database.py
Validate database integrity and relationships.
generate_summary.py
Generate release summaries for card updates.