@cfio/cohort-sync 0.23.0 → 0.25.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.
package/dist/index.js CHANGED
@@ -13426,7 +13426,7 @@ function dumpCtx(ctx) {
13426
13426
  function dumpEvent(event) {
13427
13427
  return dumpCtx(event);
13428
13428
  }
13429
- var PLUGIN_VERSION = true ? "0.23.0" : "unknown";
13429
+ var PLUGIN_VERSION = true ? "0.25.0" : "unknown";
13430
13430
  function resolveGatewayToken(api) {
13431
13431
  const token = api.config?.gateway?.auth?.token;
13432
13432
  return typeof token === "string" ? token : null;
@@ -1,11 +1,22 @@
1
1
  {
2
2
  "id": "cohort-sync",
3
+ "name": "Cohort Sync",
4
+ "description": "Syncs agent telemetry, sessions, and activity to the Cohort dashboard. Registers gateway:startup hook to begin notification subscription.",
3
5
  "activation": {
4
6
  "onStartup": true,
5
7
  "onCapabilities": [
6
8
  "hook"
7
9
  ]
8
10
  },
11
+ "contracts": {
12
+ "tools": [
13
+ "cohort_comment",
14
+ "cohort_context",
15
+ "cohort_task",
16
+ "cohort_transition",
17
+ "cohort_assign"
18
+ ]
19
+ },
9
20
  "uiHints": {
10
21
  "apiUrl": {
11
22
  "label": "Cohort API URL",
@@ -61,5 +72,5 @@
61
72
  }
62
73
  }
63
74
  },
64
- "version": "0.23.0"
75
+ "version": "0.25.0"
65
76
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfio/cohort-sync",
3
- "version": "0.23.0",
3
+ "version": "0.25.0",
4
4
  "description": "OpenClaw plugin — syncs agent telemetry, sessions, and activity to the Cohort dashboard",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,9 +1,20 @@
1
1
  {
2
2
  "id": "cohort-sync",
3
+ "name": "Cohort Sync",
4
+ "description": "Syncs agent telemetry, sessions, and activity to the Cohort dashboard. Registers gateway:startup hook to begin notification subscription.",
3
5
  "activation": {
4
6
  "onStartup": true,
5
7
  "onCapabilities": ["hook"]
6
8
  },
9
+ "contracts": {
10
+ "tools": [
11
+ "cohort_comment",
12
+ "cohort_context",
13
+ "cohort_task",
14
+ "cohort_transition",
15
+ "cohort_assign"
16
+ ]
17
+ },
7
18
  "uiHints": {
8
19
  "apiUrl": {
9
20
  "label": "Cohort API URL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfio/cohort-sync",
3
- "version": "0.23.0",
3
+ "version": "0.25.0",
4
4
  "description": "OpenClaw plugin — syncs agent telemetry, sessions, and activity to the Cohort dashboard",
5
5
  "license": "MIT",
6
6
  "homepage": "https://docs.cohort.bot/gateway",