Guides (6.0 Internal Development)

These guides describe the current GridPlacement 6.0 internal development path.

The earlier public docs used GECS and GDScript terminology. That is no longer the supported 6.0 story. The public documentation now covers:

  • a C# runtime
  • a Friflo ECS workflow layer
  • a Core plus Godot adapter boundary
  • a focused workflow coverage test lane as the intended public proof source, though it is currently failing on the audited branch
  1. C# Project Setup
  2. Architecture Overview
  3. World Bootstrap and System Order
  4. Systems Flow
  5. Validation and Rules
  6. Plugin Boundaries
  7. ECS Components Reference
  8. Release Readiness and Test Gate

Validated By

  • dotnet build cs/Core/ECS/GridPlacement.ECS.csproj --nologo -v minimal
  • the current published v6.0 guides and API reference