@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzumi/cli",
3
- "version": "1.0.193",
3
+ "version": "1.0.194",
4
4
  "description": "Linzumi CLI \u2014 point a Codex agent at the real code on your laptop, with your team watching and steering from shared threads.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -80,7 +80,7 @@ export const differentialMutations = [
80
80
  class: 'ordering',
81
81
  scenario: 'harness-clean-turn',
82
82
  proves:
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',
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',