Files
yaze/docs/internal
scawful a5d98ad83c refactor: reorganize submodule structure and enhance CMake configuration
- Moved all third-party libraries (SDL, ImGui, Asar, etc.) from `src/lib/` and `third_party/` to a new `ext/` directory for better organization and clarity in dependency management.
- Updated CMake configuration to reflect the new paths, ensuring all targets and includes point to the `ext/` directory.
- Enhanced CMake presets to support new build options for AI and gRPC features, improving modularity and build flexibility.
- Added new feature flags for agent UI and remote automation, allowing for more granular control over build configurations.
- Updated documentation to reflect changes in the project structure and build options, ensuring clarity for contributors and users.
2025-11-16 18:27:37 -05:00
..

YAZE Handbook

Internal documentation for planning, AI agents, research, and historical build notes. These files are intentionally excluded from the public Doxygen site so they can remain verbose and speculative without impacting the published docs.

Sections

  • agents/ z3ed and AI agent playbooks, command abstractions, and debugging guides.
  • blueprints/ architectural proposals, refactors, and technical deep dives.
  • roadmaps/ sequencing, feature parity analysis, and postmortems.
  • research/ emulator investigations, timing analyses, web ideas, and development trackers.
  • legacy/ superseded build guides and other historical docs kept for reference.

When adding new internal docs, place them under the appropriate subdirectory here instead of docs/.