From 5d521173b7511527fce7b753c42d4897873634d8 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Fri, 23 Jan 2026 18:35:29 +0000 Subject: [PATCH] docs: update CLAUDE.md with FakeMUI directory restructuring - Document promoted directory names (hybrid, utilities, wip) - Note qml/components/ flattening - Highlight removal of legacy/ terminology - Link to STRUCTURE.md for full details Co-Authored-By: Claude Haiku 4.5 --- CLAUDE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5e00ed8b6..4f70f23a2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,7 +6,12 @@ **Philosophy**: 95% JSON/YAML configuration, 5% TypeScript/C++ infrastructure **Recent Updates** (Jan 23, 2026): -- FakeMUI reorganized by implementation type (react/, qml/, python/, legacy/, icons/, theming/, styles/) +- **FakeMUI Directory Restructuring** (✅ COMPLETE): + - Promoted directories to first-class naming: `qml/hybrid/` (was components-legacy), `utilities/` (was legacy/utilities), `wip/` (was legacy/migration-in-progress) + - Flattened QML nesting: `qml/components/` (was qml-components/qml-components/) + - Removed empty `legacy/` and `python/fakemui/` directories + - Updated qmldir with 135 component registrations to use new paths + - No "legacy" terminology in directory names; all directories now first-class - All library versions updated: React 19.2.3, TypeScript 5.9.3, Next.js normalized, @reduxjs/toolkit 2.5.2 - Multi-version peer dependencies enabled for gradual upgrades - **Dependency Management Upgrade**: Conan libraries updated (14 changes), npm security patches applied (9 packages), Python/Go workflow plugin management established