- agents: issue-worker.md and pr-reviewer.md updated for standard branch naming (issue/<number>-<slug> instead of ai/<repo>#<number>) - paper-dynasty: updated SKILL.md, generate_summary, smoke_test, validate_database scripts; added ecosystem_status.sh and plan/ - plugins: updated marketplace submodules and blocklist - sessions: rotate session files, add session-analysis/ - settings: updated settings.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| distribute_packs.py | ||
| ecosystem_status.sh | ||
| gauntlet_cleanup.py | ||
| generate_summary.py | ||
| README.md | ||
| smoke_test.py | ||
| 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.