DataDesigner/.github
Andre Manoel 0d80858b60
fix: use --bare and --tools in health probe CLI check (#489)
The "Verify Claude CLI" step fails on the CI runner because Claude
Code tries to initialize keychain, LSP, plugins, and CLAUDE.md
discovery before making the API call. On a bare runner these
resources don't exist, causing exit code 1.

- Add --bare to skip all initialization and force ANTHROPIC_API_KEY auth
- Add --tools "" to disable tool definitions (health check doesn't need
  them, and this avoids sending a large payload to the gateway)
2026-04-02 13:48:32 -03:00
..
ISSUE_TEMPLATE chore: minor issue template tweaks (#198) 2026-01-12 15:34:10 -05:00
workflows fix: use --bare and --tools in health probe CLI check (#489) 2026-04-02 13:48:32 -03:00
CODEOWNERS chore: add CODEOWNERS for automatic PR review assignment (#251) 2026-01-28 11:04:37 -03:00