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/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