chore: Revert to Every Marketplace naming

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2026-01-18 21:36:17 -08:00
parent d4d31c1614
commit 08eed310e5
10 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
"url": "https://github.com/kieranklaassen"
},
"homepage": "https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it",
"repository": "https://github.com/kieranklaassen/compound-marketplace",
"repository": "https://github.com/kieranklaassen/every-marketplace",
"license": "MIT",
"keywords": [
"ai-powered",

View File

@@ -108,5 +108,5 @@ Provide a summary:
- [ ] Commit any pending changes
- [ ] Push to main branch
- [ ] Verify GitHub Pages workflow exists
- [ ] Check deployment at https://everyinc.github.io/compound-marketplace/
- [ ] Check deployment at https://everyinc.github.io/every-marketplace/
```

View File

@@ -100,7 +100,7 @@ Use the GitHub CLI to create the issue:
```bash
gh issue create \
--repo kieranklaassen/compound-marketplace \
--repo kieranklaassen/every-marketplace \
--title "[compound-engineering] Bug: [Brief description]" \
--body "[Formatted bug report from Step 3]" \
--label "bug,compound-engineering"
@@ -109,7 +109,7 @@ gh issue create \
**Note:** If labels don't exist, create without labels:
```bash
gh issue create \
--repo kieranklaassen/compound-marketplace \
--repo kieranklaassen/every-marketplace \
--title "[compound-engineering] Bug: [Brief description]" \
--body "[Formatted bug report]"
```
@@ -126,7 +126,7 @@ After the issue is created:
```
✅ Bug report submitted successfully!
Issue: https://github.com/kieranklaassen/compound-marketplace/issues/[NUMBER]
Issue: https://github.com/kieranklaassen/every-marketplace/issues/[NUMBER]
Title: [compound-engineering] Bug: [description]
Thank you for helping improve the compound-engineering plugin!