From 8b7b56f82331775a4c8093de5e8bdda16669abc6 Mon Sep 17 00:00:00 2001 From: Till JS Date: Tue, 19 May 2026 19:49:57 +0200 Subject: [PATCH] docs(lasts): scan.ts Header an leere SOURCES anpassen, auf Followup-Playbook verweisen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nach places-Lift hat scan.ts SOURCES=[]. Der alte Header behauptete "M3 ships only places source" — das war historisch korrekt, ist aber seit dem places-Decommission irreführend. Jetzt klar dokumentiert: Inbox bleibt leer bis habits/contacts-Source kommt; manuelles create_last via UI/Tool funktioniert weiter. Plan-Doc: mana/docs/playbooks/MANAGARTEN_LIFTS_FOLLOWUPS.md @ 9e7046f. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../web/src/lib/modules/lasts/inference/scan.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/mana/apps/web/src/lib/modules/lasts/inference/scan.ts b/apps/mana/apps/web/src/lib/modules/lasts/inference/scan.ts index 755e22118..862eb851d 100644 --- a/apps/mana/apps/web/src/lib/modules/lasts/inference/scan.ts +++ b/apps/mana/apps/web/src/lib/modules/lasts/inference/scan.ts @@ -10,9 +10,16 @@ * Surviving candidates are written as new `suspected` lasts with the * `inferredFrom` provenance set, ready for the Inbox view. * - * M3 ships only the `places` source. `habits` and `contacts` follow in - * M3.b once those modules expose direct frequency signals (HabitLog - * timestamps without a timeBlocks join, Contact.lastInteractionAt). + * 2026-05-19: `places`-Source mit dem places-Modul dekommissioniert + * (viadocu trägt jetzt allein, hat aber keine Visit-Counter pro Place). + * `SOURCES` ist absichtlich leer — die Inbox bleibt leer bis eine neue + * Source registriert wird. Manuelles `create_last`/`confirm_last` via + * Tool oder UI funktioniert unverändert. + * + * Nächste-Schritte-Kandidaten: habits (HabitLog-Timestamps → "Habit + * lange nicht mehr geloggt"), contacts (Contact.lastInteractionAt → + * "Person lange nicht mehr getroffen"). Plan in + * mana/docs/playbooks/MANAGARTEN_LIFTS_FOLLOWUPS.md. */ import { db } from '$lib/data/database';