inigo
e93583852d
fix: address PR #683 review feedback
Critical fixes:
- Remove duplicate core.setFailed() call in parseAndSetStructuredOutputs
(fixes double error reporting issue)
- Extract JSON schema handling to shared utility function
(eliminates code duplication between agent/tag modes)
Changes:
- base-action/src/run-claude.ts: Remove redundant setFailed() before throw
- src/utils/json-schema.ts: New shared appendJsonSchemaArg() utility
- src/modes/agent/index.ts: Use shared JSON schema utility
- src/modes/tag/index.ts: Use shared JSON schema utility
All tests passing, types checked, code formatted.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 11:55:41 -08:00
..
2025-10-20 22:52:05 -07:00
2025-09-07 14:20:02 -07:00
2025-09-22 09:20:27 -07:00
2025-10-20 09:14:27 -07:00
2025-11-18 11:55:41 -08:00
2025-07-29 14:58:59 -07:00
2025-11-18 11:55:41 -08:00