From 3611f6090e3c0e3620e9e3ceabe734accc373bc4 Mon Sep 17 00:00:00 2001 From: zap Date: Wed, 11 Mar 2026 19:15:38 +0000 Subject: [PATCH] feat(tasks): add tool wishlist follow-ups --- memory/2026-03-11.md | 8 ++++ memory/projects.md | 7 ++++ memory/tasks.json | 87 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 102 insertions(+) diff --git a/memory/2026-03-11.md b/memory/2026-03-11.md index f6c27eb..b9a1785 100644 --- a/memory/2026-03-11.md +++ b/memory/2026-03-11.md @@ -47,6 +47,14 @@ - email/inbox access - broader personal document/search corpus - more homelab observability/status endpoints +- Added broader tool wishlist TODOs too: + - stronger GitHub tooling + - Google Workspace access + - local OCR / PDF extraction + - notes-system connector + - carefully scoped secret-manager integration + - Home Assistant / smart-home integration + - structured data connectors where useful - Reflected the same direction in `memory/projects.md` under a new `Local service expansion` entry. ## Follow-up intent diff --git a/memory/projects.md b/memory/projects.md index 1e0372c..bce5ff3 100644 --- a/memory/projects.md +++ b/memory/projects.md @@ -43,6 +43,13 @@ Lightweight registry of active multi-session work. - email/inbox access - broader personal document/search corpus - more homelab observability/status endpoints + - stronger GitHub tooling + - Google Workspace access + - local OCR / PDF extraction + - notes-system connector + - carefully scoped secret-manager integration + - Home Assistant / smart-home integration + - structured data connectors where useful - Related memory: - `memory/tasks.json` diff --git a/memory/tasks.json b/memory/tasks.json index f831035..5b37eac 100644 --- a/memory/tasks.json +++ b/memory/tasks.json @@ -116,5 +116,92 @@ "notes": [ "Added from LAN-services gap review on 2026-03-11." ] + }, + { + "id": "task-20260311-1914-github-tooling", + "created_at": "2026-03-11T19:14:00Z", + "title": "Add stronger GitHub tooling (MCP or improved gh workflow helper)", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Improve structured GitHub operations beyond the current baseline by adding a reliable GitHub MCP/server or a stronger helper workflow around gh.", + "notes": [ + "Added from tool wishlist on 2026-03-11.", + "Nice-to-have rather than urgent because gh already covers a lot." + ] + }, + { + "id": "task-20260311-1914-google-workspace-access", + "created_at": "2026-03-11T19:14:00Z", + "title": "Add Google Workspace access (Calendar/Drive/Docs/Gmail as appropriate)", + "owner": "zap", + "priority": "medium", + "status": "open", + "details": "Connect Google Workspace services where useful so zap can work with calendar, docs, drive, and/or gmail more directly.", + "notes": [ + "Added from tool wishlist on 2026-03-11.", + "Some overlap with calendar/email tasks; this is the broader suite-level follow-up." + ] + }, + { + "id": "task-20260311-1914-ocr-pdf-extraction", + "created_at": "2026-03-11T19:14:00Z", + "title": "Add local OCR / PDF extraction capability", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Set up a local OCR or PDF extraction path so zap can better process scanned docs, screenshots, and mixed-content PDFs.", + "notes": [ + "Added from tool wishlist on 2026-03-11." + ] + }, + { + "id": "task-20260311-1914-notes-connector", + "created_at": "2026-03-11T19:14:00Z", + "title": "Add notes-system connector (for example Obsidian or vault search)", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Connect an external notes system or searchable vault so important material outside this workspace is easier to access and reuse.", + "notes": [ + "Added from tool wishlist on 2026-03-11." + ] + }, + { + "id": "task-20260311-1914-secret-manager-integration", + "created_at": "2026-03-11T19:14:00Z", + "title": "Evaluate password-manager / secret lookup integration", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Evaluate whether a minimal, safe secret lookup integration would be useful for ops workflows without creating too much trust or exposure risk.", + "notes": [ + "Added from tool wishlist on 2026-03-11.", + "High trust/safety surface; should be approached cautiously." + ] + }, + { + "id": "task-20260311-1914-home-assistant-integration", + "created_at": "2026-03-11T19:14:00Z", + "title": "Evaluate Home Assistant / smart-home integration", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Evaluate whether Home Assistant or similar smart-home integration would add enough real utility to justify the additional complexity.", + "notes": [ + "Added from tool wishlist on 2026-03-11." + ] + }, + { + "id": "task-20260311-1914-structured-data-connectors", + "created_at": "2026-03-11T19:14:00Z", + "title": "Evaluate structured data connectors (database/browser MCPs for regular local data)", + "owner": "zap", + "priority": "low", + "status": "open", + "details": "Evaluate whether database-oriented or structured-data MCPs would be useful for regular local data access patterns.", + "notes": [ + "Added from tool wishlist on 2026-03-11." + ] } ]