@yycholla/pi-dynamic-workflows 3.3.0 → 3.3.1
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/README.md +1 -0
- package/dist/workflow-authoring-coverage.d.ts +1 -1
- package/dist/workflow-authoring-coverage.js +1 -1
- package/package.json +1 -1
- package/skills/workflow-authoring/SKILL.md +1 -1
- package/skills/workflow-authoring/references/capabilities.md +1 -1
- package/skills/workflow-authoring/references/capability-details.md +1 -1
- package/src/workflow-authoring-coverage.ts +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# Fork of QuintinShaw/pi-dynamic-workflows with improved pager and Workflow persistance through pi reloads (Not on extension update)
|
|
1
2
|
<p align="center">
|
|
2
3
|
<img src="https://raw.githubusercontent.com/QuintinShaw/pi-dynamic-workflows/main/assets/readme/hero.png" width="100%" alt="pi-dynamic-workflows turns one prompt into a routed, resumable, cross-checked fleet of Pi subagents">
|
|
3
4
|
</p>
|
|
@@ -24,7 +24,7 @@ export declare const WORKFLOW_COMPREHENSION_SCENARIO_IDS: string[];
|
|
|
24
24
|
/** Mixed guidance files that require explicit acceptance while behavioral coverage remains partial. */
|
|
25
25
|
export declare const WORKFLOW_AUTHORING_FROZEN_FILES: readonly [{
|
|
26
26
|
readonly path: "skills/workflow-authoring/SKILL.md";
|
|
27
|
-
readonly sha256: "
|
|
27
|
+
readonly sha256: "023a5911f8bf0ef49678fa41736f64bc4af341f5d6c9faff5ada801929f3f24c";
|
|
28
28
|
}, {
|
|
29
29
|
readonly path: "skills/workflow-authoring/references/runtime.md";
|
|
30
30
|
readonly sha256: "14f1c4496c523d2e37316a7c96041a22630a65d342d08fdd77aeca2d325e22a3";
|
|
@@ -7,7 +7,7 @@ export const WORKFLOW_COMPREHENSION_SCENARIO_IDS = COMPREHENSION_SCENARIOS.map((
|
|
|
7
7
|
export const WORKFLOW_AUTHORING_FROZEN_FILES = [
|
|
8
8
|
{
|
|
9
9
|
path: "skills/workflow-authoring/SKILL.md",
|
|
10
|
-
sha256: "
|
|
10
|
+
sha256: "023a5911f8bf0ef49678fa41736f64bc4af341f5d6c9faff5ada801929f3f24c",
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
path: "skills/workflow-authoring/references/runtime.md",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: workflow-authoring
|
|
3
3
|
description: Guidance for writing, editing, reviewing, and debugging JavaScript workflow code for pi-dynamic-workflows. Use when authoring or changing workflow scripts; not for merely running an existing workflow.
|
|
4
4
|
metadata:
|
|
5
|
-
version: "3.3.
|
|
5
|
+
version: "3.3.1"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Workflow authoring
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Workflow capability index
|
|
3
3
|
|
|
4
4
|
Contract format: `1.0.0`<br>
|
|
5
|
-
Contract content / skill / extension: `3.3.
|
|
5
|
+
Contract content / skill / extension: `3.3.1`
|
|
6
6
|
|
|
7
7
|
This compact generated index covers supported runtime globals and workflow-tool inputs. For constraints, compatibility behavior, internal boundaries, and dynamic-reference ownership, follow the [exhaustive generated facts](capability-details.md).
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Exhaustive workflow capability facts
|
|
3
3
|
|
|
4
4
|
Contract format: `1.0.0`<br>
|
|
5
|
-
Contract content / skill / extension: `3.3.
|
|
5
|
+
Contract content / skill / extension: `3.3.1`
|
|
6
6
|
|
|
7
7
|
Every exact fact below is projected from the installed extension's capability contract. Explanatory judgment belongs in the hand-written references next to this file.
|
|
8
8
|
|
|
@@ -33,7 +33,7 @@ export const WORKFLOW_COMPREHENSION_SCENARIO_IDS = COMPREHENSION_SCENARIOS.map((
|
|
|
33
33
|
export const WORKFLOW_AUTHORING_FROZEN_FILES = [
|
|
34
34
|
{
|
|
35
35
|
path: "skills/workflow-authoring/SKILL.md",
|
|
36
|
-
sha256: "
|
|
36
|
+
sha256: "023a5911f8bf0ef49678fa41736f64bc4af341f5d6c9faff5ada801929f3f24c",
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
path: "skills/workflow-authoring/references/runtime.md",
|