Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions plugins/temporal-developer/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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": [],
Expand Down