chore: auto-commit uncommitted changes
This commit is contained in:
parent
65d45db93f
commit
c1e20b9652
Binary file not shown.
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"last_updated": "2026-02-16T23:00:04.202659Z",
|
||||
"last_updated": "2026-02-17T05:00:04.764352Z",
|
||||
"source": "api",
|
||||
"session_percent": 0,
|
||||
"session_resets": null,
|
||||
"weekly_percent": 26,
|
||||
"weekly_resets": "2026-02-21T19:00:00.177211+00:00",
|
||||
"session_percent": 1,
|
||||
"session_resets": "2026-02-17T09:00:00.732912+00:00",
|
||||
"weekly_percent": 27,
|
||||
"weekly_resets": "2026-02-21T18:59:59.732933+00:00",
|
||||
"sonnet_percent": 7
|
||||
}
|
||||
|
|
@ -113,6 +113,7 @@ Skip: marketing images, logos, signatures, spam attachments.
|
|||
3. **Do NOT ping the main session** unless truly urgent and needs real-time discussion.
|
||||
4. **Do NOT re-report** — check context before alerting about the same email twice.
|
||||
5. **Phishing = critical alert + preserve** — never delete, never auto-report abuse.
|
||||
6. **Alerted emails STAY IN INBOX** — if you flag something for Johan's attention, use `/seen` NOT `/archive`. He needs to be able to find and act on it. Only archive messages that truly need no follow-up.
|
||||
|
||||
## Account Context
|
||||
|
||||
|
|
|
|||
|
|
@ -1,33 +1,23 @@
|
|||
{
|
||||
"date": "2026-02-16",
|
||||
"timestamp": "2026-02-16T09:00:50-05:00",
|
||||
"openclaw": {
|
||||
"before": "2026.2.14",
|
||||
"latest": "2026.2.15",
|
||||
"after": "2026.2.15",
|
||||
"updated": true
|
||||
"timestamp": "2026-02-16T21:00:00-05:00",
|
||||
"os_updates": {
|
||||
"status": "up_to_date",
|
||||
"deferred": 23,
|
||||
"note": "23 packages deferred due to phasing, kernel 6.8.0-100-generic pending reboot"
|
||||
},
|
||||
"claude_code": {
|
||||
"before": "2.1.42",
|
||||
"latest": "2.1.42",
|
||||
"updated": false
|
||||
"previous": "2.1.42",
|
||||
"updated_to": "2.1.44"
|
||||
},
|
||||
"os": {
|
||||
"available": 2,
|
||||
"packages": [
|
||||
{
|
||||
"name": "libexpat1-dev",
|
||||
"from": "2.6.1-2ubuntu0.3",
|
||||
"to": "2.6.1-2ubuntu0.4"
|
||||
},
|
||||
{
|
||||
"name": "libexpat1",
|
||||
"from": "2.6.1-2ubuntu0.3",
|
||||
"to": "2.6.1-2ubuntu0.4"
|
||||
}
|
||||
],
|
||||
"updated": true,
|
||||
"reboot_required": true
|
||||
"openclaw": {
|
||||
"status": "up_to_date",
|
||||
"version": "2026.2.15"
|
||||
},
|
||||
"gateway_restarted": true
|
||||
}
|
||||
"session_cleanup": {
|
||||
"orphaned_files_removed": 230,
|
||||
"run_keys_removed": 10
|
||||
},
|
||||
"working_context": "updated",
|
||||
"daily_memory": "already_comprehensive"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,21 +1,48 @@
|
|||
# Working Context (updated 2026-02-16 4:19 PM ET)
|
||||
# Working Context (updated 2026-02-16 9:00 PM ET)
|
||||
|
||||
## Active Projects
|
||||
- **Fish Audio S1 TTS** — Working! Adrian voice (ref id bf322df2096a46f18c579d0baa36f41d), API key d50ba0bcfce34d918f875266272325c7, $5/M UTF-8 bytes pay-as-you-go. Pipeline: Fish API → mp3 → python http server :8199 → media_player.play_media. Need persistent TTS service, store key in Vaultwarden.
|
||||
- **Smart Home Voice** — Vision: contextual voice announcements on tablets. "UPS approaching front door", "dryer finished", Russian for in-laws. Baby steps: office only first, earn trust, expand. Tanya approval needed before expanding beyond office.
|
||||
- **James Dashboard** — Running on port 9200 as dealroom.service. Agent chat still needs testing from Johan's Mac browser.
|
||||
- **xAI/Grok** — Added as gateway provider, first real briefing test pending.
|
||||
- **Message Center** — M365 fetch broken (ErrorInvalidUrlQueryFilter), LLM triage API key invalid (401). Both need fixing.
|
||||
|
||||
## Key Decisions Today
|
||||
- 4000K neutral white is the right color temp for the house (not 6500K daylight — too blue)
|
||||
- HA bulk operations MUST use K2.5 subagent (rule in AGENTS.md)
|
||||
- Fish Audio Adrian voice = James's voice
|
||||
- Wake permission: 8 AM+ ET for genuinely important events (Kaseya, urgent)
|
||||
- mbed tablet unreliable via HA — use Fully REST API directly (192.168.0.186:2323, password 3005)
|
||||
### Dealspace AI (Deal Room)
|
||||
- **Status:** MVP built and running on port 9300 (forge)
|
||||
- Go + templ + HTMX + SQLite + Tailwind, single binary
|
||||
- Full e2e working: login, dashboard, deals, contacts, audit, analytics, requests
|
||||
- Role-based nav (buyer vs seller views)
|
||||
- Pushed to zurich: 3720ed7
|
||||
- **Next:** Johan to review, get Misha/PE feedback, iterate on features
|
||||
- Source: `/home/johan/dev/dealroom/`
|
||||
|
||||
### Fish Audio S1 TTS / Smart Home Voice
|
||||
- Adrian voice working (ref: bf322df2096a46f18c579d0baa36f41d)
|
||||
- Pipeline proven: Fish API → mp3 → http server → media_player on tablets
|
||||
- Office tablet (office1.tbl) reliable; mbed tablet (Fully REST) unreliable
|
||||
- **TODO:** Persistent TTS service on forge, store API key in Vaultwarden
|
||||
- Vision: contextual voice announcements (deliveries, appliances, Russian for in-laws)
|
||||
- Need Tanya approval before expanding beyond office
|
||||
|
||||
### James Dashboard
|
||||
- Running on port 9200 as dealroom.service
|
||||
- Agent chat still needs testing from Johan's Mac browser
|
||||
|
||||
### Message Center — Broken
|
||||
- M365 email fetch: ErrorInvalidUrlQueryFilter (broken since ~2/16 14:58)
|
||||
- LLM triage API key invalid (401)
|
||||
- Both need config fixes
|
||||
|
||||
## Key Context
|
||||
- **House showing prep** worked well today — HA bulk ops via K2.5 subagent (new rule in AGENTS.md)
|
||||
- **4000K** = correct color temp for the house (not 6500K)
|
||||
- **Wake permission:** 8 AM+ ET, genuinely important events only
|
||||
- **Briefings:** Johan prefers X/Twitter as primary news source
|
||||
- **OpenClaw patches:** Two source patches need reapplication after updates (scope preservation + deleted transcript indexing) — see 2026-02-16.md
|
||||
|
||||
## Upcoming
|
||||
- Sophia blood draw Tue Feb 17 at 12:00 PM (Health Link, 851 Brightwater Blvd NE, $65)
|
||||
- Fix message-center M365 + LLM triage issues
|
||||
- Build persistent TTS service on forge
|
||||
- **Sophia blood draw** — Tue Feb 17 at 12:00 PM, Health Link, 851 Brightwater Blvd NE, $65 (Karina)
|
||||
- Fix Message Center M365 + LLM triage
|
||||
- Build persistent TTS service
|
||||
- Test xAI/Grok in morning briefing
|
||||
- Matrix OS — watch only, revisit when mature
|
||||
|
||||
## People
|
||||
- **Misha (Michael Muskepo)** — Johan's son, Dealspace AI co-creator with PE guys
|
||||
- **Tanya (Tatyana)** — Johan's wife, gatekeeper for smart home expansion
|
||||
- **Sophia** — daughter, blood draw tomorrow
|
||||
|
|
|
|||
Loading…
Reference in New Issue