diff --git a/SHELL_FEATURES.md b/SHELL_FEATURES.md index 0d341544..7c7a7aea 100644 --- a/SHELL_FEATURES.md +++ b/SHELL_FEATURES.md @@ -42,7 +42,7 @@ Blocked features are rejected before execution with exit code 2. - ✅ Expansion: `$VAR`, `${VAR}` - ✅ `$?` — last exit code (the only supported special variable) - ✅ Inline assignment: `VAR=value command` (scoped to that command) -- ✅ Command substitution: `$(cmd)`, `` `cmd` `` — captures stdout; trailing newlines stripped; `$(