@aiassesstech/jessie 0.2.10 → 0.2.11

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.
@@ -112,6 +112,43 @@
112
112
 
113
113
  ---
114
114
 
115
+ ## VPS Infrastructure Reference
116
+
117
+ ### GOG (Google OAuth Gateway)
118
+
119
+ GOG is installed on the VPS and provides Google Cloud OAuth integration for GOG Galaxy library management.
120
+
121
+ | Item | Value |
122
+ |------|-------|
123
+ | Binary | `/usr/local/bin/gog` |
124
+ | Re-auth script | `/usr/local/bin/gog-reauth.sh` |
125
+ | Config | `/root/.config/gogcli/` |
126
+ | Credentials | `/root/.gog/` (client_secret.json, credentials.json, keyring/) |
127
+ | Google Cloud project | `possible-enigma-485503-u3` (Production mode) |
128
+
129
+ **Required environment variables** (set in `.bashrc` and systemd):
130
+ - `GOG_ACCOUNT=gidanc.defend.good@gmail.com`
131
+ - `GOG_KEYRING_PASSWORD=test123`
132
+
133
+ **The command is `gog`, NOT `gogcli`.** Both env vars must be set for every command.
134
+
135
+ **If connection is lost or token expired:**
136
+ ```
137
+ /usr/local/bin/gog-reauth.sh
138
+ ```
139
+ Or manually: `gog auth login`
140
+
141
+ **Status check:** `gog status` (with env vars set)
142
+
143
+ ### VPS Connection
144
+
145
+ - **SSH:** `ssh root@188.245.222.172`
146
+ - **Config:** `~/.clawdbot/openclaw.json` (symlinked to `~/.openclaw/openclaw.json`)
147
+ - **Logs:** `journalctl -u openclaw-gateway -f`
148
+ - **Test agent:** `openclaw agent --agent <id> --message "test"`
149
+
150
+ ---
151
+
115
152
  ## Key Numbers
116
153
 
117
154
  - **Patent conversion deadline:** December 11, 2026
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiassesstech/jessie",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Jessie — Fleet Commander plugin for OpenClaw. Morning briefings, decision tracking, task delegation, fleet-bus communications.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",