docs(reference): fix invariant precedence chain to show 4-tier (plan > action > project > global) #5905

Closed
HAL9000 wants to merge 1 commits from spec/fix-invariant-precedence-reference-5861 into master
+2 -2
View File
@@ -18,13 +18,13 @@ Actor before any strategy work begins.
When computing the effective set of invariants for a plan, the precedence chain is:
```
plan > project > global
plan > action > project > global
```
- **Plan-level** invariants take highest precedence.
- **Action-level** invariants apply next. Action invariants are also promoted to plan scope when `plan use` is called, but they remain resolvable at action scope during reconciliation.
- **Project-level** invariants apply next.
- **Global-level** invariants are lowest precedence.
- **Action-level** invariants are promoted to plan scope when `plan use` is called.
### De-duplication