mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
826 B
826 B
Contributors
This guide is for people contributing to Truthmark itself from this checkout.
Local Bootstrap
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.
What To Verify
- If you edit
src/templates/**,src/agents/**, or generated workflow renderers, rerunnpm run dev -- initand review the diffs inAGENTS.md,.codex/skills/, and.opencode/skills/. - If you change behavior in
src/checks/**,src/init/**,src/sync/**, orsrc/realize/**, run the relevant tests andnpm run dev -- check. - Keep the public README.md user-facing; put contributor setup here.