@linzumi/cli 1.0.193 → 1.0.194
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.
- package/README.md +1 -1
- package/dist/impl-res/index.js +1 -1
- package/dist/impl-ts/index.js +460 -460
- package/package.json +1 -1
- package/scripts/differentialMutations.mjs +1 -1
package/package.json
CHANGED
|
@@ -80,7 +80,7 @@ export const differentialMutations = [
|
|
|
80
80
|
class: 'ordering',
|
|
81
81
|
scenario: 'harness-clean-turn',
|
|
82
82
|
proves:
|
|
83
|
-
|
|
83
|
+
"a pure reorder of the commander's own send order (the codex app-server handshake: `initialized` notified BEFORE the `initialize` request instead of after its result) changes the canonical transcript even though the event multiset is identical - per-party send order is preserved evidence, not normalized away",
|
|
84
84
|
patches: [
|
|
85
85
|
{
|
|
86
86
|
file: 'src/codexAppServer.ts',
|