Repo D Sandbox UI Guardrails
Use this skill to keep <PRIVATE_REPO_D> changes compliant with repository rules.
Workflow
- •Read
AGENTS.mdandREADME.mdbefore editing. - •Identify whether changes touch visuals, startup flow, assets, or docs.
- •Apply guardrails before coding:
- •Do not add
.github/workflows/*or CI automation. - •Keep deterministic visuals behind explicit toggles or presets.
- •Do not add runtime asset downloads.
- •Keep front-end boundaries intact; do not embed out-of-scope orchestration logic.
- •Do not add
- •Update progress docs on scoped work:
- •
docs/SCOPE_TRACKER.md - •
docs/TODO.md
- •
- •Run local checks and report results.
Required Checks
Run from repo root:
bash
npm install npm run build npm run lint npm run format
When startup flow or renderer wiring changes, also run:
bash
npm run verify-startup
References
- •Guardrail summary:
references/guardrails.md