Implements the Daily Run orchestrator under timmy_automations/daily_run/:
- orchestrator.py: Fetches 'daily-run' candidate issues from Gitea,
generates a concise agenda (up to 3 items), and includes a review
mode for summarizing the last 24 hours of activity
- Configuration in timmy_automations/config/daily_run.json:
label names, item limits, and lookback window are configurable
without code changes
- Added automation manifest entry in automations.json
- Updated README.md with usage documentation
Features:
- Label-based filtering (daily-run + size:XS/S by default)
- Issue scoring and prioritization
- Review mode (--review) shows issues/PRs touched, closed, merged
- JSON output mode (--json) for programmatic consumption
- Graceful degradation when Gitea is unavailable
- Environment variable overrides for all settings
Fixes#703