docs: bump OpenClaw node version to 2026.3.28 and align remote maintenance docs

- Update OpenClaw version references from 2026.3.13 to 2026.3.28 in README.md, docs/OPENCLAW_ARCHITECTURE.md, and gateway_plugins.txt.
- Remove outdated MacOS maintenance instructions (log rotation, credential syncing) from remote luca project.
- Redirect remote luca documentation to explicitly refer back to the mw-macbook-pro repository for MacOS-specific routines.
- Updated CHANGELOG to reflect version bump and cross-repo document alignments.
- Removed completed implementation plan.

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
mw
2026-03-30 17:08:57 +02:00
co-authored by Junie
parent f54fc1d9cd
commit a28a4a049b
20 changed files with 1468 additions and 63 deletions
+13 -15
View File
@@ -18,7 +18,7 @@ This repository documents the OpenClaw gateway integration for the satware AG Ma
| **Kernel** | Darwin 25.3.0 (x86_64) |
| **User** | MWsatwareAG |
| **Local IP** | 100.64.0.12 (Tailscale) |
| **OpenClaw Version** | core v2026.3.13 |
| **OpenClaw Version** | core v2026.3.28 |
## Node Configuration
@@ -36,7 +36,7 @@ This repository documents the OpenClaw gateway integration for the satware AG Ma
│ │ │ │
│ OpenClaw Node │ WebSocket │ OpenClaw Gateway │
│ (remote mode) │◄──────────────────►│ (100.64.0.39) │
│ v2026.3.13 │ Port 18789 │ Port 18789 │
│ v2026.3.28 │ Port 18789 │ Port 18789 │
│ │ │ │
│ SSH Client │ SSH Tunnel │ SSH Server │
│ (LaunchAgent) │──────────────────►│ Port 2222 │
@@ -47,7 +47,7 @@ This repository documents the OpenClaw gateway integration for the satware AG Ma
```json
{
"meta": {
"lastTouchedVersion": "2026.3.13"
"lastTouchedVersion": "2026.3.28"
},
"gateway": {
"remote": {
@@ -348,24 +348,22 @@ glab auth login --hostname gitlab.satware.com --token <TOKEN>
| **iMessage (imsg)** | ✅ Active |
| **Capabilities** | `browser`, `system`, `camera`, `canvas`, `screen`, `location` |
### MacBook launchd Services
### MacBook Companion App
| Service | Status | Purpose |
|---------|--------|---------|
| `ai.openclaw.node` | Running | Manages SSH Tunnel and Headless Node (v2026.3.13) |
| `ai.openclaw.gateway` | Unloaded | Disabled (remote node role) |
| `OpenClaw.app` | Running | macOS Companion App (v2026.3.13) |
The node runs entirely via the macOS Companion App. Legacy `launchd` background services (`ai.openclaw.node`, `ai.openclaw.gateway`) have been removed to prevent port conflicts and reduce overhead.
| Component | Status | Purpose |
|-----------|--------|---------|
| `OpenClaw.app` | Running | macOS Companion App (Node & SSH Tunnel Manager) |
### Management Commands (on MacBook)
```bash
# Check service status
launchctl list | grep ai.openclaw
ps aux | grep openclaw
# Check running application
ps aux | grep -i openclaw | grep -v grep
# Restart Node and Tunnel
launchctl unload ~/Library/LaunchAgents/ai.openclaw.node.plist
launchctl load ~/Library/LaunchAgents/ai.openclaw.node.plist
# Restart Node
# Quit the OpenClaw app from the macOS menu bar and reopen it from /Applications
```
### Verify from Gateway