diff --git a/.agents/skills/migrate-to-rstack-cli/references/lint-staged.mdx b/.agents/skills/migrate-to-rstack-cli/references/lint-staged.mdx index 2088007..960b3ff 100644 --- a/.agents/skills/migrate-to-rstack-cli/references/lint-staged.mdx +++ b/.agents/skills/migrate-to-rstack-cli/references/lint-staged.mdx @@ -20,6 +20,8 @@ define.staged({ }); ``` -## Unsupported Cases +Function configs are supported. -Do not carry lint-staged CLI flags to `rs staged`; they are not forwarded. Keep standalone lint-staged when the workflow requires function-based configs, CLI options, or behavior outside a plain task map. +## CLI Options + +Run `rs staged -h` for supported options.