Skip to content

Commit e11dfc1

Browse files
authored
docs: simplify migration check guidance (#445)
1 parent 45229db commit e11dfc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .agents/skills/migrate-to-rstack-cli

.agents/skills/migrate-to-rstack-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ After migrating lint and formatting commands, prefer the shorter combined comman
4545

4646
`rs check` preserves the order and short-circuit behavior of these `&&` chains.
4747

48-
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.
48+
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`.
4949

5050
## Configuration
5151

0 commit comments

Comments
 (0)