mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
The existing workflows use anthropics/claude-code-action@beta which has been superseded by v1.0 GA. The v1.0 release introduced breaking changes that make the current configuration invalid: - direct_prompt replaced by prompt - custom_instructions replaced by claude_args: --system-prompt - allowed_tools replaced by claude_args: --allowedTools Removing these files to allow fresh installation via /install-github-app which will create properly configured v1.0 workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>