Consolidate spatial docs into universe model

This commit is contained in:
2026-04-06 21:29:49 -04:00
parent 74b8bf4116
commit fdcf83ccec
15 changed files with 129 additions and 652 deletions

View File

@@ -79,9 +79,9 @@ Docking policy matters because no trade or transfer can happen without actual lo
Construction rights should be policy-relevant at the faction and system level.
This does not override the hard structural rule from [SPACES.md](/home/jbourdon/repos/space-game/docs/SPACES.md):
This does not override the hard structural rule from [UNIVERSE-MODEL.md](/home/jbourdon/repos/space-game/docs/UNIVERSE-MODEL.md):
- one structure per Lagrange point
- construction is only valid at supported construction anchors
But it does help define who is permitted or tolerated to claim and build in a given system.
@@ -149,13 +149,13 @@ Examples:
- friendly factions may trade and dock
- neutral factions may trade but not build
- hostile factions may be denied docking and targeted in local-space
- hostile factions may be denied docking and targeted in localspace
The exact diplomacy system can evolve later, but policy should be ready to consume those relationship states.
## Policy And Claims
Claim objects at Lagrange points are visible and contestable.
Claim objects at valid construction anchors are visible and contestable.
Policy influences:
@@ -186,7 +186,7 @@ The following rules should remain true unless deliberately revised:
- [ECONOMY.md](/home/jbourdon/repos/space-game/docs/ECONOMY.md)
- policy constrains trade participation
- [SPACES.md](/home/jbourdon/repos/space-game/docs/SPACES.md)
- [UNIVERSE-MODEL.md](/home/jbourdon/repos/space-game/docs/UNIVERSE-MODEL.md)
- policy interacts with claims, systems, and local access
- [STATIONS.md](/home/jbourdon/repos/space-game/docs/STATIONS.md)