guides
Intended Documentation
OpenShell Starter Kit
Use the Intended starter kit pattern to get MIR, the CLI, and the OpenShell adapter into a repo fast.
OpenShell Starter Kit#
This guide shows the recommended starter structure for getting Intended into a repo quickly when you are piloting OpenClaw, OpenShell, or NemoClaw-style runtime workflows.
What the starter kit is for#
Use the starter kit when you want to:
- put MIR into a real repository
- generate OpenShell policy artifacts locally
- keep the first rollout lightweight
- prove value before moving into shared hosted operations
Starter structure#
The in-repo starter layout is:
The pattern is intentionally small. The goal is to make the first governed runtime pilot easy to copy into a real repo.
Recommended first run#
Install the open packages:
Generate a policy artifact:
Apply it using the documented upstream interface:
What stays local at first#
The starter kit is meant for repo-level and developer-level adoption. In the first pass, keep these steps local:
- policy artifact generation
- runtime configuration review
- review-mode rollout
- quick iteration on presets and allowed endpoints
When to move into hosted Intended#
Upgrade from the starter pattern to hosted Intended when you need:
- maintained LIM intelligence
- shared policy operations
- multi-user approvals
- runtime inventory
- audit workflows and reporting
- environment-aware rollout control
Suggested pilot flow#
- Start with one runtime path and one repo.
- Generate policy from MIR and the relevant LIM context.
- Roll out in staging first.
- Keep high-risk paths in review mode.
- Move to hosted Intended when more than one user or environment needs to govern the same runtime flow.