knowerage_generate_bundle
Export selected analysis markdown files into chunked NotebookLM-style bundles. Generates table of contents, combined content, and manifest, splitting into parts when size limits require it. Validates all file paths under workspace.
Instructions
Export selected analysis markdown files into chunked NotebookLM-style bundles under output_dir: writes toc.md + combined.md for part 1, toc_N.md + combined_N.md for further parts when size limits require splitting, plus manifest.json (files, errors, part metadata). Every analysis_paths entry is validated under the workspace (no traversal). Per-file and per-part size limits apply (see contracts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_paths | Yes | Relative paths to analysis .md files (workspace-rooted; order preserved) | |
| output_dir | Yes | Relative directory under workspace where toc*.md, combined*.md, and manifest.json are written |