ADR
0001-acp-provider-bridge.md
Goal
Implement the smallest viable ACP integration by building a concrete Claude Code ACP adapter over local stdio.
Scope
- Define ACP provider interface
- Implement Claude Code ACP adapter
- Support local stdio transport
- Stream responses
- Handle cancellation and failures
- Expose provider through existing provider abstraction
Out of Scope
- Generic ACP client framework
- Remote ACP transports
- Multi-provider ACP support
- Workforce integration
Acceptance Criteria
- FORGE can invoke Claude Code through ACP
- Responses stream correctly into task execution
- Failures are surfaced consistently
- Provider implementation can be swapped behind the interface
Notes
This issue reflects the ADR first-slice recommendation and intentionally avoids building a generalized ACP ecosystem.
ADR
0001-acp-provider-bridge.md
Goal
Implement the smallest viable ACP integration by building a concrete Claude Code ACP adapter over local stdio.
Scope
Out of Scope
Acceptance Criteria
Notes
This issue reflects the ADR first-slice recommendation and intentionally avoids building a generalized ACP ecosystem.