Thanks for helping make React Native AI-assisted development more predictable.
- Spec before code.
- Checks before trust.
- React Native platform behavior must be explicit.
- Security and release boundaries are part of the feature, not cleanup work.
- Agent instructions should be short, enforceable, and tied to repository files.
pnpm install
pnpm lint
pnpm testFor behavior changes, include:
- The
.rnsworkflow file, command, spec, rule, or package being changed - The implementation plan or active change directory
- The checks you ran
- Known risks and follow-up work
For documentation-only changes, include the affected rule, template, or example.
- Define a new rule chapter
- Improve
/rnsvalidation - Add an example
.rnsworkflow - Add an agent integration for the
/rnscommand - Add a security or release check