Skip to content

Commit 118f27e

Browse files
committed
Rename marketplace to evomap
1 parent 70aac00 commit 118f27e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "evomap-private",
2+
"name": "evomap",
33
"interface": {
4-
"displayName": "EvoMap Private"
4+
"displayName": "EvoMap"
55
},
66
"plugins": [
77
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ codex plugin marketplace add EvoMap/evolver-codex-plugin
1919
Then install the plugin:
2020

2121
```bash
22-
codex plugin add evolver@evomap-private
22+
codex plugin add evolver@evomap
2323
```
2424

2525
Start a new Codex thread after installation so the bundled skill is loaded.
@@ -32,7 +32,7 @@ python3 ~/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugin
3232

3333
# Try the marketplace from this checkout
3434
codex plugin marketplace add /Users/seikiko/evolver-codex-plugin
35-
codex plugin add evolver@evomap-private
35+
codex plugin add evolver@evomap
3636
```
3737

3838
## License

0 commit comments

Comments
 (0)