- Open an issue for one focused example or correction.
- Branch from
devusing an issue-scoped English branch name. - Keep examples runnable without credentials or external service calls unless the example explicitly documents a safe local fixture.
- Add a focused test for every new example behavior.
- Run
npm run checkand every relevantnpm run example:*command before opening a PR. - Request an independent review against the exact PR head.
- Use published Theorvane package versions unless an example is explicitly documenting unpublished development work.
- Keep application-owned security and runtime responsibilities visible; do not imply that TypeChain or TypeMCP supplies credentials, authorization, hosting, session storage, or a model provider.
- Never commit credentials, tokens,
.envfiles, or generated local output.