You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forge now has structured planning, durable work packages, bounded execution, approval gates, execution artifacts, GitHub-native issue/PR workflows, and current MCP admission work. The next trust layer should answer two questions continuously:
What still works?
Which narrowly scoped capabilities have earned more autonomy through verified performance?
This Epic introduces a deterministic operation catalog, continuous proof checks, independent verification, a capability reliability ledger, and evidence-based autonomy promotion/revocation. It extends the existing Architect → Work Package → Worker → Review flow rather than creating a second orchestration system.
The design is inspired by Scout → Manager → Worker → Inspector loops, but maps them into existing Forge concepts:
Project Sentinel detects actionable changes or regressions.
Architect converts findings into bounded work packages and typed operation requests.
Verification Workforce independently checks the result.
Desired Outcome
Forge can select and execute typed deterministic operations, continuously verify project goals, record structured execution and verification evidence, calculate reliability for specific capabilities and scopes, grant only bounded earned autonomy, and automatically revoke that autonomy when reliability or safety evidence deteriorates.
Autonomy must be:
capability- and operation-specific, not agent-global;
project/scope-specific;
policy-versioned;
evidence-backed;
time-bounded or periodically requalified;
immediately revocable after critical failures or policy violations;
visible and overridable by the human operator.
Design Principles
Models select; Forge executes. Agents request approved typed operations rather than inventing arbitrary command strings.
Transport success is not task success. A successful API/ACP response can still represent refusal, blocking, invalid output, or incomplete work.
Verification is independent. The worker must not be the sole grader of its own output.
Deterministic signals first. Scheduled checks inspect CI, tests, task state, goals, and repository evidence before invoking an LLM.
Evidence before autonomy. Promotions use comparable historical attempts, objective verification, recency, and safety history.
Fail closed. Missing or stale definitions, policy, scope, or evidence must never silently increase permission.
No global trust score. Reliability belongs to a capability + operation + scope + runtime/model/policy context.
Human authority remains final. Operators can cap, revoke, or override autonomy.
Issue Type
Product / platform Epic
Context
Forge now has structured planning, durable work packages, bounded execution, approval gates, execution artifacts, GitHub-native issue/PR workflows, and current MCP admission work. The next trust layer should answer two questions continuously:
This Epic introduces a deterministic operation catalog, continuous proof checks, independent verification, a capability reliability ledger, and evidence-based autonomy promotion/revocation. It extends the existing Architect → Work Package → Worker → Review flow rather than creating a second orchestration system.
The design is inspired by Scout → Manager → Worker → Inspector loops, but maps them into existing Forge concepts:
Desired Outcome
Forge can select and execute typed deterministic operations, continuously verify project goals, record structured execution and verification evidence, calculate reliability for specific capabilities and scopes, grant only bounded earned autonomy, and automatically revoke that autonomy when reliability or safety evidence deteriorates.
Autonomy must be:
Design Principles
Dependencies And Relationships
tasks,task_attempts,work_packages,agent_runs,artifacts, approval gates, and repository evidence rather than creating parallel execution truth.Tasks
Child Issues
Acceptance Criteria
Out of Scope
Technical Notes
Suggested core entities:
execution_outcomesor an equivalent canonical outcome contract linked to task/work-package/agent run;capability_attemptsfor comparable execution and verification history;autonomy_policiesandautonomy_decisionsscoped by project, capability, operation, resource scope, runtime/model, and policy version;verification_goalsandverification_goal_runsfor scheduled/on-demand proof checks;sentinel_findingsfor deterministic detection and escalation evidence;agent_runsandartifactswhere possible.Suggested autonomy ladder:
Recommended implementation order:
Implementation Scope
Large — cross-cutting platform Epic. Start with typed operations, contracts, persistence, and deterministic tests before automation or UI.