Autonomous Execution with FORGE DR
This guide covers how the FORGE Deep Research pipeline applies to the choco-hq ecosystem specifically — how to audit the organization state and generate execution plans that run overnight.Quick Start
Choco-HQ Context
The FORGE DR pipeline was designed with choco-hq’s specific state in mind:| Metric | Value |
|---|---|
| Total repos | 47 |
| Active code repos | 5 |
| Empty (issues-only) repos | 24 |
| Archived repos | 9 |
| Legacy (should archive) | 9 |
| Open issues | 87 across 22 repos |
| Current stage | EARLY_PROTOTYPE |
Known Anomalies the Audit Detects
- cho-co branch drift: Active branch
claude/oompa-ux-specs-8tlAPhas unmerged work whilemainis stale - choco-editor default branch: Set to ephemeral Claude session branch, not
main - Duplicate PRs: choco-hq #29 (conflicting) and #36 (mergeable) — same title
- Hollow bundle completion: BUNDLE-A marked complete but target repos (the-vault, zero-point) have no code
Critical Path
The execution planner generates tasksets following this critical path:What Changes from Manual Execution
| Before (Manual) | After (FORGE DR) |
|---|---|
| “GO TASKSET N” human gate | Automatic handoff via A2A contracts |
| Wait for approval between tasksets | Exponential backoff on failure, auto-continue on success |
| Single-pass analysis | 4-stream verification with synthesis |
| Ad-hoc state checks | Systematic 12-section state audit |
| Implicit dependencies | Explicit DAG with critical path |
| Morning status meeting | Automated morning summary |
Overnight Execution Parameters
| Parameter | Value | Rationale |
|---|---|---|
| Max concurrent tasksets | 3 | GitHub API rate limit safety margin |
| API rate limit | 30 req/min | Well under GitHub’s 5000/hour |
| Cooldown between tasksets | 60 seconds | Prevent burst patterns |
| Retry base delay | 30 seconds | Fast recovery for transient failures |
| Retry max delay | 15 minutes | Cap on backoff growth |
| Max retries | 5 | Balance persistence vs futility |
| Taskset timeout | 30 minutes | Prevent runaway agent sessions |
Cross-Repository Coverage
The execution plan spans all 4 organizations in the roadmap:| Org | Repos Covered | Role |
|---|---|---|
| choco-hq | cho-co, choco-contracts, choco-editor, etc. | Core product |
| traceo-ai | ariel, traceo-mcp-server | Requirements & baselines |
| so1-io | prompt-engineering, so1-content, automation-workflows | Tooling & content |
| devarno-cloud | atlas | Documentation |
Related
- FORGE DR Agent Suite — XML prompt specifications
- FORGE Pipeline Stages — FORGE Codes 01-06
- Choco Architecture — Choco-HQ system architecture