diff --git a/AGENTS.md b/AGENTS.md index 21c1b9e623..8f162ee285 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,7 +18,6 @@ - [Redux](skills/redux.md) – Redux Toolkit patterns and best practices - [Setup Requirements](skills/setup-requirements.md) – Prerequisites and initial environment setup - [Tests Commands](skills/tests-commands.md) – Running tests and test-related guidelines -- [Tests Native](skills/tests-native.md) – Guidelines for writing tests for suite-native components, hooks and functions - [Tests](skills/tests.md) – Test style guidelines and best practices - [TypeScript](skills/typescript.md) – TypeScript-specific conventions diff --git a/suite-native/AGENTS.md b/suite-native/AGENTS.md new file mode 100644 index 0000000000..d211660b49 --- /dev/null +++ b/suite-native/AGENTS.md @@ -0,0 +1,5 @@ +## Skills + +Apart from [top-level AGENTS.md](../../AGENTS.md), the following skills are mandatory for this package: + +- [Tests Native](../skills/tests-native.md) – Guidelines for writing tests for suite-native components, hooks and functions