Thanks for contributing to markdown_workspace.
- Install dependencies with
npm run ci:install. - Run governance checks with
npm run ci:governance. - Run workspace checks relevant to your changes (lint, typecheck, build, tests).
- Add or update docs/specs when behavior or policy changes.
npm run ci:governancenpm run ci:lintnpm run ci:typechecknpm run ci:build
- Keep specifications under
specs/. - Keep architecture and operational guidance under
docs/. - Ensure root README doc pointers stay current.
- Include a clear summary of user-visible and governance-impacting changes.
- Include evidence of commands run.