chore: auto-commit uncommitted changes
This commit is contained in:
parent
fef48bb766
commit
003b1b3491
35
MEMORY.md
35
MEMORY.md
|
|
@ -1,6 +1,6 @@
|
|||
# MEMORY.md - Long-Term Memory
|
||||
|
||||
*Last updated: 2026-02-20 (background memory review)*
|
||||
*Last updated: 2026-02-21 (background memory review)*
|
||||
|
||||
---
|
||||
## ⏰ JOHAN'S SCHEDULE (US EASTERN) — MEMORIZE THIS!
|
||||
|
|
@ -574,6 +574,39 @@ Major overnight event — Zurich services were broken/missing, rebuilt from scra
|
|||
- 851 Brightwaters listed at $7.25M. Diana Geegan (KW). Showing Feb 16: buyers liked exterior, disliked modern interior.
|
||||
- Johan in NYC, may have meetings related to this
|
||||
|
||||
### 🗓️ Recent Events (Feb 21, 2026)
|
||||
|
||||
### 🗑️ Amsterdam VPS Fully Decommissioned (Feb 21 00:02 ET)
|
||||
- All services removed, DNS deleted, HostKey cancellation submitted (API bug — Johan must confirm manually at panel.hostkey.com key=639551e73029b90f-c061af4412951b2e)
|
||||
- **MEMORY.md, SOUL.md, infrastructure.md** all updated to remove Amsterdam refs
|
||||
|
||||
### 📦 inou MCP Bundle Removed (Feb 21 ~00:50 ET)
|
||||
- Johan: "inou is fully server-based, no mcpb anymore"
|
||||
- Removed inou MCP Bundle check from `check-updates.sh` (~30 lines)
|
||||
- Deleted `inou-mcp/` directory (manifest.json + server binary)
|
||||
- No more nightly 404 to `inou.com/download/inou.mcpb`
|
||||
|
||||
### 🛠️ Cron Jobs Cleaned Up (Feb 21)
|
||||
- **Evening Briefing**: Removed dead "Shannon status on Amsterdam" check (step 5)
|
||||
- **Weekly Security Scan**: Fixed broken model (`claude-sonnet-4-20250514` → `claude-sonnet-4-6`), removed `amsterdam.inou.com` from scan targets
|
||||
- **Watchdog (K2.5)**: Removed Claude usage block that was posting to Fully tablet (9202) — banned per new rules
|
||||
|
||||
### ⚠️ sessions_spawn Broken (Feb 21)
|
||||
- OC security rejecting `ws://192.168.1.16:18789` (non-loopback, requires `wss://`)
|
||||
- Subagent spawning from heartbeat/conversation sessions fails
|
||||
- Cron jobs still work (they're internal to gateway)
|
||||
- Needs fix: update gateway URL to `wss://` or configure local tunnel
|
||||
|
||||
### 📱 M365 Teams Alerts on Fully = Intentional
|
||||
- Johan confirmed: Teams chats on Fully dashboard are desired — they trigger him to check Teams
|
||||
- Backfill on token refresh is minor annoyance (old messages appearing late)
|
||||
- Source: `message-center` M365 connector polls `johan.jongsma@kaseya.com` every 60s
|
||||
|
||||
### 🍽️ S2M3 Consulting Vendor Lunch (Feb 21)
|
||||
- Appeared as Fully alert from Kaseya email: "Executive lunch at Steak 48, Beverly Hills, March 5th"
|
||||
- Cold outreach from `events@s2m3consulting.com` — IT cost optimization vendor pitch
|
||||
- Not a Kaseya-organized event. Register at s2m3consulting.com/cost-optimization-beverly-hills/
|
||||
|
||||
---
|
||||
|
||||
## Weekly Insights (Feb 9-15, 2026)
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"last_updated": "2026-02-21T11:00:01.456705Z",
|
||||
"last_updated": "2026-02-21T17:00:01.913413Z",
|
||||
"source": "api",
|
||||
"session_percent": 14,
|
||||
"session_resets": "2026-02-21T13:00:00.419999+00:00",
|
||||
"weekly_percent": 96,
|
||||
"weekly_resets": "2026-02-21T19:00:00.420017+00:00",
|
||||
"session_percent": 3,
|
||||
"session_resets": "2026-02-21T18:00:00.886300+00:00",
|
||||
"weekly_percent": 97,
|
||||
"weekly_resets": "2026-02-21T18:59:59.886318+00:00",
|
||||
"sonnet_percent": 10
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
"lastWeeklyMemorySynthesis": "2026-02-15T05:00:00-05:00",
|
||||
"lastDocInbox": "2026-02-20T14:30:00.000Z",
|
||||
"lastTechScan": "2026-02-20T14:30:00.000Z",
|
||||
"lastMemoryReview": "2026-02-20T10:03:59.720Z",
|
||||
"lastMemoryReview": "2026-02-21T14:31:33.675883Z",
|
||||
"lastIntraDayXScan": "2026-02-21T08:30:28.109281Z",
|
||||
"lastInouSuggestion": "2026-02-20T00:00:00.000Z"
|
||||
}
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"date": "2026-02-21",
|
||||
"timestamp": "2026-02-21T09:00:01-05:00",
|
||||
"openclaw": {
|
||||
"before": "2026.2.19-2",
|
||||
"latest": "2026.2.19-2",
|
||||
"updated": false
|
||||
},
|
||||
"claude_code": {
|
||||
"before": "2.1.50",
|
||||
"latest": "2.1.50",
|
||||
"updated": false
|
||||
},
|
||||
"os": {
|
||||
"available": "0\n0",
|
||||
"updated": false,
|
||||
"packages": []
|
||||
},
|
||||
"gateway_restarted": false
|
||||
}
|
||||
Loading…
Reference in New Issue