eb3014be8e
The reference doc showed a 3-tier chain (plan > project > global) which was inconsistent with the main specification and implementation. The correct 4-tier chain is: plan > action > project > global. This matches docs/specification.md line 92 and the implementation's _SCOPE_PRECEDENCE dict in actor/reconciliation.py. Refs: #5861