reference updates

This commit is contained in:
2026-05-30 23:54:11 -04:00
parent 923f174f3b
commit ead5d9be3a
12 changed files with 1119 additions and 1154 deletions

View File

@@ -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"