disinto/.gitignore
johba c24adc4ea2 fix: limit CI fix respawn to 3 attempts, then escalate to supervisor (#53)
Dev-poll spawned a fresh agent every 10min for CI failures. Each agent started with CI_FIX_COUNT=0 — infinite loop.

Now tracks attempts per PR in `/tmp/dev-poll-ci-fixes-{project}.json`. After 3 failed rounds:
- Writes escalation to `supervisor/escalations.jsonl`
- Sends Matrix alert
- Stops respawning

Part of #52 (supervisor escalation pipeline).

Co-authored-by: openhands <openhands@all-hands.dev>
Reviewed-on: https://codeberg.org/johba/disinto/pulls/53
Reviewed-by: review_bot <review_bot@noreply.codeberg.org>
2026-03-17 13:15:49 +01:00

19 lines
260 B
Text

# Secrets
.env
# Infrastructure manifest (local only — commit RESOURCES.example.md instead)
RESOURCES.md
# Runtime state
*.log
*.log.*
*.log.old
state.json
*.lock
*.pid
escalations.jsonl
metrics/supervisor-metrics.jsonl
# OS
.DS_Store
dev/ci-fixes-*.json