From 6aae1e51e31fb601266973b417ec11ecd31edd2b Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:45:01 -0700 Subject: [PATCH 1/2] Fix Codex plugin metadata validation errors --- plugins/temporal/.codex-plugin/plugin.json | 2 +- plugins/temporal/skills/temporal-cloud-setup/SKILL.md | 1 - .../temporal/skills/temporal-cloud-setup/agents/openai.yaml | 4 ++++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/temporal/.codex-plugin/plugin.json b/plugins/temporal/.codex-plugin/plugin.json index ea5cb5b..68e239e 100644 --- a/plugins/temporal/.codex-plugin/plugin.json +++ b/plugins/temporal/.codex-plugin/plugin.json @@ -26,7 +26,7 @@ "shortDescription": "Develop, run, and manage Temporal applications across the entire platform lifecycle", "longDescription": "Comprehensive guidance for working with Temporal — developing workflows, activities, and workers across Python, TypeScript, Go, and Java SDKs; using the Temporal CLI for local development and operations; running and managing self-hosted Temporal Server; and working with Temporal Cloud for production deployments.", "developerName": "Temporal", - "category": "Coding", + "category": "Developer Tools", "capabilities": [], "websiteURL": "https://temporal.io/", "defaultPrompt": [ diff --git a/plugins/temporal/skills/temporal-cloud-setup/SKILL.md b/plugins/temporal/skills/temporal-cloud-setup/SKILL.md index 0ce68e7..3b1b5c8 100644 --- a/plugins/temporal/skills/temporal-cloud-setup/SKILL.md +++ b/plugins/temporal/skills/temporal-cloud-setup/SKILL.md @@ -2,7 +2,6 @@ name: temporal-cloud-setup description: Set up Temporal Cloud and run a sample Workflow on it for the user, doing the work end to end. Use when the user wants to set up Temporal Cloud, get started on Temporal Cloud, install the unified Temporal CLI (prerelease cloud-cli), create a Cloud namespace or API key, clone a money-transfer sample app, write the client config TOML, or connect a local Worker to Temporal Cloud and run a sample Workflow. This is the Cloud setup path, not the local learning path (see temporal-getting-started). Covers Python, TypeScript, Go, Java, .NET, and Ruby SDKs. version: 0.7.0 -disable-model-invocation: true --- # Temporal Cloud Setup diff --git a/plugins/temporal/skills/temporal-cloud-setup/agents/openai.yaml b/plugins/temporal/skills/temporal-cloud-setup/agents/openai.yaml index da170e0..e0c8aa6 100644 --- a/plugins/temporal/skills/temporal-cloud-setup/agents/openai.yaml +++ b/plugins/temporal/skills/temporal-cloud-setup/agents/openai.yaml @@ -1,2 +1,6 @@ +interface: + display_name: "Temporal Cloud Setup" + short_description: "Set up Temporal Cloud and run a sample Workflow" + policy: allow_implicit_invocation: false \ No newline at end of file From 4022abdd6df6b74807c98dc231af68cfe7624604 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:23:08 -0700 Subject: [PATCH 2/2] Restore disable-model-invocation in SKILL.md --- plugins/temporal/skills/temporal-cloud-setup/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/temporal/skills/temporal-cloud-setup/SKILL.md b/plugins/temporal/skills/temporal-cloud-setup/SKILL.md index 3b1b5c8..0ce68e7 100644 --- a/plugins/temporal/skills/temporal-cloud-setup/SKILL.md +++ b/plugins/temporal/skills/temporal-cloud-setup/SKILL.md @@ -2,6 +2,7 @@ name: temporal-cloud-setup description: Set up Temporal Cloud and run a sample Workflow on it for the user, doing the work end to end. Use when the user wants to set up Temporal Cloud, get started on Temporal Cloud, install the unified Temporal CLI (prerelease cloud-cli), create a Cloud namespace or API key, clone a money-transfer sample app, write the client config TOML, or connect a local Worker to Temporal Cloud and run a sample Workflow. This is the Cloud setup path, not the local learning path (see temporal-getting-started). Covers Python, TypeScript, Go, Java, .NET, and Ruby SDKs. version: 0.7.0 +disable-model-invocation: true --- # Temporal Cloud Setup