101 lines
4.6 KiB
Markdown
101 lines
4.6 KiB
Markdown
# Daily Notes — 2026-03-17 (Tuesday)
|
||
|
||
## Overview
|
||
Heavy infrastructure day. Email pipeline fixed, Mira Discord bot brought online, DNSSEC done for .nl domains, George session bloat resolved, new Hugo agent workspace created for DJ Rosie PR.
|
||
|
||
---
|
||
|
||
## Morning (~1–4 AM)
|
||
|
||
### Email Pipeline Fixed
|
||
- Removed all Kaseya-specific routing rules from `memory/email-triage.md` and `config/email-triage-prompt.md` — Johan no longer at Kaseya context applies
|
||
- Fixed OC webhook hook: added `agentId: "mail"` so `/hooks/messages` fires to mail agent
|
||
- 67-message backlog triaged by subagent at ~1:48 AM
|
||
- Notable: Health Link invoice #000061 ($216.90, Sophia blood draw) flagged — resent 3×, still unactioned
|
||
- Phishing email (German, befriendsonline.net) preserved in inbox
|
||
|
||
### Tech News
|
||
- NVIDIA GTC 2026: Vera Rubin chips (7 new chips, 35x inference/watt vs Hopper), DGX Station GB300 with 748GB unified memory
|
||
- MiniMax M2 open-sourced — 8% of Sonnet price, 2x speed, agent-optimized
|
||
- OpenAI Pentagon deal: models for ~3M DOD employees
|
||
|
||
---
|
||
|
||
## Late Morning (~11 AM–12 PM)
|
||
|
||
### ChromeDebug Mac App
|
||
- Johan asked for one-click Chrome debug launcher on Mac
|
||
- Created `~/Applications/ChromeDebug.app` (compiled AppleScript, 584K, codesigned)
|
||
- Updated `chrome-debug` alias: removed `--user-data-dir` flag so it uses Johan's real Chrome profile
|
||
- Had to work around `osacompile` SSH limitations — ended up building manually then recompiling on the Mac itself
|
||
|
||
### Mira Discord Bot (vault1984 guild)
|
||
- Bot was showing offline — gateway intent error 4014 (missing privileged intents)
|
||
- Required enabling Message Content + Server Members intents in Discord dev portal
|
||
- Johan did this manually (needed browser access to dev portal)
|
||
- Mira came online after gateway restart ~12:10 PM
|
||
- OC log was at max file size cap — suppressed writes, had to debug blind
|
||
|
||
---
|
||
|
||
## Afternoon (~1–5 PM)
|
||
|
||
### George Session Bloat
|
||
- George (vault1984 writer agent) hitting "overloaded" API errors ~1:20–1:30 PM
|
||
- Root cause: His session grew to 4.3MB / 701 messages (months of context)
|
||
- Fixed: cleared `agent:george:main` from sessions.json, both channel pointers updated to clean files
|
||
- Errors were also partly genuine Anthropic API overload during heavy gateway work period
|
||
- George responding normally after fix
|
||
|
||
### DNSSEC — zavtra/busel/muskepo .nl
|
||
- Johan asked to enable DNSSEC on 3 Cloudflare .nl domains
|
||
- Cloudflare DNSSEC enabled → DS records generated
|
||
- OpenProvider API (PUT /domains/{id}) returned code 0 but didn't actually save DS records — tried 4 different payload formats, all silently failed
|
||
- Escalated to Johan: manual entry required at cp.openprovider.eu
|
||
- Key for all 3: ECDSA P-256, key type 257, same public key (same CF account)
|
||
- Johan entered DS records manually ~7 PM
|
||
|
||
### Cross-Bot Communication (vault1984 guild)
|
||
- Added `allowBots: true` to Discord config
|
||
- Added all bot IDs to per-guild users allowlist (default, george, iaso, mira accounts)
|
||
- Had to remove invalid `adminUsers` key (not in OC schema) that caused config validation failure
|
||
|
||
### AI News Briefing (~3 PM)
|
||
- MiniMax M2 open-sourced (same as M2.5 we have on Fireworks, now free)
|
||
- GPT-5.4 mini ($0.75/$4.50/M tokens) and nano ($0.20/$1.25/M, API-only) dropped
|
||
- Cloudflare AI Security for Apps went GA
|
||
- Alibaba investing in competing Chinese AI labs (portfolio hedging for cloud compute)
|
||
|
||
---
|
||
|
||
## Evening (~7–9 PM)
|
||
|
||
### DNSSEC Confirmed Active ✅
|
||
- All three .nl domains confirmed active at SIDN registry ~7:20 PM
|
||
- `dig DS` shows valid DS records for zavtra.nl, busel.nl, muskepo.nl
|
||
|
||
### Hugo Agent (DJ Rosie PR Manager) — STARTED, NOT COMPLETED
|
||
- Johan asked to create a new Discord bot agent for his daughter DJ Rozemarijn Jongsma (DJ Rosie)
|
||
- Concept: PR and artist management agent named **Hugo**
|
||
- Workspace created: `/home/johan/hugo/` with SOUL.md written
|
||
- Bot name discussion: started as "Rosie" → "DJ Rosie" → clarified it's a PR agent for the artist → named **Hugo**
|
||
- **BLOCKED at 9 PM**: Waiting for Johan to create Discord app and provide bot token
|
||
- Chrome debug wasn't running on Mac at time of session end
|
||
|
||
---
|
||
|
||
## Infrastructure Health (End of Day)
|
||
- MC: Healthy
|
||
- OC: Running, all agents active
|
||
- Disk: 56% (197G free)
|
||
- George: Clean fresh session
|
||
- Failed systemd units: only `xdg-desktop-portal*.service` (headless Ubuntu, harmless)
|
||
|
||
---
|
||
|
||
## Pending/TODOs for Tomorrow
|
||
- [ ] Hugo bot: Johan provides Discord token → wire up OC config
|
||
- [ ] Health Link invoice #000061 ($216.90) — needs action
|
||
- [ ] Git push backlog: inou (10 uncommitted), clawd (9), dealspace (6 — ask first), james-dashboard (4), vault1984 (3)
|
||
- [ ] inou DICOM VR validation bug still unaddressed
|