REPO_D Mass Index Ops
Use this wrapper for desktop UI and packaging lanes in <PRIVATE_REPO_D>.
UI/Packaging Scan Sequence
- Build or refresh an index with frontend/build exclusions.
- Query renderer, preload, and package workspace paths first.
- Escalate to
safe-mass-index-coreonly for non-desktop discovery lanes.
Repo-D Anchors
Use these anchors to keep the query lane tied to desktop packaging behavior:
rendererpreloadwindowBoundswindowManagerelectron/mainpackages/desktop-shellstorybook-staticapp.asar
Scope Boundary
Use this skill when the task is primarily about:
- Desktop renderer/UI source trees.
- Electron main/preload and startup sequencing files.
- Packaging and distribution workspace scripts.
Do not use this skill for:
- Service/bridge route triage.
- Sharded governance contract scans.
Build Preset
Run from <PRIVATE_REPO_D> root:
Use the standard safe-mass-index-core build command with the repo-d exclusion profile in references/presets.md.
Keep frontend/Electron artifacts excluded by default.
Query Presets
Renderer and component sweep:
python3 "$CODEX_HOME/skills/safe-mass-index-core/scripts/index_query.py" \
--index-dir .codex-index \
--path-contains renderer \
--path-contains ui \
--ext tsx \
--limit 180 \
--format table
Packaging workspace sweep:
python3 "$CODEX_HOME/skills/safe-mass-index-core/scripts/index_query.py" \
--index-dir .codex-index \
--path-contains packages \
--path-contains build \
--lang typescript \
--limit 180 \
--format table
Reference
references/presets.md
Loopback
If results stay ambiguous, send filter args plus .codex-index/run.json to $skill-hub for deterministic rerouting.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.