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 .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "temporal-marketplace",
"interface": {
"displayName": "Temporal Developer"
"displayName": "Temporal"
},
"plugins": [
{
"name": "temporal-developer",
"name": "temporal",
"source": {
"source": "local",
"path": "./plugins/temporal-developer"
"path": "./plugins/temporal"
},
"policy": {
"installation": "AVAILABLE",
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Thanks for your interest in contributing to the Temporal Developer skill!
Thanks for your interest in contributing to the Temporal plugin!

## Where to make changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ Install the plugin locally through this repo:
mkdir -p .agents/plugins plugins

# Copy the plugin
cp -r codex-temporal-plugin/plugins/temporal-developer plugins/
cp -r codex-temporal-plugin/plugins/temporal plugins/

# Copy the marketplace catalog
cp codex-temporal-plugin/.agents/plugins/marketplace.json .agents/plugins/
```

> If you already have a `.agents/plugins/marketplace.json`, merge the `temporal-developer` entry from the one in this repo into your existing file's `plugins` array.
> If you already have a `.agents/plugins/marketplace.json`, merge the `temporal` entry from the one in this repo into your existing file's `plugins` array.

3. Optionally, remove the cloned repo:

Expand Down
File renamed without changes.