Cal Corum
b2b024f0e3
Replace gitea-create-pr.sh script with tea CLI
...
Removed custom PR creation script in favor of native tea CLI tool.
Before: /home/cal/.claude/scripts/gitea-create-pr.sh cal/repo branch main "Title"
After: tea pulls create --repo cal/repo --head branch --base main --title "Title"
Benefits:
- No custom script maintenance
- Native Gitea CLI with better error handling
- Support for labels, assignees, milestones
- Consistent with other Gitea operations
Updated CLAUDE.md with tea pulls create examples.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 15:20:56 -06:00
Cal Corum
047ec745eb
Add new skills, commands, scripts; update Paper Dynasty workflows
...
New:
- backlog, cognitive-memory, optimise-claude skills
- commands/ and scripts/ directories
- usage-data tracking
Updated:
- Paper Dynasty: consolidated workflows, updated API client and CLI
- .gitignore, CLAUDE.md, settings.json
Removed:
- Deprecated Paper Dynasty workflows (card-refresh, database-sync,
discord-app-troubleshooting, gauntlet-cleanup, custom-player-db)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 14:10:21 -06:00
Cal Corum
8a1d15911f
Initial commit: Claude Code configuration backup
...
Version control Claude Code configuration including:
- Global instructions (CLAUDE.md)
- User settings (settings.json)
- Custom agents (architect, designer, engineer, etc.)
- Custom skills (create-skill templates and workflows)
Excludes session data, secrets, cache, and temporary files per .gitignore.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 16:34:21 -06:00