batch_render
Batch-render Excalidraw diagrams from multiple repositories' README files using a repo list and output directory.
Instructions
Batch-render README diagrams across a list of fleet repos.
NOT IMPLEMENTED YET. Day 2/3 work: browser-context pool over the one warm Chromium instance (not one page reused sequentially), so a 200-repo run doesn't serialize behind a single tab.
Return Format
{"success": False, "error": str, "error_type": "not_implemented", "suggestions": list[str]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | Yes | Directory to write rendered diagrams into. | |
| repo_list_path | Yes | Path to a text file listing one repo per line. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||