mirror of
https://github.com/cexll/myclaude.git
synced 2025-12-24 13:47:58 +08:00
Fix marketplace metadata references
- Replace placeholder repository URLs - Align development-essentials agents with isolated files Generated by swe-agent
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"owner": {
|
"owner": {
|
||||||
"name": "Claude Code Dev Workflows",
|
"name": "Claude Code Dev Workflows",
|
||||||
"email": "contact@example.com",
|
"email": "contact@example.com",
|
||||||
"url": "https://github.com/yourusername/myclaude"
|
"url": "https://github.com/cexll/myclaude"
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Professional multi-agent development workflows with Requirements-Driven and BMAD methodologies, featuring 16+ specialized agents and 12+ commands",
|
"description": "Professional multi-agent development workflows with Requirements-Driven and BMAD methodologies, featuring 16+ specialized agents and 12+ commands",
|
||||||
@@ -17,10 +17,10 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Claude Code Dev Workflows",
|
"name": "Claude Code Dev Workflows",
|
||||||
"url": "https://github.com/yourusername/myclaude"
|
"url": "https://github.com/cexll/myclaude"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/yourusername/myclaude",
|
"homepage": "https://github.com/cexll/myclaude",
|
||||||
"repository": "https://github.com/yourusername/myclaude",
|
"repository": "https://github.com/cexll/myclaude",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"requirements",
|
"requirements",
|
||||||
@@ -50,10 +50,10 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Claude Code Dev Workflows",
|
"name": "Claude Code Dev Workflows",
|
||||||
"url": "https://github.com/yourusername/myclaude"
|
"url": "https://github.com/cexll/myclaude"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/yourusername/myclaude",
|
"homepage": "https://github.com/cexll/myclaude",
|
||||||
"repository": "https://github.com/yourusername/myclaude",
|
"repository": "https://github.com/cexll/myclaude",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bmad",
|
"bmad",
|
||||||
@@ -87,10 +87,10 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Claude Code Dev Workflows",
|
"name": "Claude Code Dev Workflows",
|
||||||
"url": "https://github.com/yourusername/myclaude"
|
"url": "https://github.com/cexll/myclaude"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/yourusername/myclaude",
|
"homepage": "https://github.com/cexll/myclaude",
|
||||||
"repository": "https://github.com/yourusername/myclaude",
|
"repository": "https://github.com/cexll/myclaude",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"code",
|
"code",
|
||||||
@@ -120,9 +120,8 @@
|
|||||||
"./agents/code.md",
|
"./agents/code.md",
|
||||||
"./agents/bugfix.md",
|
"./agents/bugfix.md",
|
||||||
"./agents/bugfix-verify.md",
|
"./agents/bugfix-verify.md",
|
||||||
"./agents/code-optimize.md",
|
"./agents/optimize.md",
|
||||||
"./agents/debug.md",
|
"./agents/debug.md"
|
||||||
"./agents/develop.md"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -132,10 +131,10 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Claude Code Dev Workflows",
|
"name": "Claude Code Dev Workflows",
|
||||||
"url": "https://github.com/yourusername/myclaude"
|
"url": "https://github.com/cexll/myclaude"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/yourusername/myclaude",
|
"homepage": "https://github.com/cexll/myclaude",
|
||||||
"repository": "https://github.com/yourusername/myclaude",
|
"repository": "https://github.com/cexll/myclaude",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"gpt5",
|
"gpt5",
|
||||||
|
|||||||
Reference in New Issue
Block a user