| name | babysitter:team-install |
| description | Install or refresh a team-pinned babysitter runtime/content setup from lockfile. |
| argument-hint | [--dry-run] |
babysitter:team-install
Install the team-standard babysitter-codex setup defined by babysitter.lock.json.
Steps
- Validate lock file exists:
test -f babysitter.lock.json
- Verify content integrity:
node scripts/verify-content-manifest.js
- Run team installer:
node scripts/team-install.js
- Confirm generated files:
.a5c/team/install.json
.a5c/team/profile.json
Use this before onboarding new repos or contributors so command/process/rules mappings are deterministic.