@c4a/context 0.6.17 → 0.6.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -945,11 +945,18 @@ review html --all --open --format json`, confirm the returned `opened` field,
|
|
|
945
945
|
and wait for the user-copied payload. They should not run the phase as an
|
|
946
946
|
automatic approval step or synthesize a payload themselves.
|
|
947
947
|
|
|
948
|
-
|
|
949
|
-
|
|
948
|
+
One batch-wide path is explicit current-conversation fully managed authority.
|
|
949
|
+
In that mode, follow the `context status --managed` route to
|
|
950
950
|
`context review approve-all ... --managed`; the CLI validates the exact current
|
|
951
951
|
scope before applying one default-approved decision.
|
|
952
952
|
|
|
953
|
+
Ordinary mode has a separate user-confirmed escape path for environments where
|
|
954
|
+
the Review report cannot be opened. Do not advertise it in the initial Review
|
|
955
|
+
prompt. After the user reports that limitation, the exact conversation phrase
|
|
956
|
+
`强制批准` authorizes only the current Route's revision-bound
|
|
957
|
+
`context review approve-all ... --force` command. Other generic approval or
|
|
958
|
+
continue wording does not invoke it.
|
|
959
|
+
|
|
953
960
|
The gate is batch-scoped: prose waits for every planned View across all active
|
|
954
961
|
structure slots and every declared `pendingStructureTargets` item in the round;
|
|
955
962
|
codegraph waits for every pending extract phase in the confirmed module round.
|