@plaited/development-skills 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -124,6 +124,8 @@ const createClient = (
|
|
|
124
124
|
): ACPClient => { /* ... */ }
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
+
**Exception - CLI Entry Points:** CLI functions take `args: string[]` because that's what the shell provides—parsing happens inside the function. This rule applies to internal APIs where callers pass typed values directly.
|
|
128
|
+
|
|
127
129
|
## TypeScript Comment Directives
|
|
128
130
|
|
|
129
131
|
### `@ts-ignore` Requires Description
|