fix: rewrite skill scripts to use API instead of sqlite3 (#124) #125

Open
Claude wants to merge 1 commits from ai/paper-dynasty-database#124 into main

View File

@ -64,3 +64,4 @@ docker build -t paper-dynasty-db . # Build image
- Teams have dynamic card pricing based on market activity
- Supports both human players and AI teams
- Gauntlet events use special reward structures and card pools
- Companion skill scripts (`~/.claude/skills/paper-dynasty/scripts/`) use the API, never direct DB access
Review

The branching workflow documented in lines 54-59 still references the retired next-release staging pattern. The parent CLAUDE.md states this pattern is retired and all work targets main directly. Since this PR is already touching CLAUDE.md, this is a good opportunity to update the Release Workflow section to reflect current practice.

The branching workflow documented in lines 54-59 still references the retired `next-release` staging pattern. The parent CLAUDE.md states this pattern is retired and all work targets `main` directly. Since this PR is already touching CLAUDE.md, this is a good opportunity to update the Release Workflow section to reflect current practice.