cleanup
This commit is contained in:
18
README.md
18
README.md
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Execute tasks from task files until done using DAG-based dependency resolution with persistent progress tracking.
|
Execute tasks from task files until done using DAG-based dependency resolution with persistent progress tracking.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pi install npm:@mikefreno/ralpi
|
||||||
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Parallel batching**: Independent tasks in each batch can run concurrently
|
- **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
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
/ralpi [task-file] # Execute all tasks
|
/ralpi [task-file] # Execute all tasks
|
||||||
/ralpi plan # Alias to /task-manager to plan new tasks
|
/ralpi plan # Alias to /task-manager to plan new tasks
|
||||||
/ralpi resume # Resume paused execution
|
/ralpi resume # Resume paused execution
|
||||||
/ralpi reset [task-file] # Reset progress and .ralpi directory - does not modify PRD
|
/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 - /task-manager or /ralpi plan
|
||||||
|
|
||||||
### Highly recommended to use the task-manager prompt for prd construction, it's output pairs perfectly
|
|
||||||
|
|
||||||
# Project Title
|
|
||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ralpi",
|
"name": "@mikefreno/ralpi",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Execute tasks from task files/PRD's using DAG-based dependency resolution with persistent progress tracking",
|
"description": "Execute tasks from task files/PRD's using DAG-based dependency resolution with persistent progress tracking",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user