From dfbba26ecd16bf2ffce2b587f795344b1a20b0a3 Mon Sep 17 00:00:00 2001 From: Hans Wienen Date: Sat, 4 Jul 2026 18:45:39 +0200 Subject: [PATCH] Route Jamie under AI services Prompts used since the previous commit: - Jamie moet niet bij werk, maar bij Diensten.AI Special observations: - Updated both DOMAIN_ROUTES and mailinglist_routes.json because mailing-list routing takes precedence over domain fallback routing. - verplaats_log.json remains modified from the user's run and was intentionally not staged. --- mail_routes.py | 2 +- mailinglist_routes.json | 2 +- restart_prompt.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail_routes.py b/mail_routes.py index e691089..276b58c 100644 --- a/mail_routes.py +++ b/mail_routes.py @@ -27,7 +27,7 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [ (["circle8.nl"], "Werk.Opdrachten.Circle8"), (["getthere.nl"], "Werk.Opdrachten.Get There"), (["huckr.ai"], "Werk.Opdrachten.Huckr"), - (["hey.meetjamie.ai", "notifications.meetjamie.ai"], "Werk.Opdrachten.Jamie"), + (["hey.meetjamie.ai", "notifications.meetjamie.ai"], "Diensten.AI.Jamie"), (["maandag.com"], "Werk.Opdrachten.Maandag"), (["futurexl.nl"], "Werk.Opdrachten.FutureXL"), (["drenthe.nl"], "Werk.Opdrachten.Provincie Drenthe"), diff --git a/mailinglist_routes.json b/mailinglist_routes.json index 27a005b..4828e38 100644 --- a/mailinglist_routes.json +++ b/mailinglist_routes.json @@ -188,7 +188,7 @@ }, { "action": "keep", - "mailbox": "Werk.Opdrachten.Jamie", + "mailbox": "Diensten.AI.Jamie", "domains": ["hey.meetjamie.ai"], "source_decision_keys": ["hey.meetjamie.ai"] }, diff --git a/restart_prompt.md b/restart_prompt.md index 542f67b..497bbe2 100644 --- a/restart_prompt.md +++ b/restart_prompt.md @@ -75,7 +75,7 @@ Current INBOX candidate domain routing additions: - `kvk.nl` routes to `Administratie.KvK`. - `godaddy.com`, `cloud86.io`, and `cloud86.zendesk.com` route under `Diensten.Hosting`. - `mail.anthropic.com`, `canva.com`, `account.canva.com`, `microsoft.com`, `market.envato.com`, `email.remarkable.com`, `nordaccount.com`, and `info.expressvpn.com` route under `Diensten`. -- `maandag.com` and `notifications.meetjamie.ai` route under `Werk.Opdrachten`. +- `maandag.com` routes under `Werk.Opdrachten`; Jamie domains route to `Diensten.AI.Jamie`. - `tasks.clickup.com`, `gemeenteprojecten.talent-pool.com`, and `engage.istockphoto.com` route under `Afmelden`. - `n26.com`, `update.bunq.com`, and `hello.bunq.com` route under `Financieel.Bank`. - `notify.orcid.org` routes to `Nieuwsbrieven.Leren.ORCID`.