Weekly memory synthesis Feb 2-7: migration complete, corrections promoted to AGENTS.md
This commit is contained in:
parent
11242a263d
commit
cb6396c75a
|
|
@ -223,6 +223,13 @@ Enter plan mode for ANY non-trivial task:
|
||||||
|
|
||||||
**Re-plan trigger:** If something goes sideways, STOP. Don't keep pushing. Re-assess and re-plan.
|
**Re-plan trigger:** If something goes sideways, STOP. Don't keep pushing. Re-assess and re-plan.
|
||||||
|
|
||||||
|
### Resourcefulness Rules (from corrections)
|
||||||
|
- **Fix broken infrastructure, don't work around it** — if a webhook/integration doesn't work right, fix the root cause. Don't route around it.
|
||||||
|
- **Exhaust troubleshooting before declaring blocked** — "Host key verification failed" ≠ "access denied." Try the obvious fix before escalating. If still blocked after real effort, create a task for Johan.
|
||||||
|
- **Research source code, don't trial-and-error** — grep the codebase for the answer. Source is authoritative; guessing wastes tokens.
|
||||||
|
- **If you summarized it, you had it** — if you reported something to Johan, you have the context to act on it. Don't ask "who is X?" about something you already triaged.
|
||||||
|
- **Actionable emails stay in inbox** — archiving = losing reply capability. Keep emails needing follow-up in inbox until resolved.
|
||||||
|
|
||||||
**Plan includes verification:** Use plan mode for verification steps too, not just building. "How will I prove this works?" is part of the plan.
|
**Plan includes verification:** Use plan mode for verification steps too, not just building. "How will I prove this works?" is part of the plan.
|
||||||
|
|
||||||
### Verification Before Done
|
### Verification Before Done
|
||||||
|
|
|
||||||
42
MEMORY.md
42
MEMORY.md
|
|
@ -324,12 +324,42 @@ Automated document processing pipeline for scanned paperwork.
|
||||||
- [ ] inou Mobile: Need content at inou.com/app for WebView, or change AppConfig.webAppUrl
|
- [ ] inou Mobile: Need content at inou.com/app for WebView, or change AppConfig.webAppUrl
|
||||||
- [ ] AdventHealth: Enroll in MFA (Johan action)
|
- [ ] AdventHealth: Enroll in MFA (Johan action)
|
||||||
|
|
||||||
## Recent Events (Feb 6-7, 2026)
|
## Recent Events (Week of Feb 2-7, 2026)
|
||||||
- **Financial:** $3,073.00 withdrawal from Valley All Access Checking on Feb 6 (ACH Debit).
|
|
||||||
- **Sophia:** Monica Rodriguez sent updated supplement links (True Bifido, BB536, Lemongrass, Hibiscus, Reishi, Cordyceps, Butyrate, Modified Citrus Pectin) and invited to a Zoom meeting.
|
### 🏠 Migration to Forge — COMPLETE (Feb 4)
|
||||||
- **inou.com:** Jacob Cap inquired about buying the domain; replied "not for sale".
|
- Full "brain transplant" from old james (TS140) → forge (i7-6700K/64GB/GTX970)
|
||||||
- **Infrastructure:** HOSTKEY expanded capacity and added RTX 5090/6000 PRO cards.
|
- IP swapped: forge is now 192.168.1.16
|
||||||
- **Claude Usage:** Hit 100% weekly limit on Feb 7; reset expected ~2pm ET.
|
- All services migrated: OpenClaw, Signal, Proton Bridge, Mail Bridge, WhatsApp, Dashboard, DocSys, OCR
|
||||||
|
- WhatsApp survived transfer without QR re-link
|
||||||
|
- 18GB Proton IMAP cache moved intact
|
||||||
|
- Comprehensive migration doc: `~/clawd/migration/MIGRATE-JAMES-TO-FORGE.md`
|
||||||
|
|
||||||
|
### Real Estate (Active — needs Johan)
|
||||||
|
- Diana Geegan (Keller Williams) negotiating sale of 851 Brightwaters ($6.35M) + buy of 801 Brightwaters
|
||||||
|
- Net at close estimate: ~$5,944,200 — short of Johan's $6.2M goal by ~$170K
|
||||||
|
- Diana offered to reduce buy-side fee (~$85K), bringing net to ~$6,029,200 — still ~$171K short
|
||||||
|
- Multiple emails in inbox awaiting Johan's decision
|
||||||
|
|
||||||
|
### Sophia Medical
|
||||||
|
- Pulse-ox wraps Rx expired — Dana at All About Peds needs new prescription from Dr. Lastra
|
||||||
|
- Pediatric Home Service order #75175 shipped (4 boxes supplies)
|
||||||
|
- Monica Rodriguez sent updated supplement links + Zoom invite
|
||||||
|
|
||||||
|
### Financial
|
||||||
|
- PayPal $3,073.00 to Tuan Le for "Balance Skyraider v2"
|
||||||
|
- Claude usage hit 100% weekly limit Feb 7
|
||||||
|
|
||||||
|
### Infrastructure
|
||||||
|
- Docker containers updated on 192.168.1.253 (Immich, ClickHouse, Jellyfin, Signal, qBittorrent)
|
||||||
|
- HAOS updated 16.3 → 17.0
|
||||||
|
- DocSys/docproc service set up, troubleshooting URL-too-long error (needs local OCR first)
|
||||||
|
- Zurich VPS security patches applied, kernel updated, rebooted
|
||||||
|
- 3 new Uptime Kuma monitors added (Zurich VPS, inou DNS, inou SSL)
|
||||||
|
|
||||||
|
### Tech
|
||||||
|
- N-able (NABL): Q4 earnings call Feb 19, pushing "Agentic AI"
|
||||||
|
- SentinelOne (S): CEO sold $303k stock, stock down 70% from IPO
|
||||||
|
- Claude Opus 4.6 receiving high praise
|
||||||
|
|
||||||
## Access URLs
|
## Access URLs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"date": "2026-02-08",
|
||||||
|
"timestamp": "2026-02-08T09:00:50-05:00",
|
||||||
|
"openclaw": {},
|
||||||
|
"claude_code": {},
|
||||||
|
"os": {},
|
||||||
|
"gateway_restarted": false
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue