@davidorex/pi-project-workflows
v0.3.1
Published
Pi extensions for structured project state, workflow orchestration, and behavior monitoring — single install for all three
Readme
@davidorex/pi-project-workflows
Convenience meta-package that re-exports all three Pi extensions — structured project state, workflow orchestration, and behavior monitoring — in a single install.
Install
pi install npm:@davidorex/pi-project-workflowsThis installs all three extensions:
- @davidorex/pi-project — schema-driven project state (typed blocks, validation, derived state)
- @davidorex/pi-workflows — workflow orchestration (YAML specs, DAG execution, checkpoint/resume)
- @davidorex/pi-behavior-monitors — behavior monitors (autonomous watchdogs, pattern classification, steering corrections)
Getting Started
/project init # scaffolds .project/ with schemas and starter blocks
/workflow init # scaffolds .workflows/ for run state
/project status # see derived project state
/workflow list # discover and run workflows
/monitors # list all monitors, scope, and stateDocumentation
See the package READMEs for full API docs, source maps, and LLM guidance:
