From the round-1 review of #265.
Where: scripts/fleet/build_site_audit.py build(): ', '.join(missing + [CLAW]).
When only a Mech's note is missing, the message also says CLAW has none. It names _fleet/audit_notes.json even when --notes pointed elsewhere.
Fix: list only the names actually missing, and report the path that was read.
From the round-1 review of #265.
Where:
scripts/fleet/build_site_audit.pybuild():', '.join(missing + [CLAW]).When only a Mech's note is missing, the message also says CLAW has none. It names
_fleet/audit_notes.jsoneven when--notespointed elsewhere.Fix: list only the names actually missing, and report the path that was read.