Commands  ›  Clash Manager / Reporting  ›  Clash Manager Export Results To Word Report

Clash Manager Export Results To Word Report

Clash Manager / Reporting writes to model Public API · not yet exposed

Coming soon

Before you run this

Active doc; clash XML present.

After it runs

Single file on disk with Word extension.

When to use this

Don't use this when

True OOXML docx — blocked until docx-mcp lands.

Inputs

NameKindTypeRequiredDefaultDescription
PresetKind config string no "clash_tolerances" Deterministic config preset

Decision flow

1) Read clash XML. 2) Resolve output path (default .mepbridge/qa/reports/clashes_{ts}.doc). 3) Build HTML payload via BuildSelfContainedClashReportHtml. 4) Open in shell on Human. 5) Emit result with mode=html_as_word.

What you'll see in the chat

on start
Building clash Word report (HTML-as-Word)…
thinking
Loading clash XML…
Writing self-contained HTML payload…
on success
Word report written at {output_path}.
on failure
Word export failed: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/clash_manager_export_results_to_word_report
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

clashmanagerexportresultstowordreport · export clash word · qa word report

PillarClash Manager / Reporting