This guide is for people contributing to Truthmark itself from this checkout.
## Local Bootstrap
```bash
npm install
npm run dev -- init
npm run dev -- check
```
Use this source-checkout flow when changing Truthmark's own code, templates, or generated workflow surfaces. Downstream repositories should rely on the committed workflow surfaces after `truthmark init`.
- If you edit `src/templates/**`, `src/agents/**`, or generated workflow renderers, rerun `npm run dev -- init` and review the diffs in `AGENTS.md`, `.agents/skills/`, and `.opencode/skills/`.