Understand the current clawpatch CLI capabilities
mainThe current implementation of the clawpatch CLI focuses on feature review and finding-based fixes. Note the following constraints and capabilities:
- Providers: Uses the local Codex CLI and includes test mocks.
- Review Workflow: Performs sequential feature reviews.
- Fix Workflow: Use the command
clawpatch fix --finding <id>to apply a fix. - Limitations: There is currently no auto-commit, no automatic PR creation, and no direct model API providers (it uses coding harnesses only).
clawpatch fix --finding <id>