This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Minimal claude -p alternative for one-shot CI/CD tasks. | |
| Uses interactive mode (subscription billing) instead of claude -p (API billing). | |
| Usage: | |
| python3 claude_task.py "review this diff and summarize changes" | |
| Requires: | |
| - Claude Code installed (https://docs.anthropic.com/en/docs/claude-code) |