feat(tasks): add LAN service expansion follow-ups
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user