From cb180177eb6f4b3396e1a0797796990023d2ca90 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 2 Sep 2026 11:40:17 +0800 Subject: [PATCH] docs: simplify migration check guidance --- .agents/skills/migrate-to-rstack-cli/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/migrate-to-rstack-cli/SKILL.md b/.agents/skills/migrate-to-rstack-cli/SKILL.md index b2bc7dc7..9a9e25d1 100644 --- a/.agents/skills/migrate-to-rstack-cli/SKILL.md +++ b/.agents/skills/migrate-to-rstack-cli/SKILL.md @@ -45,7 +45,7 @@ After migrating lint and formatting commands, prefer the shorter combined comman `rs check` preserves the order and short-circuit behavior of these `&&` chains. -Combine only when both commands use the same working directory and Rstack config, with no positional inputs or command-specific options beyond those shown. Move a shared `-c` or `--config` to `rs check`. Keep the commands separate when their environment, wrappers, scope, execution order, concurrency, or output handling differs. +Combine only commands that share the same working directory, config, scope, and execution behavior and have no extra inputs or command-specific options. Pass a shared `-c` or `--config` to `rs check`. ## Configuration