Development setup
Required checks
CHANGELOG.md entry.
Documentation
The bilingual Mintlify source is inWiki/:
zh/ and en/. Update both languages in the same PR as a code/API change. Examples must be copyable; development-only authentication and dangerous operations must be called out explicitly.
Pull request standard
- Keep one clear objective and explain motivation, behavior, and compatibility.
- Do not commit secrets, generated caches, virtual environments, or local configuration.
- Preserve the provider-neutral core; avoid new base-package dependencies unless essential.
- Use backward-compatible database migrations and document rollout/rollback.
- Include tenant-isolation and sensitive-data negative tests for security changes.
- Request review after every CI check passes.