From a87fdbefb1c707142421aa7b3f3b63516a3194c7 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:19:00 -0700 Subject: [PATCH 1/2] Rename plugin from temporal-developer to temporal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broaden the plugin name and description to cover the entire Temporal platform lifecycle — CLI, server, and cloud — not just SDK development. Co-Authored-By: Claude Opus 4.6 --- plugins/temporal-developer/.codex-plugin/plugin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/temporal-developer/.codex-plugin/plugin.json b/plugins/temporal-developer/.codex-plugin/plugin.json index 9c592c8..c5d1268 100644 --- a/plugins/temporal-developer/.codex-plugin/plugin.json +++ b/plugins/temporal-developer/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { - "name": "temporal-developer", + "name": "temporal", "version": "0.2.0", - "description": "Comprehensive skill for developing Temporal applications across Python, TypeScript, Go, and Java.", + "description": "Comprehensive skill for the entire Temporal lifecycle — developing applications, using the Temporal CLI, running and managing Temporal Server, and working with Temporal Cloud.", "author": { "name": "Temporal", "url": "https://temporal.io/" @@ -22,9 +22,9 @@ ], "skills": "./skills/", "interface": { - "displayName": "Temporal Developer", - "shortDescription": "Build reliable Temporal workflows, activities, and workers in Python, TypeScript, Go, and Java", - "longDescription": "Comprehensive guidance for developing Temporal applications — creating workflows, activities, and workers; handling signals, queries, and updates; debugging non-determinism errors; implementing saga patterns, versioning strategies, and testing approaches across Python, TypeScript, Go, and Java SDKs.", + "displayName": "Temporal", + "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", "capabilities": [], From 594a3512136c8c821e1b133fd258c98369e787e7 Mon Sep 17 00:00:00 2001 From: Amir Benvenisti <128422269+starfleeth@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:32:35 -0700 Subject: [PATCH 2/2] Update README for plugin rename to temporal Update title, intro, and marketplace dropdown reference. Co-Authored-By: Claude Opus 4.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 110493f..4af9b3e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Temporal Developer Plugin for OpenAI Codex +# Temporal Plugin for OpenAI Codex -This repository provides an [OpenAI Codex plugin](https://developers.openai.com/codex/plugins/build) for developing [Temporal](https://temporal.io/) applications. +This repository provides an [OpenAI Codex plugin](https://developers.openai.com/codex/plugins/build) for working with [Temporal](https://temporal.io/) — developing applications, using the CLI, managing server, and working with Temporal Cloud. > [!WARNING] > This plugin is in Public Preview, and will continue to evolve and improve. @@ -40,7 +40,7 @@ Add the plugin to an existing project so everyone on the repo gets access: rm -rf codex-temporal-plugin ``` -4. Restart Codex and open the plugin directory. In the marketplace dropdown, switch from **OpenAI** to **Temporal Developer**, then click the **+** button to install the plugin. +4. Restart Codex and open the plugin directory. In the marketplace dropdown, switch from **OpenAI** to **Temporal**, then click the **+** button to install the plugin. ## What's Included