refactor: rename github plugin to development
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "puelpan-claude",
|
"name": "puelpan",
|
||||||
"owner": {
|
"owner": {
|
||||||
"name": "Juan Puelpan",
|
"name": "Juan Puelpan",
|
||||||
"email": "juan@puelpan.com"
|
"email": "juan@puelpan.com"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "github",
|
"name": "development",
|
||||||
"source": "./github",
|
"source": "./development",
|
||||||
"description": "Git and Github utility commands",
|
"description": "Development utility commands",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Juan Puelpan"
|
"name": "Juan Puelpan"
|
||||||
|
|||||||
8
development/.claude-plugin/plugin.json
Normal file
8
development/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"name": "development",
|
||||||
|
"description": "Collection of claude commands to ease the development process with github issues, PRs and more",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Juan Puelpan"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Excecute plan
|
# Execute plan
|
||||||
|
|
||||||
Execute a plan from GitHub issue or comment: $ARGUMENTS
|
Execute a plan from GitHub issue or comment: $ARGUMENTS
|
||||||
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "github",
|
|
||||||
"description": "Collection of claude commands to interact with github issues, PRs and more",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"author": {
|
|
||||||
"name": "Juan Puelpan"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user