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

@@ -55,12 +55,12 @@ Orders should survive replanning better than tasks.
Examples:
- travel to node
- travel to anchor
- dock at station
- claim Lagrange point
- claim construction anchor
- build station here
- escort this ship
- defend this bubble
- defend this localspace
Orders are the main override layer above routine autonomous behavior.
@@ -240,13 +240,13 @@ This prevents autonomous loops from becoming self-destructive.
## Space-Aware Tasking
Tasks should respect the spatial model in [SPACES.md](/home/jbourdon/repos/space-game/docs/SPACES.md).
Tasks should respect the spatial model in [UNIVERSE-MODEL.md](/home/jbourdon/repos/space-game/docs/UNIVERSE-MODEL.md).
That means:
- local maneuvering is distinct from warp
- docking is local-space work
- cargo transfer is local-space work
- docking is localspace work
- cargo transfer is localspace work
- inter-system travel is distinct from in-system travel
## Policy-Aware Tasking
@@ -305,7 +305,7 @@ The following rules should remain true unless deliberately revised:
- [COMMANDERS.md](/home/jbourdon/repos/space-game/docs/COMMANDERS.md)
- defines who decides and delegates
- [SPACES.md](/home/jbourdon/repos/space-game/docs/SPACES.md)
- [UNIVERSE-MODEL.md](/home/jbourdon/repos/space-game/docs/UNIVERSE-MODEL.md)
- defines where tasks can occur
- [POLICIES.md](/home/jbourdon/repos/space-game/docs/POLICIES.md)