Logo
Explore Help
Sign In
Timmy_Foundation/timmy-config
16
0
Fork 0
You've already forked timmy-config
Code Issues 57 Pull Requests 1 Actions 1 Packages Projects Releases Wiki Activity
Files
cb202df8d0af7bf0e38d9ab13a81c005a0ccd3c7
timmy-config/bin/issue-filter.json

20 lines
405 B
JSON
Raw Normal View History

feat(ops): deadman switch, model health check, issue filter Closes #115: bin/deadman-switch.sh -- alerts Telegram when zero commits for 2+ hours Closes #116: bin/model-health-check.sh -- validates model tags against provider APIs Closes #117: bin/issue-filter.json + live loop patches -- excludes DO-NOT-CLOSE, EPIC, META, RETRO, INTEL, MORNING REPORT, Rockachopa-assigned issues from agent pickup All three tested locally: - deadman-switch correctly detected 14h gap and would alert - model-health-check parses config.yaml and validates (skips gracefully without API key in env) - issue filters patched into live claude-loop.sh and gemini-loop.sh
2026-04-04 12:00:05 -04:00
{
"skip_title_patterns": [
"[DO NOT CLOSE",
"[EPIC]",
"[META]",
"[GOVERNING]",
"[PERMANENT]",
"[MORNING REPORT]",
"[RETRO]",
"[INTEL]",
"[SHOWCASE]",
"[PHILOSOPHY]",
"Master Escalation"
],
"skip_assignees": [
"Rockachopa"
],
"comment": "Shared filter config for agent loops. Loaded by claude-loop.sh and gemini-loop.sh at issue selection time."
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 345ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API