Test Case Formatter
This formatter is no longer the canonical entrypoint.
Use skill-dispatcher to route render_test_artifact, format_test_cases, or export_test_cases to the active formatting skill. Keep C:\projects\skills\test-artifact-export-skill\SKILL.md only as the fallback compatibility target when dispatcher routing is unavailable.
Migration Rule
- Route formatting and export requests through
skill-dispatcherfirst, usingrender_test_artifact,format_test_cases, orexport_test_cases. - Use
C:\projects\skills\test-artifact-export-skill\SKILL.mdonly as a fallback when dispatcher routing is unavailable. - Do not expand this compatibility bridge with new output contracts.