Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.28 KB

File metadata and controls

35 lines (22 loc) · 1.28 KB

Contributing

Thanks for your interest in contributing to the Temporal plugin!

Where to make changes

Skill content (the skill definition and reference files) is maintained in the canonical upstream repo: temporalio/skill-temporal-developer. Changes to skill content should be made there, not in this plugin repo.

This repo (codex-temporal-plugin) packages that content for distribution via the OpenAI Codex plugin marketplace. Changes here should be limited to plugin configuration, marketplace metadata, and Codex-specific adaptations.

Making a PR

Skill content (references, SKILL.md)

  1. Fork or clone temporalio/skill-temporal-developer
  2. Create a feature branch from main
  3. Make your changes
  4. Open a PR targeting main

Plugin configuration (marketplace.json, docs)

  1. Fork or clone this repo
  2. Create a feature branch from main
  3. Make your changes
  4. Open a PR targeting main

What to contribute

  • Fix incorrect code examples or outdated API usage
  • Improve clarity of explanations
  • Add coverage for missing SDK features

Questions?

Open an issue on the skill-temporal-developer repo.