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
2 changes: 1 addition & 1 deletion plugins/temporal/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temporal",
"version": "0.11.0",
"version": "0.12.0",
"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",
Expand Down
8 changes: 6 additions & 2 deletions plugins/temporal/skills/temporal-cloud-setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Set up Temporal Cloud and run a sample Workflow on it for the user,
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.9.6
version: 0.9.9
disable-model-invocation: true
---

Expand Down Expand Up @@ -806,4 +806,8 @@ On `status=error`, map the `error_code` via **`references/failure-handling.md`**

Release-test marker 2026-08-24 mixed plugin-release.

<!-- SYNC-PROBE-20260825-r3 cloud-setup SKILL.md -->
<!-- SYNC-PROBE-20260825-r3 cloud-setup SKILL.md -->

<!-- SYNC-PROBE-20260825-r6 cloud-setup SKILL.md -->

<!-- SYNC-PROBE-20260825-r8 cloud-setup SKILL.md -->
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SYNC-PROBE-20260825-r3 cloud-setup references
SYNC-PROBE-20260825-r6 cloud-setup references
SYNC-PROBE-20260825-r8 cloud-setup references
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SYNC-PROBE-20260825-r3 cloud-setup scripts
SYNC-PROBE-20260825-r6 cloud-setup scripts
SYNC-PROBE-20260825-r8 cloud-setup scripts
2 changes: 1 addition & 1 deletion plugins/temporal/skills/temporal-developer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Develop, debug, and manage Temporal applications across Python, Typ
user mentions "run a Temporal workflow from the CLI", "start a dev server", "run
temporal server start-dev", "temporal workflow start", "temporal workflow execute",
"temporal workflow signal", "temporal workflow query", "temporal workflow update".
version: 0.8.0
version: 0.7.6
---

# Skill: temporal-developer
Expand Down
2 changes: 1 addition & 1 deletion plugins/temporal/skills/temporal-ops/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: 'Administer and diagnose running Temporal Cloud or self-hosted Temp
performance bottlenecks, missed schedules. Do NOT trigger for generic TLS/gRPC errors
unrelated to Temporal, writing application code (temporal-developer), or worker
tuning/sizing (temporal-workertuning).'
version: 0.7.2
version: 0.7.1
---

# Skill: temporal-ops
Expand Down
8 changes: 6 additions & 2 deletions plugins/temporal/skills/temporal-serverless/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'Deploy and operate Temporal Workers on serverless compute (AWS Lam
worker", "Temporal serverless", "Worker Controller Instance", "WCI", "deploy Temporal
worker on Lambda", "Lambda packaging", "Lambda timeout", "WCI inspection", "CloudFormation
Temporal".'
version: 0.5.0
version: 0.10.0
---

# Skill: temporal-serverless
Expand Down Expand Up @@ -236,4 +236,8 @@ Most questions need 2–3 reference files.

Release-test marker 2026-08-24 mixed plugin-release.

<!-- SYNC-PROBE-20260825-r3 serverless SKILL.md -->
<!-- SYNC-PROBE-20260825-r3 serverless SKILL.md -->

<!-- SYNC-PROBE-20260825-r6 serverless SKILL.md -->

<!-- SYNC-PROBE-20260825-r8 serverless SKILL.md -->
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SYNC-PROBE-20260825-r3 serverless assets
SYNC-PROBE-20260825-r6 serverless assets
SYNC-PROBE-20260825-r8 serverless assets
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SYNC-PROBE-20260825-r3 serverless references
SYNC-PROBE-20260825-r6 serverless references
SYNC-PROBE-20260825-r8 serverless references
Loading