Joe Downing added 4 comments![Open in Gerrit]()
File remoting/tools/magi-mode/PRESUBMIT.py
Line 564, Patchset 1 (Latest): proj_content = project_content_cache.get(project_file_path, {})Joe Downing .
unresolvedPlease fix this WARNING reported by autoreview issue finding: Since `paranoia_mode` and `auditability_level` were removed from the JSON schemas and checking logic below, `proj_content` is no longer used. The entire block from lines 534 to 564 for cross-file validation of `state_transport` is now dead code and should be removed.
Line 590, Patchset 1 (Latest): if 'repo_type' not in environment:Joe Downing .
unresolvedPlease fix this WARNING reported by autoreview issue finding: `output_directory` was added to the `required` list of `EnvironmentDef` in `magi_schema.json`. However, `_ValidateSchema` does not recursively validate nested objects or resolve `$ref`. You should add an explicit check here to ensure `output_directory` is present, just like you do for `repo_type`.
File remoting/tools/magi-mode/PRESUBMIT_test.py
Line 552, Patchset 1 (Latest): '"goal", "target_files", "anti_goals", "edge_cases", "next_stage"], 'Joe Downing .
unresolvedPlease fix this WARNING reported by autoreview issue finding: The mock schema here still lists `"anti_goals"` and `"edge_cases"` as required for `ProjectSpec`, but they were removed from the actual `magi_schema.json` in this change. Consider removing them here as well for consistency.
File remoting/tools/magi-mode/SKILL.md
Line 422, Patchset 1 (Latest): arguments of `invoke_subagent` tool calls. *Joining Rule:*\* If a mandate orJoe Downing .
unresolvedPlease fix this WARNING reported by autoreview issue finding: There is a typo here: `*\*`. It should probably just be `*` for the markdown italics.
Open in GerritRelated details
Attention set is empty
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Iae3803437c0283652d3c629104c9fe883efec451
Gerrit-Change-Number: 7858185
Gerrit-PatchSet: 1
Gerrit-Comment-Date: Tue, 19 May 2026 18:12:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No