Consolidate spatial docs into universe model
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user