Apply Framework Setup¶
When to use this runbook¶
This is a short pointer page. Use it when you searched for "apply framework
setup" and need to find the real procedure for applying a setup intent and
confirming a coherent "ready to work" state. The full steps live in
apply-setup.md — go there to do the work.
It exists to make the setup flow easy to discover, and links to:
apply-setup.md— the full apply-and-verify procedure../../scripts/apply-setup.sh— applies a setup intent../../scripts/check-setup-readiness.sh— validates readiness
Procedure¶
Follow the complete operator steps in apply-setup.md,
including:
- choosing or creating a setup intent,
- applying it with
apply-setup.sh, - validating readiness with
check-setup-readiness.sh, - running baseline checks, and
- capturing deferred items as durable follow-up artifacts.
Mobile quick action¶
- Use when: you need to quickly find the setup-application runbook and hand off to the executable scripts.
- Do from mobile:
- Open
apply-setup.mdfrom this entrypoint. - Confirm the intended setup scripts are
apply-setup.shandcheck-setup-readiness.sh. - Add a comment on the linked setup issue/PR if the setup path is unclear.
- Do not do from mobile:
- Execute setup scripts from mobile.
- Perform schema debugging in mobile web UI.
- Edit large setup-intent JSON payloads.
- Escalate to desktop/cloud when:
- The setup intent fails validation.
- You need to run the readiness script or baseline checks.
- You need to update setup defaults or profile selections.
- Primary artifact to update:
- The setup issue/PR that links the applied setup intent.