Initial commit: OpenClaw configuration and Jarvis workspace

This commit is contained in:
Jarvis
2026-02-05 08:37:34 -07:00
commit 705d8a9438
23 changed files with 1331 additions and 0 deletions

16
identity/device-auth.json Normal file
View File

@@ -0,0 +1,16 @@
{
"version": 1,
"deviceId": "a964ef10e2ffd5bc0516040d9374165f44d5503ac06dbf1725e7b794989b25bd",
"tokens": {
"operator": {
"token": "37918a43e1044131a00ffd093c12127d",
"role": "operator",
"scopes": [
"operator.admin",
"operator.approvals",
"operator.pairing"
],
"updatedAtMs": 1770304320374
}
}
}

7
identity/device.json Normal file
View File

@@ -0,0 +1,7 @@
{
"version": 1,
"deviceId": "a964ef10e2ffd5bc0516040d9374165f44d5503ac06dbf1725e7b794989b25bd",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAIpOoK822IN+5iRswDGpYWS0y5VJ6nqTK+YnFJ4UepCE=\n-----END PUBLIC KEY-----\n",
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIEVif1Hjc9WqipNTAnea9RViZi639gH2fZVdOOKCh3a5\n-----END PRIVATE KEY-----\n",
"createdAtMs": 1770253892436
}