docs: sync StarUML diagrams with Grand Unification refactor
Updated 6 of 21 diagrams to reflect the SkillConverter + ExecutionContext
architecture:
Structural:
- 01 CLICore: Added ExecutionContext singleton, updated CreateCommand
methods (_build_config, _route_to_scraper, _run_enhancement)
- 02 Scrapers: Replaced IScraper interface with SkillConverter base class,
added CONVERTER_REGISTRY, removed main() from all 18 converters
- 09 Parsers: Removed 18 scraper-specific parsers (27 → 18 subclasses)
Behavioral:
- 14 Create Pipeline: Rewritten — converter.run() replaces scraper.main(),
ExecutionContext.initialize() added, enhancement centralized
- 17 MCP Invocation: Path A now uses get_converter() in-process, not subprocess
- UML_ARCHITECTURE.md descriptions updated throughout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>