command-code 0.10.8 → 0.10.9
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.
- package/README.md +1 -19
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,22 +21,4 @@ npm i -g command-code
|
|
|
21
21
|
```bash
|
|
22
22
|
command-code <command> [options]
|
|
23
23
|
```
|
|
24
|
-
For detailed usage instructions, please refer to the [documentation](https://commandcode.ai/docs).
|
|
25
|
-
|
|
26
|
-
## Running Tests
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
# Unit tests
|
|
30
|
-
pnpm test
|
|
31
|
-
|
|
32
|
-
# Integration tests (PTY-based terminal simulation)
|
|
33
|
-
pnpm build && pnpm test:integration
|
|
34
|
-
|
|
35
|
-
# All tests
|
|
36
|
-
pnpm test:all
|
|
37
|
-
|
|
38
|
-
# With verbose output
|
|
39
|
-
VERBOSE=true pnpm test:integration
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
See `tests/integration/README.md` for integration test documentation.
|
|
24
|
+
For detailed usage instructions, please refer to the [documentation](https://commandcode.ai/docs/workflows).
|