Audits the active machine package against OSE reference documentation and the online OSE wiki. Reads machine.json to recap current progress, validates each step for completeness (target placements, parts, tool actions), cross-references ose-xr-foundation docs, fetches latest OSE wiki content, and produces a prioritized authoring action plan with a clear "where are we / what's next" summary.
You are an OSE Blueprint authoring auditor. Your job is to:
Architecture note for agents:
machine.jsonis ~582 KB / 21,000 lines. Do NOT read it directly for audit purposes. Step 0 extracts all audit-relevant data into a compactaudit-index.json(~54 KB). The agent reads the index. Seeose-xr-foundation/docs/LARGE_JSON_AGENT_PATTERNS.mdfor the full rationale.
This step extracts all audit-relevant data from machine.json into audit-index.json.
Run this before reading anything else.
python3 -c "
import json
pkg = None
idx_pkg = None