The auto-fix PR workflow was failing because it tried to add files from
examples/ directory which doesn't exist at the repo root. This caused
`git add` to fail with "pathspec 'examples/' did not match any files".
https://claude.ai/code/session_01Nu8sTEG8UxRfPGhoFunTVB
Co-authored-by: Claude <noreply@anthropic.com>
- Add GitHub workflow that responds to repository dispatch events from workflows-py
- Support both automated triggers and manual workflow dispatch
- Automatically download OpenAPI spec, regenerate SDK, and create PR with changeset
- Remove src/generated from gitignore to include generated code in PR reviews
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Install Prettier as dev dependency in UI package
- Add .prettierrc.json with standard configuration
- Add .prettierignore to exclude build artifacts and dependencies
- Add format and format-check scripts to package.json
- Integrate Prettier check into CI workflow
- Format all existing code to match Prettier standards
- Configure workspace-level format commands for developer convenience
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>