Skip to content

Commit 6226ee5

Browse files
committed
Update GitHub owner to EvanAI0331
1 parent be47055 commit 6226ee5

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "harness-codex-plugin",
66
"source": {
77
"source": "git-subdir",
8-
"url": "https://github.com/BTCNAI/harness-codex-marketplace.git",
8+
"url": "https://github.com/EvanAI0331/harness-codex-marketplace.git",
99
"path": "./plugins/harness-codex-plugin",
1010
"ref": "v0.1.7"
1111
},

.codex-plugin/plugin.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "Essential workflow framework runtime for building, running, and verifying custom Codex agent harnesses.",
55
"license": "MIT",
66
"author": {
7-
"name": "BTCNAI",
8-
"url": "https://github.com/BTCNAI"
7+
"name": "EvanAI0331",
8+
"url": "https://github.com/EvanAI0331"
99
},
10-
"homepage": "https://github.com/BTCNAI/harness-codex-plugin",
11-
"repository": "https://github.com/BTCNAI/harness-codex-plugin",
10+
"homepage": "https://github.com/EvanAI0331/harness-codex-plugin",
11+
"repository": "https://github.com/EvanAI0331/harness-codex-plugin",
1212
"keywords": [
1313
"codex-plugin",
1414
"workflow-framework",
@@ -26,7 +26,7 @@
2626
"Read",
2727
"Write"
2828
],
29-
"websiteURL": "https://github.com/BTCNAI/harness-codex-plugin",
29+
"websiteURL": "https://github.com/EvanAI0331/harness-codex-plugin",
3030
"defaultPrompt": [
3131
"Use Harness Workflow Builder to convert a custom workflow into a spec-bound harness.",
3232
"Use Harness Runtime Verifier to check role, execution, output specs and artifact evidence.",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Official Codex Plugin Directory publishing is not yet self-serve.
44
Harness is currently distributed through a GitHub-backed Codex marketplace.
55

66
```bash
7-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.7
7+
codex plugin marketplace add https://github.com/EvanAI0331/harness-codex-marketplace.git --ref v0.1.7
88
```
99

1010
Harness is the workflow framework for custom Codex agent systems.

RELEASE_NOTES_v0.1.7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Harness v0.1.7 packages Harness Studio as a Codex plugin and positions it as a w
1515
## Install
1616

1717
```bash
18-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.7
18+
codex plugin marketplace add https://github.com/EvanAI0331/harness-codex-marketplace.git --ref v0.1.7
1919
```
2020

2121
## Verification

docs/distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Harness is currently distributed through a GitHub-backed Codex marketplace.
66
Standard install command:
77

88
```bash
9-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.7
9+
codex plugin marketplace add https://github.com/EvanAI0331/harness-codex-marketplace.git --ref v0.1.7
1010
```
1111

1212
Repo marketplace layout:

docs/promotion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Codex is powerful, but complex agent work needs more than prompts. Harness turns
3535
It is distributed today through a GitHub-backed Codex marketplace:
3636

3737
```bash
38-
codex plugin marketplace add https://github.com/BTCNAI/harness-codex-marketplace.git --ref v0.1.7
38+
codex plugin marketplace add https://github.com/EvanAI0331/harness-codex-marketplace.git --ref v0.1.7
3939
```
4040

4141
## Channels

0 commit comments

Comments
 (0)