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",
|
"source": "api",
|
||||||
"session_percent": 0,
|
"session_percent": 1,
|
||||||
"session_resets": null,
|
"session_resets": "2026-02-17T09:00:00.732912+00:00",
|
||||||
"weekly_percent": 26,
|
"weekly_percent": 27,
|
||||||
"weekly_resets": "2026-02-21T19:00:00.177211+00:00",
|
"weekly_resets": "2026-02-21T18:59:59.732933+00:00",
|
||||||
"sonnet_percent": 7
|
"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.
|
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.
|
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.
|
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
|
## Account Context
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,33 +1,23 @@
|
||||||
{
|
{
|
||||||
"date": "2026-02-16",
|
"date": "2026-02-16",
|
||||||
"timestamp": "2026-02-16T09:00:50-05:00",
|
"timestamp": "2026-02-16T21:00:00-05:00",
|
||||||
"openclaw": {
|
"os_updates": {
|
||||||
"before": "2026.2.14",
|
"status": "up_to_date",
|
||||||
"latest": "2026.2.15",
|
"deferred": 23,
|
||||||
"after": "2026.2.15",
|
"note": "23 packages deferred due to phasing, kernel 6.8.0-100-generic pending reboot"
|
||||||
"updated": true
|
|
||||||
},
|
},
|
||||||
"claude_code": {
|
"claude_code": {
|
||||||
"before": "2.1.42",
|
"previous": "2.1.42",
|
||||||
"latest": "2.1.42",
|
"updated_to": "2.1.44"
|
||||||
"updated": false
|
|
||||||
},
|
},
|
||||||
"os": {
|
"openclaw": {
|
||||||
"available": 2,
|
"status": "up_to_date",
|
||||||
"packages": [
|
"version": "2026.2.15"
|
||||||
{
|
|
||||||
"name": "libexpat1-dev",
|
|
||||||
"from": "2.6.1-2ubuntu0.3",
|
|
||||||
"to": "2.6.1-2ubuntu0.4"
|
|
||||||
},
|
},
|
||||||
{
|
"session_cleanup": {
|
||||||
"name": "libexpat1",
|
"orphaned_files_removed": 230,
|
||||||
"from": "2.6.1-2ubuntu0.3",
|
"run_keys_removed": 10
|
||||||
"to": "2.6.1-2ubuntu0.4"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"updated": true,
|
|
||||||
"reboot_required": true
|
|
||||||
},
|
},
|
||||||
"gateway_restarted": true
|
"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
|
## 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
|
### Dealspace AI (Deal Room)
|
||||||
- 4000K neutral white is the right color temp for the house (not 6500K daylight — too blue)
|
- **Status:** MVP built and running on port 9300 (forge)
|
||||||
- HA bulk operations MUST use K2.5 subagent (rule in AGENTS.md)
|
- Go + templ + HTMX + SQLite + Tailwind, single binary
|
||||||
- Fish Audio Adrian voice = James's voice
|
- Full e2e working: login, dashboard, deals, contacts, audit, analytics, requests
|
||||||
- Wake permission: 8 AM+ ET for genuinely important events (Kaseya, urgent)
|
- Role-based nav (buyer vs seller views)
|
||||||
- mbed tablet unreliable via HA — use Fully REST API directly (192.168.0.186:2323, password 3005)
|
- 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
|
## Upcoming
|
||||||
- Sophia blood draw Tue Feb 17 at 12:00 PM (Health Link, 851 Brightwater Blvd NE, $65)
|
- **Sophia blood draw** — Tue Feb 17 at 12:00 PM, Health Link, 851 Brightwater Blvd NE, $65 (Karina)
|
||||||
- Fix message-center M365 + LLM triage issues
|
- Fix Message Center M365 + LLM triage
|
||||||
- Build persistent TTS service on forge
|
- Build persistent TTS service
|
||||||
- Test xAI/Grok in morning briefing
|
- 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