fix: rewrite skill scripts to use API instead of sqlite3 (#124) #125
@ -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
|
||||
|
|
||||
|
||||
Loading…
Reference in New Issue
Block a user
The branching workflow documented in lines 54-59 still references the retired
next-releasestaging pattern. The parent CLAUDE.md states this pattern is retired and all work targetsmaindirectly. Since this PR is already touching CLAUDE.md, this is a good opportunity to update the Release Workflow section to reflect current practice.