@a5c-ai/hooks-adapter-core 5.1.1-staging.fee05906043b → 6.0.0
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* PID-based session marker mechanism (default-off).
|
|
3
3
|
*
|
|
4
|
-
* Ported from SDK `packages/sdk/src/utils/sessionMarker.ts`.
|
|
4
|
+
* Ported from SDK `packages/babysitter-sdk/src/utils/sessionMarker.ts`.
|
|
5
5
|
*
|
|
6
6
|
* All operations are gated behind env var AGENT_HOOKS_PROXY_ENABLE_PID_MARKERS.
|
|
7
7
|
* When the env var is not set to "1", all functions are no-ops.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* PID-based session marker mechanism (default-off).
|
|
4
4
|
*
|
|
5
|
-
* Ported from SDK `packages/sdk/src/utils/sessionMarker.ts`.
|
|
5
|
+
* Ported from SDK `packages/babysitter-sdk/src/utils/sessionMarker.ts`.
|
|
6
6
|
*
|
|
7
7
|
* All operations are gated behind env var AGENT_HOOKS_PROXY_ENABLE_PID_MARKERS.
|
|
8
8
|
* When the env var is not set to "1", all functions are no-ops.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/hooks-adapter-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Canonical schemas, types, session store, and merge engine for the hooks-adapter system",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "vitest"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@a5c-ai/atlas": "
|
|
33
|
+
"@a5c-ai/atlas": "6.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"rimraf": "^6.0.0",
|