Dashboard › opencode-lore › Perform strict read-only adversarial re…
01a0aeb2-13cf-7610-ae35-b178f42be2c2When reviewing code, inspect the exact current Jujutsu working-copy bytes and stay within the explicitly named files and concerns. Never edit or format files, mutate VCS, access the network, production databases, or running services; run only focused read-only tests when permitted. Investigate concrete correctness, security, portability, race/cache, path-safety, and fail-closed issues rather than offering generic observations. Rank substantive findings by severity, cite exact file:line evidence, explain a concrete failure case, distinguish genuine defects from already-covered behavior, and suggest the smallest fix plus deterministic regression test that exercises the real pre-fix condition. When requested, verify candidate identity and unchanged hashes, use PASS/CONCERN/MUST-FIX labels, and conclude with an explicit MERGE or DO-NOT-MERGE verdict.