Run Claude Code with Opus as the orchestrator and Sonnet as the implementation/review subagents — keeping the main session focused and cheap while delegating the heavy lifting to isolated workers.
.claude/
| apiVersion: "k8s.cni.cncf.io/v1" | |
| kind: NetworkAttachmentDefinition | |
| metadata: | |
| name: ipvlan-def | |
| spec: | |
| config: '{ | |
| "cniVersion": "0.3.1", | |
| "type": "ipvlan", | |
| "master": "eth0", | |
| "mode": "l2", |
| user_id | first_name | last_name | department | status | entitlements | manager_id | ||
|---|---|---|---|---|---|---|---|---|
| 1001 | Alice | Smith | alice.smith@example.com | Finance | active | R001|G001|G002 | 0000 | |
| 1002 | Bob | Johnson | bob.johnson@example.com | Engineering | active | R002|G001|G002|E001 | 1001 | |
| 1003 | Carol | Williams | carol.williams@example.com | Sales | active | R003|G001 | 1001 | |
| 1004 | David | Brown | david.brown@example.com | Engineering | active | R002|G001|G002|E001 | 1002 | |
| 1005 | Eve | Davis | eve.davis@example.com | Finance | inactive | R001|G001 | 1001 | |
| 1006 | Frank | Miller | frank.miller@example.com | Support | active | R004|G001|E002 | 1001 | |
| 1007 | Grace | Wilson | grace.wilson@example.com | Marketing | active | R005|G001|G002 | 1001 | |
| 1008 | Henry | Moore | henry.moore@example.com | IT | active | R006|G001|G003|E003 | 1002 | |
| 1009 | Ivy | Taylor | ivy.taylor@example.com | Sales | active | R003|G001 | 1003 |