- automation/claude-issue-watcher.sh: Linux port of the watcher (curl + jq + flock). Same triage + fix phases. On Linux the PS 5.1 encoding/array quirks don't apply, so it's simpler. - Auth preflight: no-ops until Claude Code is signed in on the host (or an ANTHROPIC_API_KEY is set), so cron can be enabled before sign-in. - Runs on pms1 under cron every 10 min; Windows scheduled task is disabled so the two machines don't race the Forgejo queue. - .gitattributes pins *.sh to LF. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 lines
84 B
Text
2 lines
84 B
Text
# Shell scripts must keep LF endings — they run on Linux (pms1).
|
|
*.sh text eol=lf
|