mit einem Klick
release-safety
// Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission.
// Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission.
| name | release-safety |
| description | Release safety rules. INVOKE WHEN: yarn release, npm publish, release canary, release packages, publishing, skip checks, skip tests. NEVER skip checks or tests without explicit permission. |
rules for running releases in this monorepo.
--skip-checks unless user explicitly says "skip checks"--skip-tests unless user explicitly says "skip tests"safe flags:
--canary - publish canary version--ci - run in ci mode--dirty - allow dirty working directory--build-fast - faster buildsdangerous flags (require explicit permission):
--skip-checks - skips type checking--skip-tests - skips test suite--skip-build - skips building packagesUniversal React UI framework for web and native. Use when building cross-platform apps with Tamagui, creating styled components with `styled()`, configuring design tokens/themes, using Tamagui UI components, or working with animations. Triggers: "tamagui", "styled()", "$token", "XStack/YStack", "useTheme", "@tamagui/*" imports, "createStyledContext", "variants".
Git safety rules. INVOKE WHEN: git push, force push, git reset, git clean, destructive git, push force, reset hard. NEVER force push or do destructive git operations.