docs(lasts): scan.ts Header an leere SOURCES anpassen, auf Followup-Playbook verweisen
Some checks are pending
CD Mac Mini / Detect Changes (push) Waiting to run
CD Mac Mini / Deploy (push) Blocked by required conditions
CI / Detect Changes (push) Waiting to run
CI / Validate (push) Waiting to run
CI / Build mana-search (push) Blocked by required conditions
CI / Build mana-sync (push) Blocked by required conditions
CI / Build mana-api-gateway (push) Blocked by required conditions
CI / Build mana-crawler (push) Blocked by required conditions
Docker Validate / Validate Dockerfiles (push) Waiting to run
Docker Validate / Build calendar-web (push) Blocked by required conditions
Docker Validate / Build quotes-web (push) Blocked by required conditions
Docker Validate / Build todo-backend (push) Blocked by required conditions
Docker Validate / Build todo-web (push) Blocked by required conditions
Docker Validate / Build mana-auth (push) Blocked by required conditions
Docker Validate / Build mana-sync (push) Blocked by required conditions
Docker Validate / Build mana-media (push) Blocked by required conditions
Mirror to Forgejo / Push to Forgejo (push) Waiting to run

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) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-05-19 19:49:57 +02:00
parent 7b842cabaf
commit 8b7b56f823

View file

@ -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';