chore(hq): daily sync 2026-02-16
This commit is contained in:
4
hq/instances/study-builder/cron/jobs.json
Normal file
4
hq/instances/study-builder/cron/jobs.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
4
hq/instances/study-builder/cron/jobs.json.bak
Normal file
4
hq/instances/study-builder/cron/jobs.json.bak
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
33
hq/instances/study-builder/devices/paired.json
Normal file
33
hq/instances/study-builder/devices/paired.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9": {
|
||||
"deviceId": "433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9",
|
||||
"publicKey": "B3KZQ84BJ7Kr8aJ_1NYsJUASfd95pfvxe3HMBnGYDnQ",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7e2455df825246b7b8f1832bbd610988",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083773436,
|
||||
"lastUsedAtMs": 1771120695861
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083773436,
|
||||
"approvedAtMs": 1771083773436
|
||||
}
|
||||
}
|
||||
1
hq/instances/study-builder/devices/pending.json
Normal file
1
hq/instances/study-builder/devices/pending.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
hq/instances/study-builder/env
Normal file
1
hq/instances/study-builder/env
Normal file
@@ -0,0 +1 @@
|
||||
OPENCLAW_GATEWAY_PORT=18820
|
||||
16
hq/instances/study-builder/identity/device-auth.json
Normal file
16
hq/instances/study-builder/identity/device-auth.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7e2455df825246b7b8f1832bbd610988",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771120695870
|
||||
}
|
||||
}
|
||||
}
|
||||
7
hq/instances/study-builder/identity/device.json
Normal file
7
hq/instances/study-builder/identity/device.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAB3KZQ84BJ7Kr8aJ/1NYsJUASfd95pfvxe3HMBnGYDnQ=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIM3mdAQ/QFl9zqVyc2Lg/F8ZEJJc4219O2+0S6ynB+hB\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083773401
|
||||
}
|
||||
BIN
hq/instances/study-builder/memory/main.sqlite
Normal file
BIN
hq/instances/study-builder/memory/main.sqlite
Normal file
Binary file not shown.
@@ -79,7 +79,7 @@
|
||||
},
|
||||
"hooks": {
|
||||
"enabled": true,
|
||||
"token": "${GATEWAY_TOKEN}",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1",
|
||||
"allowRequestSessionKey": true,
|
||||
"allowedSessionKeyPrefixes": [
|
||||
"agent:",
|
||||
@@ -217,11 +217,11 @@
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "${GATEWAY_TOKEN}"
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18820",
|
||||
"token": "${GATEWAY_TOKEN}"
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
|
||||
5
hq/instances/study-builder/update-check.json
Normal file
5
hq/instances/study-builder/update-check.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-15T20:42:13.468Z",
|
||||
"lastNotifiedVersion": "2026.2.14",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
Reference in New Issue
Block a user