Commit Graph

5 Commits

Author SHA1 Message Date
85a055ec91 refactor: replace SpaceLayerKinds with strongly-typed SpaceLayerKind enum
Replaces string-based `SpaceLayerKinds` constants with a strongly-typed `SpaceLayerKind` enum. Updates backend services, runtime models, and projection logic to use the new enum. Adds `ToContractValue` method for compatibility with existing contracts.
2026-03-24 03:03:13 -04:00
766fef1c8f chore: add .editorconfig and consistent formatting for backend projects
Adds an `.editorconfig` file with C# and project-specific conventions. Applies consistent indentation and formatting across backend handlers, runtime models, and AI services.
2026-03-24 02:55:15 -04:00
6ccc708ae1 feat: massive AI generation 2026-03-21 02:21:05 -04:00
cd1fe776a5 Deepen faction economy and station planning 2026-03-19 23:34:06 -04:00
9a5040cf1f Refactor backend into domain-first slices 2026-03-19 18:15:44 -04:00