Files
timmy-config/tests
Timmy 6b387af87f [AUDIT][ACTION] Add issue backlog triage tool — enabler for #478
Implements scripts/issue_backlog_triage.py — automated issue backlog
analysis and triage for Gitea repos, addressing the 559-issue backlog
audit finding.

Features:
- Paginated fetch of all open issues across repos
- Keyword-based categorization (adversary, bug, security, training_data, …)
- Duplicate detection via issue reference (#N) sharing
- Stale identification (>14d with no activity)
- Optional dry-run close of stale issues (--close-stale)
- Optional priority label application (P0–P3) with auto-creation (--apply-priority)
- Markdown and JSON report outputs

Unit tests added in tests/test_issue_backlog_triage.py (27 tests, all passing).

Enables systematic sweep of timmy-home, timmy-config, the-nexus, and hermes-agent
backlogs per issue #478 acceptance criteria.

Closes #478
2026-04-29 01:25:10 -04:00
..