reference updates
This commit is contained in:
12
package.json
12
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ralph-loop",
|
||||
"name": "ralpi-loop",
|
||||
"version": "1.0.0",
|
||||
"description": "Execute tasks from task files using DAG-based dependency resolution with persistent progress tracking",
|
||||
"main": "dist/index.js",
|
||||
@@ -8,7 +8,9 @@
|
||||
"pi-extension",
|
||||
"task-runner",
|
||||
"dag",
|
||||
"task-manager"
|
||||
"task-manager",
|
||||
"ralpi-loop",
|
||||
"prd"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
@@ -24,9 +26,9 @@
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"pi": {
|
||||
"extensions": ["./dist/index.js"],
|
||||
"skills": ["./skills"],
|
||||
"prompts": ["./prompts"]
|
||||
"extensions": [
|
||||
"./dist/index.js"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"yaml": "^2.4.0"
|
||||
|
||||
Reference in New Issue
Block a user