initial commit

This commit is contained in:
2026-01-08 19:16:32 +00:00
commit d89aedd5af
121 changed files with 8509 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"schema": 1,
"generated_at": 1736217620,
"winner": {
"id": "quiet-000",
"type": "ALL_QUIET",
"title": "All Quiet",
"subtitle": "No urgent updates",
"priority": 0.05,
"ttl_sec": 300
},
"debug": {
"reason": "no_candidates",
"source": "engine"
}
}

View File

@@ -0,0 +1 @@
{"schema":1,"generated_at":1767716400,"feed":[{"id":"demo:welcome","type":"INFO","title":"Glass Now online","subtitle":"Connected to iPhone","priority":0.8,"ttl_sec":86400,"bucket":"RIGHT_NOW","actions":["DISMISS"]},{"id":"demo:next","type":"INFO","title":"Next: Calendar","subtitle":"Then Weather + POI","priority":0.4,"ttl_sec":86400,"bucket":"FYI","actions":["DISMISS"]},{"id":"music:now:demo","type":"NOW_PLAYING","title":"Midnight City","subtitle":"M83 • Hurry Up, We're Dreaming","priority":0.35,"ttl_sec":30,"bucket":"FYI","actions":["DISMISS"]}],"meta":{"winner_id":"demo:welcome","unread_count":3}}

View File

@@ -0,0 +1,16 @@
{
"schema": 1,
"generated_at": 1736217615,
"winner": {
"id": "poi-park-003",
"type": "POI_NEARBY",
"title": "Riverside Park",
"subtitle": "2 min walk, open now",
"priority": 0.45,
"ttl_sec": 1200
},
"debug": {
"reason": "nearby_poi",
"source": "local_search"
}
}

View File

@@ -0,0 +1,16 @@
{
"schema": 1,
"generated_at": 1736217610,
"winner": {
"id": "transit-005",
"type": "TRANSIT",
"title": "Train 4 Arrival",
"subtitle": "Platform 2 in 6 min",
"priority": 0.7,
"ttl_sec": 600
},
"debug": {
"reason": "upcoming_departure",
"source": "gtfs"
}
}

View File

@@ -0,0 +1,16 @@
{
"schema": 1,
"generated_at": 1736217600,
"winner": {
"id": "alert-rain-001",
"type": "WEATHER_ALERT",
"title": "Rain Soon",
"subtitle": "Light rain in 20 min",
"priority": 0.92,
"ttl_sec": 900
},
"debug": {
"reason": "incoming_precip",
"source": "weatherkit"
}
}

View File

@@ -0,0 +1,16 @@
{
"schema": 1,
"generated_at": 1736217605,
"winner": {
"id": "warn-wind-002",
"type": "WEATHER_WARNING",
"title": "High Wind",
"subtitle": "Gusts up to 35 mph",
"priority": 0.78,
"ttl_sec": 1800
},
"debug": {
"reason": "wind_advisory",
"source": "noaa"
}
}