@superdoc/cli 0.23.0-next.100 → 0.24.0
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 +8 -8
- package/dist/assets/blank.docx +0 -0
- package/dist/index.js +30947 -21166
- package/dist/prompts/system-prompt.md +2 -1
- package/dist/tools/catalog.json +38 -1
- package/dist/tools/tools.anthropic.json +38 -1
- package/dist/tools/tools.generic.json +38 -1
- package/dist/tools/tools.openai.json +38 -1
- package/dist/tools/tools.vercel.json +38 -1
- package/package.json +23 -12
- package/skill/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
# @superdoc/cli
|
|
1
|
+
# @superdoc-dev/cli
|
|
2
2
|
|
|
3
3
|
LLM-first CLI for deterministic DOCX operations through SuperDoc's Document API.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g @superdoc/cli
|
|
8
|
+
npm install -g @superdoc-dev/cli
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
The package automatically installs a native binary for your platform via optionalDependencies. Supported platforms:
|
|
12
12
|
|
|
13
13
|
| Platform | Package |
|
|
14
14
|
|----------|---------|
|
|
15
|
-
| macOS (Apple Silicon) | `@superdoc/cli-darwin-arm64` |
|
|
16
|
-
| macOS (Intel) | `@superdoc/cli-darwin-x64` |
|
|
17
|
-
| Linux (x64) | `@superdoc/cli-linux-x64` |
|
|
18
|
-
| Linux (ARM64) | `@superdoc/cli-linux-arm64` |
|
|
19
|
-
| Windows (x64) | `@superdoc/cli-windows-x64` |
|
|
15
|
+
| macOS (Apple Silicon) | `@superdoc-dev/cli-darwin-arm64` |
|
|
16
|
+
| macOS (Intel) | `@superdoc-dev/cli-darwin-x64` |
|
|
17
|
+
| Linux (x64) | `@superdoc-dev/cli-linux-x64` |
|
|
18
|
+
| Linux (ARM64) | `@superdoc-dev/cli-linux-arm64` |
|
|
19
|
+
| Windows (x64) | `@superdoc-dev/cli-windows-x64` |
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
@@ -172,7 +172,7 @@ superdoc describe command <command-name>
|
|
|
172
172
|
|
|
173
173
|
## v1 Breaking Changes
|
|
174
174
|
|
|
175
|
-
This CLI replaces the previous `@superdoc/cli` package surface with the v1 contract-driven command set.
|
|
175
|
+
This CLI replaces the previous `@superdoc-dev/cli` package surface with the v1 contract-driven command set.
|
|
176
176
|
|
|
177
177
|
| Legacy command | v1 status | Migration |
|
|
178
178
|
|---------------|-----------|-----------|
|
package/dist/assets/blank.docx
CHANGED
|
Binary file
|