From f4af0132522d17c3b96f56b476307bc6bba48841 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 31 May 2026 08:57:34 -0400 Subject: [PATCH] cleanup --- README.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bfe1586..e18487d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Execute tasks from task files until done using DAG-based dependency resolution with persistent progress tracking. +```bash +pi install npm:@mikefreno/ralpi +``` + ## Features - **Parallel batching**: Independent tasks in each batch can run concurrently @@ -17,17 +21,13 @@ Execute tasks from task files until done using DAG-based dependency resolution w ## Usage ``` -/ralpi [task-file] # Execute all tasks -/ralpi plan # Alias to /task-manager to plan new tasks -/ralpi resume # Resume paused execution -/ralpi reset [task-file] # Reset progress and .ralpi directory - does not modify PRD +/ralpi [task-file] # Execute all tasks +/ralpi plan # Alias to /task-manager to plan new tasks +/ralpi resume # Resume paused execution +/ralpi reset # Reset progress and .ralpi directory - does not modify PRD ``` -## Task File Formats - -### Highly recommended to use the task-manager prompt for prd construction, it's output pairs perfectly - -# Project Title +### Highly recommended to use the task-manager prompt for prd construction, it's output pairs perfectly - /task-manager or /ralpi plan ## Tasks diff --git a/package.json b/package.json index d8f9638..a0e7355 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ralpi", + "name": "@mikefreno/ralpi", "version": "0.1.0", "description": "Execute tasks from task files/PRD's using DAG-based dependency resolution with persistent progress tracking", "keywords": [