@sparkelf/dsh-patch-session-format-legacy-restart 0.2.0-rc.2 → 0.2.0-rc.21

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.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write patches/npm/session-format-legacy-restart/README.md
5
- README.md: f51abec87505cb31df11bc9a399b65714f185b0c
6
- README.zh.md: 5f79792dc90ef8c95e456c276ae7718c903d2a0b
5
+ README.md: 1b95ffe045d8db24afaabc216a12b0c8624cc990
6
+ README.zh.md: c2cb6f693f0cee146deb7ae836b85fae8d0756eb
package/README.md CHANGED
@@ -10,6 +10,6 @@ The patch changes the gate in two ways. The extension becomes `boolean` rather t
10
10
 
11
11
  The deployment carries a session that needs this: `session-f6ab795c-0a7b-4287-b3e5-19229e412024` holds an `agent/inbox/spliced` insert targeting `next-turn`, and the strict gate refuses its `turn/start`. This package is that deployment change, moved from a mirror stash into a reviewed patch so a rebuild cannot drop it.
12
12
 
13
- The target is the exact official source base `0a15e36e7f82b6ed45af6fa9759f29b40dcd965d`. The Plus apply command verifies the base ancestry and payload before applying it. This package has no JavaScript entry, Cordis lifecycle, install script, or capability implementation.
13
+ The target is the exact official source base `ddefc45fbc7f8e46dd73185e68295696d1297887`. The Plus apply command verifies the base ancestry and payload before applying it. This package has no JavaScript entry, Cordis lifecycle, install script, or capability implementation.
14
14
 
15
15
  Retire this package when official session-format migrations admit the interrupted-turn restart pattern by default, or when the sessions it serves no longer exist.
package/README.zh.md CHANGED
@@ -10,6 +10,6 @@ official `46196d6f95`在`legacyInterruptedTurnRestart`后面加入该pattern:
10
10
 
11
11
  本deployment有一个session需要它:`session-f6ab795c-0a7b-4287-b3e5-19229e412024`含一个指向`next-turn`的`agent/inbox/spliced` insert,strict gate拒绝它的`turn/start`。本package就是那项deployment change,从mirror stash移入reviewed patch,使rebuild不会丢掉它。
12
12
 
13
- target是exact official source base `0a15e36e7f82b6ed45af6fa9759f29b40dcd965d`。Plus apply command在应用前验证base ancestry与payload。本package没有JavaScript entry、Cordis lifecycle、install script或capability implementation。
13
+ target是exact official source base `ddefc45fbc7f8e46dd73185e68295696d1297887`。Plus apply command在应用前验证base ancestry与payload。本package没有JavaScript entry、Cordis lifecycle、install script或capability implementation。
14
14
 
15
15
  official session-format migration默认admit interrupted-turn restart pattern,或它服务的session不再存在后,retire本package。
package/package.json CHANGED
@@ -1,35 +1,35 @@
1
1
  {
2
- "name": "@sparkelf/dsh-patch-session-format-legacy-restart",
3
- "version": "0.2.0-rc.2",
4
2
  "description": "Data-only exact official-source patch admitting the released interrupted-turn restart pattern by default",
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/SparkElf/deepseek-harness-plus.git",
11
- "directory": "patches/npm/session-format-legacy-restart"
12
- },
13
- "type": "module",
14
- "files": [
15
- "patches/*.patch"
16
- ],
17
- "license": "MIT",
18
3
  "dshPatch": {
19
4
  "formatVersion": 1,
20
5
  "variants": [
21
6
  {
7
+ "dsh": ">=0.1.7-alpha.2",
8
+ "file": "./patches/session-format-legacy-restart.patch",
22
9
  "id": "session-format-legacy-restart-default",
23
- "dsh": ">=0.1.6-alpha.1",
24
10
  "target": {
11
+ "baseRevision": "00102833dfaee1da9f48a3a8eae9d34005a75218",
25
12
  "kind": "dsh-source",
26
- "baseRevision": "0a15e36e7f82b6ed45af6fa9759f29b40dcd965d",
27
13
  "paths": [
28
14
  "packages/session/session-format-v0-to-v1/"
29
15
  ]
30
- },
31
- "file": "./patches/session-format-legacy-restart.patch"
16
+ }
32
17
  }
33
18
  ]
34
- }
19
+ },
20
+ "files": [
21
+ "patches/*.patch"
22
+ ],
23
+ "license": "MIT",
24
+ "name": "@sparkelf/dsh-patch-session-format-legacy-restart",
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
+ "repository": {
29
+ "directory": "patches/npm/session-format-legacy-restart",
30
+ "type": "git",
31
+ "url": "git+https://github.com/SparkElf/deepseek-harness-plus.git"
32
+ },
33
+ "type": "module",
34
+ "version": "0.2.0-rc.21"
35
35
  }
@@ -1,5 +1,5 @@
1
1
  diff --git a/packages/session/session-format-v0-to-v1/src/relationships.ts b/packages/session/session-format-v0-to-v1/src/relationships.ts
2
- index ddd1a4b..5cf0c7c 100644
2
+ index ddd1a4b71d..5cf0c7c0c7 100644
3
3
  --- a/packages/session/session-format-v0-to-v1/src/relationships.ts
4
4
  +++ b/packages/session/session-format-v0-to-v1/src/relationships.ts
5
5
  @@ -35,7 +35,7 @@ export interface ReleasedRelationshipExtensions {