Group clear AI providers under services
Prompts used since the previous commit: - Ik wil ook voor de andere AI-aanbieders regels en mappen onder Diensten.AI; als het niet duidelijk is of ik een dienst als AI beschouw, stel me dan vragen. Special observations: - Moved clear AI providers Claude/Anthropic, Cursor, Mistral, OpenAI, and Perplexity under Diensten.AI. - Left ambiguous services such as Huckr, Canva, Microsoft, and Zapier unchanged pending user classification. - verplaats_log.json remains modified from the user's run and was intentionally not staged.
This commit is contained in:
+6
-4
@@ -26,8 +26,8 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [
|
||||
(["immens.nu"], "Werk.Opdrachten.IMMENS"),
|
||||
(["circle8.nl"], "Werk.Opdrachten.Circle8"),
|
||||
(["getthere.nl"], "Werk.Opdrachten.Get There"),
|
||||
(["huckr.ai"], "Werk.Opdrachten.Huckr"),
|
||||
(["hey.meetjamie.ai", "notifications.meetjamie.ai"], "Diensten.AI.Jamie"),
|
||||
(["huckr.ai"], "Werk.Opdrachten.Huckr"),
|
||||
(["maandag.com"], "Werk.Opdrachten.Maandag"),
|
||||
(["futurexl.nl"], "Werk.Opdrachten.FutureXL"),
|
||||
(["drenthe.nl"], "Werk.Opdrachten.Provincie Drenthe"),
|
||||
@@ -69,11 +69,14 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [
|
||||
(["nordaccount.com"], "Diensten.Beveiliging.Nord"),
|
||||
(["info.expressvpn.com"], "Diensten.Beveiliging.ExpressVPN"),
|
||||
(["email.remarkable.com"], "Diensten.Apparaten.reMarkable"),
|
||||
(["cursor.com"], "Diensten.Software.Cursor"),
|
||||
(["1password.com"], "Diensten.Software.1Password"),
|
||||
(["home.sophos.com", "cleverbridge.com"], "Diensten.Software.Sophos"),
|
||||
(["cogsciapps.com"], "Diensten.Software.CogSci Apps"),
|
||||
(["claude.com", "mail.anthropic.com"], "Diensten.Software.Claude"),
|
||||
(["claude.com", "mail.anthropic.com"], "Diensten.AI.Claude"),
|
||||
(["cursor.com", "mail.cursor.com"], "Diensten.AI.Cursor"),
|
||||
(["mistral.ai", "mistralai.intercom-mail.eu"], "Diensten.AI.Mistral"),
|
||||
(["openai.com", "chatgpt.com", "tm.openai.com"], "Diensten.AI.OpenAI"),
|
||||
(["perplexity.ai"], "Diensten.AI.Perplexity"),
|
||||
(["canva.com", "account.canva.com"], "Diensten.Software.Canva"),
|
||||
(["microsoft.com"], "Diensten.Software.Microsoft"),
|
||||
(["microsoft365.com"], "Diensten.Software.Microsoft Teams"),
|
||||
@@ -82,7 +85,6 @@ DOMAIN_ROUTES: list[tuple[list[str], str]] = [
|
||||
(["mindnode.com"], "Diensten.Software.MindNode"),
|
||||
(["papersapp.com"], "Diensten.Software.Papers"),
|
||||
(["team.kahoot.com"], "Diensten.Software.Kahoot"),
|
||||
(["perplexity.ai"], "Diensten.Software.Perplexity"),
|
||||
(["coursera.org", "email.coursera.org", "m.mail.coursera.org", "m.learn.coursera.org"], "Nieuwsbrieven.Leren.Coursera"),
|
||||
(["technologyreview.com", "fulfillment.technologyreview.com"], "Nieuwsbrieven.Leren.MIT Technology Review"),
|
||||
(["mit.edu"], "Nieuwsbrieven.Leren.MIT Open Learning"),
|
||||
|
||||
Reference in New Issue
Block a user