From 0f33027354fef606c1caa76667453bcd628e826c Mon Sep 17 00:00:00 2001 From: zap Date: Wed, 11 Mar 2026 19:09:18 +0000 Subject: [PATCH] feat(tasks): add LAN service expansion follow-ups --- memory/2026-03-11.md | 8 ++++++++ memory/projects.md | 13 ++++++++++++ memory/tasks.json | 49 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+) diff --git a/memory/2026-03-11.md b/memory/2026-03-11.md index 433161e..f6c27eb 100644 --- a/memory/2026-03-11.md +++ b/memory/2026-03-11.md @@ -41,6 +41,14 @@ - Added `memory/tasks.md` as a human-readable guide for the structured task system in `memory/tasks.json`. - Strengthened the explicit `remember this` rule so future sessions know to persist, promote, and route remembered items appropriately. +## LAN/local capability follow-ups +- Added TODO tasks for the main remaining capability gaps: + - calendar access/backend + - email/inbox access + - broader personal document/search corpus + - more homelab observability/status endpoints +- Reflected the same direction in `memory/projects.md` under a new `Local service expansion` entry. + ## Follow-up intent - Be more disciplined about using the daily note as the default inbox and promoting only durable truths into `MEMORY.md`. - Avoid adding new one-off memory files unless the topic is truly long-lived. diff --git a/memory/projects.md b/memory/projects.md index 3987235..1e0372c 100644 --- a/memory/projects.md +++ b/memory/projects.md @@ -30,8 +30,21 @@ Lightweight registry of active multi-session work. - direction chosen on 2026-03-10 - no calendar backend configured yet - next decision depends on which calendar backend Will actually uses + - follow-up task added on 2026-03-11 to set up calendar access/backend - Related memory: - `memory/2026-03-10.md` + - `memory/tasks.json` + +### Local service expansion +- Status: watch +- Goal: gradually fill the most useful remaining LAN/local capability gaps without adding junk infra +- Candidate additions: + - calendar access/backend + - email/inbox access + - broader personal document/search corpus + - more homelab observability/status endpoints +- Related memory: + - `memory/tasks.json` ### Flynn council pipeline - Status: active diff --git a/memory/tasks.json b/memory/tasks.json index 69f3375..f831035 100644 --- a/memory/tasks.json +++ b/memory/tasks.json @@ -67,5 +67,54 @@ "Flynn codebase: ~/flynn/src/councils/ — orchestrator exists, unit tests pass (mocked), never run against real models.", "Estimated effort: 1-2 focused sessions." ] + }, + { + "id": "task-20260311-1908-calendar-access", + "created_at": "2026-03-11T19:08:00Z", + "title": "Add calendar access/backend for proactive scheduling help", + "owner": "zap", + "priority": "medium", + "status": "open", + "details": "Set up or connect a calendar backend so zap can provide stronger calendar-aware assistance, daily briefs, and schedule checks.", + "notes": [ + "Added from LAN-services gap review on 2026-03-11.", + "Biggest functional gap identified at the time." + ] + }, + { + "id": "task-20260311-1908-email-access", + "created_at": "2026-03-11T19:08:00Z", + "title": "Add email/inbox access for triage and briefing", + "owner": "zap", + "priority": "medium", + "status": "open", + "details": "Set up access to a mail/inbox workflow so zap can help with triage, summaries, and urgent-message detection.", + "notes": [ + "Added from LAN-services gap review on 2026-03-11." + ] + }, + { + "id": "task-20260311-1908-doc-search-corpus", + "created_at": "2026-03-11T19:08:00Z", + "title": "Add broader personal document/search corpus", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Expose a broader searchable corpus beyond the workspace memory so zap can search personal docs, notes, or repos more effectively.", + "notes": [ + "Added from LAN-services gap review on 2026-03-11." + ] + }, + { + "id": "task-20260311-1908-homelab-observability", + "created_at": "2026-03-11T19:08:00Z", + "title": "Add more homelab observability/status endpoints", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Add additional LAN-accessible status or observability endpoints so zap can do more homelab health monitoring without extra shell work.", + "notes": [ + "Added from LAN-services gap review on 2026-03-11." + ] } ]