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 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": [],