chore(hq): daily sync 2026-02-16
This commit is contained in:
4
hq/instances/auditor/cron/jobs.json
Normal file
4
hq/instances/auditor/cron/jobs.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
4
hq/instances/auditor/cron/jobs.json.bak
Normal file
4
hq/instances/auditor/cron/jobs.json.bak
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
33
hq/instances/auditor/devices/paired.json
Normal file
33
hq/instances/auditor/devices/paired.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0": {
|
||||
"deviceId": "8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0",
|
||||
"publicKey": "fejk4Um31-XMqj58QkHSPd4DepfwG1RfvAgc0pcioe8",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "266c2f244dc4453cb621f7fe9b04c82b",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083769964,
|
||||
"lastUsedAtMs": 1771211076766
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083769964,
|
||||
"approvedAtMs": 1771083769964
|
||||
}
|
||||
}
|
||||
1
hq/instances/auditor/devices/pending.json
Normal file
1
hq/instances/auditor/devices/pending.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
hq/instances/auditor/env
Normal file
1
hq/instances/auditor/env
Normal file
@@ -0,0 +1 @@
|
||||
OPENCLAW_GATEWAY_PORT=18812
|
||||
16
hq/instances/auditor/identity/device-auth.json
Normal file
16
hq/instances/auditor/identity/device-auth.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "266c2f244dc4453cb621f7fe9b04c82b",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771211076776
|
||||
}
|
||||
}
|
||||
}
|
||||
7
hq/instances/auditor/identity/device.json
Normal file
7
hq/instances/auditor/identity/device.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAfejk4Um31+XMqj58QkHSPd4DepfwG1RfvAgc0pcioe8=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIP4KzGQVG2NLIN0Sn8qdfpJUP/+z11Su0LNLvqcucqdc\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083769933
|
||||
}
|
||||
BIN
hq/instances/auditor/memory/main.sqlite
Normal file
BIN
hq/instances/auditor/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:18812",
|
||||
"token": "${GATEWAY_TOKEN}"
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
|
||||
5
hq/instances/auditor/update-check.json
Normal file
5
hq/instances/auditor/update-check.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-15T20:42:12.545Z",
|
||||
"lastNotifiedVersion": "2026.2.14",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
Reference in New Issue
Block a user