Skip to content

feat(automation): add daily GitHub repo automation controller#191

Draft
rrvsh wants to merge 2 commits intoprimefrom
feat/githubagent
Draft

feat(automation): add daily GitHub repo automation controller#191
rrvsh wants to merge 2 commits intoprimefrom
feat/githubagent

Conversation

@rrvsh
Copy link
Owner

@rrvsh rrvsh commented Feb 19, 2026

Summary

  • add a scheduled GitHub automation controller workflow that evaluates configured repositories daily and applies PR hygiene rules
  • implement a Python rules engine and repo config to rebase eligible behind PRs and dispatch proactive scan events with cooldown and guardrails
  • add an OpenCode proactive scan worker workflow, documentation, tests, and session notes for the MVP end-to-end automation service

Testing

  • nix shell nixpkgs#python3 -c python3 -m unittest scripts.tests.test_github_automation
  • nix shell nixpkgs#python3 -c python3 scripts/github_automation.py --config automation/repos.json --output automation-report.json --summary automation-summary.md --dry-run
  • just check

Add a central daily controller that rebases eligible behind PRs and dispatches proactive OpenCode scans using per-repo policy config. This establishes an MVP automation loop with reporting, docs, and tests so the workflow can run safely across repositories.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant