12 lines
300 B
JSON
12 lines
300 B
JSON
{
|
|
"name": "weekly-review",
|
|
"description": "Generate a weekly summary of your git commits with insights on tech debt, bug fixes, and new features",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Plugins",
|
|
"email": "plugins@example.com"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |