feat: add reminder source (#126)

This commit is contained in:
2026-06-14 00:05:19 +01:00
committed by GitHub
parent 38b21a1aa4
commit efd7537008
23 changed files with 4047 additions and 6 deletions

View File

@@ -55,6 +55,7 @@
"@freya/source-google-calendar": "workspace:*",
"@freya/source-google-maps": "workspace:*",
"@freya/source-location": "workspace:*",
"@freya/source-reminders": "workspace:*",
"@freya/source-tfl": "workspace:*",
"@freya/source-weatherkit": "workspace:*",
"@freya/source-web-search": "workspace:*",
@@ -218,6 +219,19 @@
"@modelcontextprotocol/sdk": "^1.27.1",
},
},
"packages/freya-source-reminders": {
"name": "@freya/source-reminders",
"version": "0.0.0",
"dependencies": {
"@freya/components": "workspace:*",
"@freya/core": "workspace:*",
"arktype": "^2.1.0",
},
"peerDependencies": {
"@json-render/core": "*",
"@nym.sh/jrx": "*",
},
},
"packages/freya-source-tfl": {
"name": "@freya/source-tfl",
"version": "0.0.0",
@@ -685,6 +699,8 @@
"@freya/source-location": ["@freya/source-location@workspace:packages/freya-source-location"],
"@freya/source-reminders": ["@freya/source-reminders@workspace:packages/freya-source-reminders"],
"@freya/source-tfl": ["@freya/source-tfl@workspace:packages/freya-source-tfl"],
"@freya/source-weatherkit": ["@freya/source-weatherkit@workspace:packages/freya-source-weatherkit"],