chore(hq): daily sync 2026-02-16
This commit is contained in:
4
hq/instances/tech-lead/cron/jobs.json
Normal file
4
hq/instances/tech-lead/cron/jobs.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
4
hq/instances/tech-lead/cron/jobs.json.bak
Normal file
4
hq/instances/tech-lead/cron/jobs.json.bak
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
33
hq/instances/tech-lead/devices/paired.json
Normal file
33
hq/instances/tech-lead/devices/paired.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7": {
|
||||
"deviceId": "931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7",
|
||||
"publicKey": "7o6DeC6QPO2-Q1KFlXgeDVB2mvWhoBMd-W1OKJwd_pc",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7120ab625b624d8eb4cc0c7a6f1649dd",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083760054,
|
||||
"lastUsedAtMs": 1771183873216
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083760053,
|
||||
"approvedAtMs": 1771083760053
|
||||
}
|
||||
}
|
||||
1
hq/instances/tech-lead/devices/pending.json
Normal file
1
hq/instances/tech-lead/devices/pending.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
hq/instances/tech-lead/env
Normal file
1
hq/instances/tech-lead/env
Normal file
@@ -0,0 +1 @@
|
||||
OPENCLAW_GATEWAY_PORT=18804
|
||||
16
hq/instances/tech-lead/identity/device-auth.json
Normal file
16
hq/instances/tech-lead/identity/device-auth.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7120ab625b624d8eb4cc0c7a6f1649dd",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771183873219
|
||||
}
|
||||
}
|
||||
}
|
||||
7
hq/instances/tech-lead/identity/device.json
Normal file
7
hq/instances/tech-lead/identity/device.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA7o6DeC6QPO2+Q1KFlXgeDVB2mvWhoBMd+W1OKJwd/pc=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIPmHG7m2/xG4CKlGz7ITTLtx8XZY9U3ba09nfjlNZnu7\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083760022
|
||||
}
|
||||
BIN
hq/instances/tech-lead/memory/main.sqlite
Normal file
BIN
hq/instances/tech-lead/memory/main.sqlite
Normal file
Binary file not shown.
@@ -80,7 +80,7 @@
|
||||
},
|
||||
"hooks": {
|
||||
"enabled": true,
|
||||
"token": "${GATEWAY_TOKEN}",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1",
|
||||
"allowRequestSessionKey": true,
|
||||
"allowedSessionKeyPrefixes": [
|
||||
"agent:",
|
||||
@@ -219,11 +219,11 @@
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "${GATEWAY_TOKEN}"
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18804",
|
||||
"token": "${GATEWAY_TOKEN}"
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
|
||||
5
hq/instances/tech-lead/update-check.json
Normal file
5
hq/instances/tech-lead/update-check.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-14T13:58:06.883Z",
|
||||
"lastNotifiedVersion": "2026.2.13",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
Reference in New Issue
Block a user