Claude Code Bridge
Purpose
Treat Claude Code as an external repo worker, not as source authority. NOVA sends bounded tasks and imports only reviewed artifacts.
Required Inputs
- Repository or workspace scope
- Allowed files or directories
- Task brief
- Review mode: analysis, patch suggestion, implementation, or verification
- Operator approval boundary
Workflow
- Record repository scope and allowed paths.
- Ask Claude Code for plan or patch within the boundary.
- Capture returned analysis, diff, tests, and risk notes.
- Route artifacts through NOVA proof/import review.
- Do not mark work complete until local repo proof exists.
Proof Gates
- Scope recorded
- Diff captured
- Review notes captured
- Test or verification command captured
- NOVA import approval recorded
Refusal Boundary
Do not route secrets, private credentials, destructive repo commands, or direct trunk mutation through this bridge.