docs: Enhance GUI Testing Framework and Introduce z3ed Agent Documentation

- Expanded the testing guide with detailed sections on widget registration, state introspection, and integration with AI agents for automated testing.
- Added a new comprehensive readme for the z3ed agent, outlining its architecture, capabilities, and quick start instructions for AI-driven ROM hacking.
- Updated the changelog to reflect recent enhancements in GUI and UX, including a theme system and modular architecture for the Overworld Editor.
- Removed outdated networking documentation to streamline resources and improve clarity.
This commit is contained in:
scawful
2025-10-05 21:01:36 -04:00
parent d41fcb22a3
commit 3200459c21
5 changed files with 89 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ Welcome to the official documentation for yaze, a comprehensive ROM editor for T
## Development & API
- [Development Guide](development_guide.md) - Core architectural patterns, UI systems, and best practices.
- [GUI Testing Guide](gui_testing.md) - The end-to-end GUI testing framework.
- [API Reference](04-api-reference.md) - C/C++ API documentation for extensions.
- [Testing Guide](A1-testing-guide.md) - The testing framework and best practices.
- [Assembly Style Guide](E1-asm-style-guide.md) - 65816 assembly coding standards.