feat: dark factory — autonomous CI/CD agents for harb
Three agents extracted from ~/scripts/harb-{dev,review}/:
- dev/ — pull-based dev agent (find ready issues → implement → PR → merge)
- review/ — AI code review (structured verdicts, follow-up issues)
- factory/ — supervisor (bash health checks, auto-fix, escalation)
All secrets externalized to .env (see .env.example).
Shared env/helpers in lib/env.sh.
This commit is contained in:
commit
cb24968d9b
10 changed files with 2848 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Secrets
|
||||
.env
|
||||
|
||||
# Runtime state
|
||||
*.log
|
||||
state.json
|
||||
*.lock
|
||||
*.pid
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue