Skip to content

Commit 928fe7e

Browse files
committed
standardize github marketplace distribution
1 parent 591bf14 commit 928fe7e

3 files changed

Lines changed: 27 additions & 14 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "specx-codex-plugin",
3+
"interface": {
4+
"displayName": "SpecX Codex Marketplace"
5+
},
6+
"plugins": [
7+
{
8+
"name": "specx-codex-plugin",
9+
"source": {
10+
"source": "git-subdir",
11+
"url": "https://github.com/BTCNAI/specx-codex-marketplace.git",
12+
"path": "./plugins/specx-codex-plugin",
13+
"ref": "v0.4.0"
14+
},
15+
"policy": {
16+
"installation": "AVAILABLE",
17+
"authentication": "ON_INSTALL"
18+
},
19+
"category": "Productivity"
20+
}
21+
]
22+
}

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# SpecX Codex Plugin
22

3+
Official Codex Plugin Directory publishing is not yet self-serve.
4+
SpecX is currently distributed through a GitHub-backed Codex marketplace.
5+
36
SpecX turns vague agent tasks into governed execution contracts.
47
It enforces required agents, tools, evidence, gates, artifacts, and failure semantics.
58
It prevents fake success, silent fallback, and uncontrolled agent execution.
@@ -8,18 +11,12 @@ SpecX is a governance layer for Codex agents.
811

912
## Install
1013

11-
Install from the marketplace repository:
12-
13-
```bash
14-
codex plugin marketplace add BTCNAI/specx-codex-marketplace
15-
```
16-
17-
Or pin the stable release:
18-
1914
```bash
2015
codex plugin marketplace add https://github.com/BTCNAI/specx-codex-marketplace.git --ref v0.4.0
2116
```
2217

18+
The official Codex directory will be used after OpenAI opens self-serve publishing.
19+
2320
## What It Provides
2421

2522
- Contract-first workflow definition.

docs/quickstart.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ SpecX is a governance layer for Codex agents.
44

55
## Install
66

7-
```bash
8-
codex plugin marketplace add BTCNAI/specx-codex-marketplace
9-
```
10-
11-
Pinned install:
12-
137
```bash
148
codex plugin marketplace add https://github.com/BTCNAI/specx-codex-marketplace.git --ref v0.4.0
159
```

0 commit comments

Comments
 (0)