We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
refactor: remove section dividers
Update Solarxy v0.6.0 wiki docs
Fix stale User-Guide anchors after the Phase 1 split A verification pass ahead of screenshot capture turned up two anchor links that went stale when the Phase 1 restructure moved content out of User-Guide: - Configuration.md: User-Guide#preferences -> Interface#preferences (Preferences section moved to Interface during the User-Guide split). - Review-System.md: User-Guide#dockable-layout -> Interface#dockable-layout (same root cause). Also confirmed clean across every other dimension: - Em-dash / en-dash / smart-quote sweep: zero matches across all 23 wiki pages. - Mermaid block balance: 14 blocks across 11 files, every opening fence matched by a closing fence. - Internal page-link audit: all 23 pages exist; zero broken page targets. - Code-citation spot check on five validation claims (default_tolerance_percent, default_flipped_normal_dot, the normals check severities, the manifold check severities and allow_open_mesh modifier, the UV format gate): all match the v0.6.0 code.
Add 10 Mermaid diagrams across the wiki Ten unique Mermaid flowcharts placed at 14 locations across 11 pages, all using the Ayu Mirage Dark palette matched to the app. Mermaid renders natively in GitHub wiki pages; no rendering pipeline. Diagrams: - Render pipeline (10 stages, MSAA boundary) -> Architecture, Inspection. - Validation dispatch (merged: 9 checks, order + severity + toggles) -> Validation-Reference, Tutorial-Custom-Validation-Policy. - Stale anchor lifecycle -> Review-System, Tutorial-First-Review-Session. - Inspection mode decision tree -> Tutorial-Inspect-A-Gltf. - solarxy-cli dispatch (view/analyze, with/without --paths) -> Tutorial-Validate-In-CI. - Dock layout state (default / last / saved transitions) -> Interface, Architecture. - Review-mode click ladder (3-rung priority chain) -> Review-System. - Config discovery (4-step priority ladder) -> Configuration. - CI adapter and format selection -> CI-CD-Integration. - 7-crate dependency DAG -> Architecture (replaces the ASCII version). Each diagram lands at the start of its most-relevant section, before the prose, with a one-line italic caption underneath. Density is medium: decision branches and edge labels included; no over-detailed note blocks. The plan's separate Diagrams #2 and #9 were merged into one validation flow per the locked decision. Phase 3 placeholder markers ("Phase 3: Mermaid Diagram N ...") cleaned up from Architecture.
update: 0.6.0 release notes first draft