@cotal-ai/connector-opencode 0.26.0 → 0.28.0-hack-20260823202734

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/dist/plugin.d.ts CHANGED
@@ -1,3 +1,17 @@
1
1
  import type { Plugin } from "@opencode-ai/plugin";
2
+ /** The machine-stable half of the retirement line. The suite asserts on THIS, never on the sentence
3
+ * around it: a guard keyed on human prose dies the first time someone rewords a log message, and it
4
+ * dies silently, which is the failure mode a guard exists to prevent. Reword the sentence freely;
5
+ * do not change this token without updating the cells that import it. */
6
+ export declare const SESSION_RETIRED = "opencode-session-retired";
7
+ /** A bounded wait gave up. Exported so a cell keys on the token rather than on the sentence. */
8
+ export declare const SETTLE_ABANDONED = "opencode-settle-abandoned";
9
+ /** A retired session's write-ahead log was removed. Exported for the same reason as the two above:
10
+ * a cell keys on the token, never on the sentence around it. */
11
+ export declare const WAL_REAPED = "opencode-wal-reaped";
12
+ /** A retired session's write-ahead log was KEPT, and the line says which of the reasons applied.
13
+ * This is the token the reaping cell grades, because the lifetime is the claim and the deletion is
14
+ * only the easy half of it. */
15
+ export declare const WAL_KEPT = "opencode-wal-kept";
2
16
  export declare const cotal: Plugin;
3
17
  //# sourceMappingURL=plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAAE,MAAM,EAAS,MAAM,qBAAqB,CAAC;AAgBzD,eAAO,MAAM,KAAK,EAAE,MAmiBnB,CAAC"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAiEA,OAAO,KAAK,EAAE,MAAM,EAAyB,MAAM,qBAAqB,CAAC;AAgBzE;;;0EAG0E;AAC1E,eAAO,MAAM,eAAe,6BAA6B,CAAC;AAC1D,gGAAgG;AAChG,eAAO,MAAM,gBAAgB,8BAA8B,CAAC;AAC5D;iEACiE;AACjE,eAAO,MAAM,UAAU,wBAAwB,CAAC;AAChD;;gCAEgC;AAChC,eAAO,MAAM,QAAQ,sBAAsB,CAAC;AA8B5C,eAAO,MAAM,KAAK,EAAE,MA2vCnB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cotal-ai/connector-opencode",
3
3
  "description": "Cotal connector for OpenCode: a native in-process plugin that joins a session to the mesh.",
4
- "version": "0.26.0",
4
+ "version": "0.28.0-hack-20260823202734",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -18,15 +18,15 @@
18
18
  }
19
19
  },
20
20
  "peerDependencies": {
21
- "@cotal-ai/core": ">=0.1.0"
21
+ "@cotal-ai/core": "0.28.0-hack-20260823202734"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@opencode-ai/plugin": "^1.16.2",
25
25
  "esbuild": "^0.28.0",
26
26
  "tsx": "^4.22.4",
27
- "@cotal-ai/connector-core": "0.26.0",
27
+ "@cotal-ai/connector-core": "0.28.0-hack-20260823202734",
28
28
  "@cotal-ai/smoke-kit": "0.0.0",
29
- "@cotal-ai/core": "0.26.0"
29
+ "@cotal-ai/core": "0.28.0-hack-20260823202734"
30
30
  },
31
31
  "files": [
32
32
  "dist"