@cotal-ai/connector-jcode 0.30.1 → 0.30.2
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/host.d.ts.map +1 -1
- package/dist/host.js +47 -13
- package/dist/index.js +5 -5
- package/dist/mcp.js +5 -5
- package/dist/private-lifecycle.d.ts +6 -0
- package/dist/private-lifecycle.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -8,6 +8,11 @@ export declare function launchIdentityEnv(): {
|
|
|
8
8
|
};
|
|
9
9
|
/** Immutable identity of one process at capture time; throws when the platform cannot prove it. */
|
|
10
10
|
export declare function captureProcessIdentity(pid: number): ProcessIdentity;
|
|
11
|
+
interface ProcessIdentityProbe {
|
|
12
|
+
ps: (pid: number) => string;
|
|
13
|
+
pidExists: (pid: number) => boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const processHasLaunchIdentityForTest: (pid: number, identityValue: string, probe: ProcessIdentityProbe) => boolean;
|
|
11
16
|
/** Every PID this seat's private home records. The caller must still prove ownership. */
|
|
12
17
|
export declare function recordedTreePids(jcodeHome: string): number[];
|
|
13
18
|
export interface StopPrivateTreeOptions {
|
|
@@ -25,4 +30,5 @@ export interface StopPrivateTreeOptions {
|
|
|
25
30
|
* remain quiescent after the bridge is gone. A stale or reused registry PID is skipped, never
|
|
26
31
|
* signalled; an unprovable live process is not converted into ownership by location alone. */
|
|
27
32
|
export declare function stopPrivateTree(options: StopPrivateTreeOptions): Promise<void>;
|
|
33
|
+
export {};
|
|
28
34
|
//# sourceMappingURL=private-lifecycle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"private-lifecycle.d.ts","sourceRoot":"","sources":["../src/private-lifecycle.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAiCD,wBAAgB,iBAAiB,IAAI;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAElE;AAED,mGAAmG;AACnG,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAMnE;
|
|
1
|
+
{"version":3,"file":"private-lifecycle.d.ts","sourceRoot":"","sources":["../src/private-lifecycle.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAiCD,wBAAgB,iBAAiB,IAAI;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAElE;AAED,mGAAmG;AACnG,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAMnE;AAoBD,UAAU,oBAAoB;IAC5B,EAAE,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;IAC5B,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC;CACrC;AA0CD,eAAO,MAAM,+BAA+B,GAC1C,KAAK,MAAM,EACX,eAAe,MAAM,EACrB,OAAO,oBAAoB,KAC1B,OAAoE,CAAC;AAkBxE,yFAAyF;AACzF,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE,CAqB5D;AA0DD,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,MAAM,EAAE,eAAe,CAAC;IACxB,mFAAmF;IACnF,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yFAAyF;IACzF,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;8FAE8F;AAC9F,wBAAsB,eAAe,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC,CAuEpF"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/connector-jcode",
|
|
3
3
|
"description": "Cotal connector for Jcode: a host-mode mesh peer driven through Jcode's Harness API bridge.",
|
|
4
|
-
"version": "0.30.
|
|
4
|
+
"version": "0.30.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"esbuild": "^0.28.0",
|
|
29
29
|
"tsx": "^4.22.4",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
|
-
"@cotal-ai/core": "0.30.
|
|
31
|
+
"@cotal-ai/connector-core": "0.30.2",
|
|
32
32
|
"@cotal-ai/smoke-kit": "0.0.0",
|
|
33
|
-
"@cotal-ai/
|
|
33
|
+
"@cotal-ai/core": "0.30.2"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|