Add ImGui WidgetIdRegistry

This commit is contained in:
scawful
2025-10-02 09:49:14 -04:00
parent eb61b3cf0d
commit 6ef8b226a9
5 changed files with 1247 additions and 2 deletions

View File

@@ -47,14 +47,22 @@ z3ed is a command-line interface for YAZE that enables AI-driven ROM modificatio
- Success criteria
- Issue reporting
### Implementation Guides
7. **[IMGUI_ID_MANAGEMENT_REFACTORING.md](IMGUI_ID_MANAGEMENT_REFACTORING.md)** - GUI ID management refactoring
- Hierarchical widget ID system
- Widget registry for test automation
- Migration guide for editors
- Integration with z3ed agent
### Status Documents
7. **[PROJECT_STATUS_OCT2.md](PROJECT_STATUS_OCT2.md)** - Current project status
8. **[PROJECT_STATUS_OCT2.md](PROJECT_STATUS_OCT2.md)** - Current project status
- Component completion percentages
- Performance metrics
- Known limitations
8. **[NEXT_PRIORITIES_OCT2.md](NEXT_PRIORITIES_OCT2.md)** - Detailed next steps
9. **[NEXT_PRIORITIES_OCT2.md](NEXT_PRIORITIES_OCT2.md)** - Detailed next steps
- Priority 0-3 task breakdowns
- Implementation guides
- Time estimates
@@ -122,6 +130,9 @@ docs/z3ed/
│ ├── AGENT_TEST_QUICKREF.md [CLI Agent Test]
│ └── E2E_VALIDATION_GUIDE.md [Validation]
├── Implementation Guides (1 file)
│ └── IMGUI_ID_MANAGEMENT_REFACTORING.md [GUI ID System]
├── Status Documents (4 files)
│ ├── README.md [This file]
│ ├── PROJECT_STATUS_OCT2.md [Current Status]