@bendyline/docblocks-cli 2.2.1 → 2.2.2
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 +5 -0
- package/THIRD_PARTY_NOTICES.txt +16509 -0
- package/dist/bin.js +87 -50
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -65,6 +65,11 @@ docblocks mcp
|
|
|
65
65
|
docblocks mcp --allow-read ./documents --allow-write ./exports
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
+
For durable output, call `list_roots` before drafting. If no root is write-enabled,
|
|
69
|
+
restart the server with `--allow-write`; do not bypass MCP with the direct `convert`
|
|
70
|
+
command. `get_authoring_context` returns a focused contract and safe defaults, while
|
|
71
|
+
the complete catalog remains available at `docblocks://authoring-guide`.
|
|
72
|
+
|
|
68
73
|
`convert` and `video` accept Markdown, Squisq JSON Doc, DBK/ZIP, folders, and
|
|
69
74
|
import-capable linked-registry formats. `build` replaces generated HTML files;
|
|
70
75
|
`convert` and `video` refuse existing destinations unless `--allow-overwrite` is
|