Review Squad — Release Notes

What’s new in V3.3

Focus   Context pre-loading & token efficiency
Commands updated   7
Read passes eliminated   (N−1) × 6 per review
6N→1
File reads in /review
7
Commands updated
0
Redundant agent reads
1
Orchestrator read pass
V3.3 is a performance release. The orchestrator now reads every relevant file once before spawning any agent, injecting the contents verbatim into each agent’s prompt. Agents that receive pre-loaded context are barred from re-reading those files. In /review, 6 agents × N files collapses from 6N independent reads to a single orchestrator pass. Every command in the squad is updated — the pre-loading protocol applies across the full lifecycle.
Context Pre-Loading Protocol Orchestrator pre-loads · agents execute from injected context
← V3.2 V3.3 V3.4 →