From 2341e7228710907ed7dff9613c72f7a2e49d4eb3 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 11 Jul 2026 09:57:15 +0800 Subject: [PATCH] docs: update lint-staged migration guidance --- .../skills/migrate-to-rstack-cli/references/lint-staged.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.