Stu Mason
Stu Mason

Activity

Pull Request Opened

PR #31 opened: fix: simplify claude.yml to match official examples

Summary

The @claude workflow is failing with exit code 1. This simplifies the workflow to match official Anthropic examples.

Changes

  • Remove checkout step (the action handles this internally)
  • Remove claude_args with custom model (use default)
  • Keep the capabilities prompt

Issue

Claude was exiting with code 1 after only 164ms, likely due to invalid model name or configuration issue.


Stu Mason + AI [email protected]

+1
additions
-7
deletions
1
files changed