diff --git a/docs/reference/invariants.md b/docs/reference/invariants.md index 7874d7e27..88551c987 100644 --- a/docs/reference/invariants.md +++ b/docs/reference/invariants.md @@ -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