rlm_svg_bundle_ingest
Generates an SVG companion context bundle and uploads Markdown documents with metadata. Use dry_run to preview bundles before actual upload.
Instructions
Generate a native SVG companion context bundle and optionally upload the generated Markdown documents. Use dry_run=true to preview bundle IDs, paths, and payload size. Uploaded bundle documents store bundleId/sourceHash/sourcePath/artifactRole metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| svg_content | Yes | Raw SVG XML content | |
| source_path | Yes | Original SVG path used for stable bundle identity | |
| upload_prefix | No | Destination path prefix for generated companion documents | svg-context |
| include_enriched_svg | No | Include an enriched SVG XML markdown companion | |
| dry_run | No | Return the bundle summary without writing documents | |
| reindex | No | Trigger a document reindex job after a non-dry-run upload | |
| reindex_mode | No | Document reindex mode to use when reindex=true | incremental |