docs: re-export all UML diagrams (PNG + HTML)

Fresh export of all 20 diagrams as PNG and full HTML documentation
site after the Grand Unification UML sync.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-04-08 22:53:40 +03:00
parent 49f29cbc5a
commit b259ec2c4f
374 changed files with 104964 additions and 3182 deletions

View File

@@ -62,7 +62,7 @@
<h3>Description</h3>
<div>
<p>Language-specific pattern detection adaptations. Adjusts pattern confidence based on language idioms and conventions. Supports Python (<strong>new</strong>, @decorator), JavaScript/TypeScript (module pattern, EventEmitter), Java/C# (interfaces, Abstract Factory), Go (sync.Once), Rust (lazy<em>static, OnceCell, trait adapters), C++ (Meyer&#39;s Singleton), Ruby (Singleton module), PHP (private constructor). Static method adapt</em>for_language(pattern, language) returns adjusted PatternInstance.</p>
<p>Language-specific pattern detection adaptations. Adjusts pattern confidence based on language idioms and conventions. Supports Python (<strong>new</strong>, @decorator), JavaScript/TypeScript (module pattern, EventEmitter), Java/C# (interfaces, Abstract Factory), Kotlin (object declaration→Singleton, companion object→Factory, sealed class→Strategy, data class→Builder), Go (sync.Once), Rust (lazy<em>static, OnceCell, trait adapters), C++ (Meyer&#39;s Singleton), Ruby (Singleton module), PHP (private constructor). Static method adapt</em>for_language(pattern, language) returns adjusted PatternInstance.</p>
</div>
</section>