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 currently has manual QA/Reviewer/Security gates and package validation, but reliability cannot be established when the implementation worker is also the sole evaluator of its own output.
Forge can run an independent Verification Workforce against completed implementation output or project verification goals, using a fresh bounded context and persisting structured findings and evidence separately from the worker’s execution record.
User Story
As a Forge operator,
I want implementation work to be checked by an independent verifier,
So that reliability and autonomy decisions do not depend on worker self-assessment.
Large — execution path, contracts, artifacts, gates, evidence, and tests.
Technical Notes
Reuse existing agent_runs, artifacts, work-package acceptance criteria, repository evidence, review/rework state, and gate records where possible. Add new persistence only where existing records cannot represent verification attempts and structured findings cleanly.
The verification architecture should align with #60, but this issue owns the concrete independent execution/evidence path required by Epic #184.
Problem Statement
Forge currently has manual QA/Reviewer/Security gates and package validation, but reliability cannot be established when the implementation worker is also the sole evaluator of its own output.
Parent Epic: #184
Depends on: #185
Related: #60
Desired Outcome
Forge can run an independent Verification Workforce against completed implementation output or project verification goals, using a fresh bounded context and persisting structured findings and evidence separately from the worker’s execution record.
User Story
As a Forge operator,
I want implementation work to be checked by an independent verifier,
So that reliability and autonomy decisions do not depend on worker self-assessment.
Requirements
Acceptance Criteria
Out of Scope
Implementation Scope
Large — execution path, contracts, artifacts, gates, evidence, and tests.
Technical Notes
Reuse existing
agent_runs,artifacts, work-package acceptance criteria, repository evidence, review/rework state, and gate records where possible. Add new persistence only where existing records cannot represent verification attempts and structured findings cleanly.The verification architecture should align with #60, but this issue owns the concrete independent execution/evidence path required by Epic #184.