@davidorex/pi-project-workflows 0.3.1 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidorex/pi-project-workflows",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Pi extensions for structured project state, workflow orchestration, and behavior monitoring — single install for all three",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "David Ryan",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@davidorex/pi-project": "^0.3.
|
|
33
|
-
"@davidorex/pi-workflows": "^0.3.
|
|
34
|
-
"@davidorex/pi-behavior-monitors": "^0.3.
|
|
32
|
+
"@davidorex/pi-project": "^0.3.4",
|
|
33
|
+
"@davidorex/pi-workflows": "^0.3.4",
|
|
34
|
+
"@davidorex/pi-behavior-monitors": "^0.3.4"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -33,7 +33,7 @@ Control monitors — enable, disable, dismiss, or reset.
|
|
|
33
33
|
|
|
34
34
|
| Parameter | Type | Required | Description |
|
|
35
35
|
|-----------|------|----------|-------------|
|
|
36
|
-
| `action` |
|
|
36
|
+
| `action` | string | yes | |
|
|
37
37
|
| `monitor` | string | no | Monitor name (required for dismiss/reset) |
|
|
38
38
|
</tool>
|
|
39
39
|
|
|
@@ -45,7 +45,7 @@ Manage monitor rules — list, add, remove, or replace calibration rules.
|
|
|
45
45
|
| Parameter | Type | Required | Description |
|
|
46
46
|
|-----------|------|----------|-------------|
|
|
47
47
|
| `monitor` | string | yes | Monitor name |
|
|
48
|
-
| `action` |
|
|
48
|
+
| `action` | string | yes | |
|
|
49
49
|
| `text` | string | no | Rule text (for add/replace) |
|
|
50
50
|
| `index` | number | no | Rule index, 1-based (for remove/replace) |
|
|
51
51
|
</tool>
|
|
@@ -66,7 +66,7 @@ List patterns for a behavior monitor.
|
|
|
66
66
|
<command name="/monitors">
|
|
67
67
|
Manage behavior monitors
|
|
68
68
|
|
|
69
|
-
Subcommands: `on`, `off`, `fragility`, `response-style`
|
|
69
|
+
Subcommands: `on`, `off`, `help`, `fragility`, `response-style`
|
|
70
70
|
</command>
|
|
71
71
|
|
|
72
72
|
</commands_reference>
|
|
@@ -81,7 +81,7 @@ Initialize .project/ directory with default schemas and empty block files.
|
|
|
81
81
|
<command name="/project">
|
|
82
82
|
Project state management
|
|
83
83
|
|
|
84
|
-
Subcommands: `init`, `status`, `add-work`, `validate`
|
|
84
|
+
Subcommands: `init`, `status`, `add-work`, `validate`, `help`
|
|
85
85
|
</command>
|
|
86
86
|
|
|
87
87
|
</commands_reference>
|
|
@@ -67,7 +67,7 @@ Initialize .workflows/ directory for workflow run state.
|
|
|
67
67
|
<command name="/workflow">
|
|
68
68
|
List and run workflows
|
|
69
69
|
|
|
70
|
-
Subcommands: `init`, `
|
|
70
|
+
Subcommands: `init`, `list`, `run`, `resume`, `validate`, `status`, `help`
|
|
71
71
|
</command>
|
|
72
72
|
|
|
73
73
|
</commands_reference>
|