Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:36 +08:00
commit b141d79342
10 changed files with 1144 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "prp-core",
"description": "Complete PRP (Product Requirement Prompt) workflow automation - create, execute, commit, and PR commands with orchestration scripts",
"version": "1.0.0",
"author": {
"name": "Wirasm",
"email": "hello@rasmuswiding.com"
},
"commands": [
"./commands/"
]
}