From 51690a38a128f335ff815dd177572137ef503d62 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:26:23 -0500 Subject: [PATCH] Add privacy policy and terms of service URLs to plugin config Co-Authored-By: Claude Opus 4.6 --- plugins/temporal-developer/.codex-plugin/plugin.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/temporal-developer/.codex-plugin/plugin.json b/plugins/temporal-developer/.codex-plugin/plugin.json index c5d1268..32f89c2 100644 --- a/plugins/temporal-developer/.codex-plugin/plugin.json +++ b/plugins/temporal-developer/.codex-plugin/plugin.json @@ -32,6 +32,8 @@ "defaultPrompt": ["Create a workflow using Temporal."], "composerIcon": "./assets/temporal-logo.svg", "logo": "./assets/temporal-logo.svg", - "screenshots": [] + "screenshots": [], + "privacyPolicyURL": "https://temporal.io/global-privacy-policy", + "termsOfServiceURL": "https://temporal.io/terms-of-service" } }