@superdoc/cli 0.23.0 → 0.25.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 +1 -1
- package/dist/assets/blank.docx +0 -0
- package/dist/index.js +35886 -21454
- 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 +25 -13
- package/skill/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -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
|