delimit_docs_generate
Create a Markdown API reference from source docstrings and JSDoc. Produces a starter reference organized per source file.
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 | |||