delimit_docs_generate
Generates a markdown API reference from source docstrings or JSDoc, creating a starter API doc organized by file. Use when you need a structured reference document from existing in-source documentation.
Instructions
Generate a markdown API reference from source docstrings/JSDoc.
When to use: to produce a starter API reference doc from existing in-source documentation, organized per source file. When NOT to use: for doc-quality validation (use delimit_docs_validate) — generation does not validate.
Sibling contrast: delimit_docs_validate inspects existing docs; this writes a fresh API reference.
Side effects: writes a markdown reference file via backends.ui_bridge.docs_generate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Project path. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||