v0.3.3 — Guided First Run
What's New
`martin-loop start` — Guided Onboarding
New default onboarding command that walks you through your first governed run. `martin-loop tour` works as a compatibility alias.
Execution-First Startup
`run` now auto-checks doctor/session-start/preflight prerequisites before enforcing the local gate. Healthy environments proceed without extra manual setup steps.
Install Prompt Clarity
Postinstall guidance, help output, and quickstart language now point to deterministic `npx -y martin-loop@latest` command paths.
What's Fixed
- Packaged smoke reliability coverage catches regressions where `--unsafe-allow-unguarded-run` could incorrectly fail through receipt-gate policy behavior
- `phase session-start` resolves to the documented session-start compatibility path
Install
```sh
npm install -g martin-loop@0.3.3
```