@mediadatafusion/pi-workflow-suite 0.0.2 → 0.0.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/CHANGELOG.md CHANGED
@@ -2,19 +2,32 @@
2
2
 
3
3
  All notable public releases will be documented in this file.
4
4
 
5
- ## [0.0.2] - 2026-05-22
5
+ ## [0.0.4] - 2026-05-23
6
6
 
7
- ### Fixed
7
+ ### Added
8
8
 
9
- - Repaired npm README presentation by using public package CDN image URLs.
10
- - Removed stale pre-publication wording from the published README.
9
+ - Added package gallery video preview metadata.
10
+ - Added explicit prompt and theme metadata for bundled Workflow Suite resources.
11
11
 
12
- ## [0.0.1] - 2026-05-22
12
+ ### Changed
13
+
14
+ - Updated package metadata for improved Pi package discovery.
15
+ - Refined public README media presentation.
16
+
17
+ ## [0.0.3] - 2026-05-22
13
18
 
14
19
  ### Added
15
20
 
16
- - Initial public preview package preparation.
21
+ - Added package gallery image preview metadata.
22
+
23
+ ## [0.0.2] - 2026-05-22
17
24
 
18
25
  ### Changed
19
26
 
20
- - Prepared the clean release surface for first package publication.
27
+ - Improved public README media presentation.
28
+
29
+ ## [0.0.1] - 2026-05-22
30
+
31
+ ### Added
32
+
33
+ - Initial public preview package.
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # Pi Workflow Suite
2
2
 
3
3
  <p align="center">
4
- <img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.1/docs/assets/pi-workflow-suite-header.png" alt="Pi Workflow Suite — structured workflow orchestration for Pi" />
4
+ <img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/pi-workflow-suite-header.png" alt="Pi Workflow Suite — structured workflow orchestration for Pi" />
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <a href="#installation"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.1/docs/assets/readme-link-install.svg" alt="Install" /></a>
9
- <a href="#quick-start"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.1/docs/assets/readme-link-quick-start.svg" alt="Quick Start" /></a>
10
- <a href="#core-commands"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.1/docs/assets/readme-link-commands.svg" alt="Commands" /></a>
11
- <a href="#settings-reference"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.1/docs/assets/readme-link-settings.svg" alt="Settings" /></a>
8
+ <a href="#installation"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-install.svg" alt="Install" /></a>
9
+ <a href="#quick-start"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-quick-start.svg" alt="Quick Start" /></a>
10
+ <a href="#core-commands"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-commands.svg" alt="Commands" /></a>
11
+ <a href="#settings-reference"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-settings.svg" alt="Settings" /></a>
12
12
  </p>
13
13
 
14
- **Workflow Suite Version:** `v0.0.2`
14
+ **Workflow Suite Version:** `v0.0.4`
15
15
 
16
16
  ## Overview
17
17
 
@@ -19,8 +19,36 @@ Pi Workflow Suite is a structured workflow orchestration suite for [Pi](https://
19
19
 
20
20
  Pi itself is intentionally minimal and extensible. Pi Workflow Suite layers an opinionated workflow system on top of Pi without modifying Pi core. It is designed to run from user-level Pi resources under `~/.pi/agent`, while keeping runtime state, credentials, sessions, logs, backups, and local/private configuration out of the package.
21
21
 
22
+ ## Quick Demo
23
+
24
+ See Pi Workflow Suite in action: structured workflow modes, settings, runtime status, and guided execution inside Pi.
25
+
26
+ https://github.com/user-attachments/assets/9782fefc-5349-4cc9-b4ea-20b4c916a8b9
27
+
28
+ ## Screenshots
29
+
30
+ <table>
31
+ <tr>
32
+ <td colspan="2"><img src="docs/assets/screenshots/00-mission-home.png" alt="Pi Workflow Suite Mission Home with workflow graphs" /></td>
33
+ </tr>
34
+ <tr>
35
+ <td><img src="docs/assets/screenshots/01-startup-Logo.png" alt="Pi Workflow Suite startup logo" /></td>
36
+ <td><img src="docs/assets/screenshots/02-theme-settings.png" alt="Workflow Suite theme settings" /></td>
37
+ </tr>
38
+ <tr>
39
+ <td><img src="docs/assets/screenshots/03-GlobalSafetySettings.png" alt="Workflow Suite global safety settings" /></td>
40
+ <td><img src="docs/assets/screenshots/04-SharedSubAgentsSettings.png" alt="Workflow Suite shared sub-agent settings" /></td>
41
+ </tr>
42
+ <tr>
43
+ <td><img src="docs/assets/screenshots/05-mission-mode.png" alt="Mission Mode milestone progress" /></td>
44
+ <td><img src="docs/assets/screenshots/06-diagram-mermaid.png" alt="Workflow Suite Mermaid diagram output" /></td>
45
+ </tr>
46
+ </table>
47
+
22
48
  ## Contents
23
49
 
50
+ - [Quick Demo](#quick-demo)
51
+ - [Screenshots](#screenshots)
24
52
  - [Why Pi Workflow Suite Exists](#why-pi-workflow-suite-exists)
25
53
  - [What It Adds To Pi](#what-it-adds-to-pi)
26
54
  - [Feature Overview](#feature-overview)
@@ -1154,10 +1182,10 @@ See `docs/TROUBLESHOOTING.md` for detailed diagnostics.
1154
1182
 
1155
1183
  ## Versioning
1156
1184
 
1157
- The current public preview version is `v0.0.2`. Version information is intentionally aligned across:
1185
+ The current public preview version is `v0.0.4`. Version information is intentionally aligned across:
1158
1186
 
1159
- - `VERSION` (`v0.0.2`),
1160
- - `package.json` (`0.0.2`),
1187
+ - `VERSION` (`v0.0.4`),
1188
+ - `package.json` (`0.0.4`),
1161
1189
  - `package-lock.json`,
1162
1190
  - this README,
1163
1191
  - Workflow Suite settings/about output.
@@ -1189,18 +1217,18 @@ The intended package and repository identities are:
1189
1217
  https://github.com/MediaDataFusion/pi-workflow-suite
1190
1218
  ```
1191
1219
 
1192
- The current public preview package is published as `@mediadatafusion/pi-workflow-suite@0.0.2`.
1220
+ The current release candidate is prepared as `@mediadatafusion/pi-workflow-suite@0.0.4`.
1193
1221
 
1194
- Install from npm with:
1222
+ After npm publication, install with:
1195
1223
 
1196
1224
  ```bash
1197
- pi install npm:@mediadatafusion/pi-workflow-suite@0.0.2
1225
+ pi install npm:@mediadatafusion/pi-workflow-suite@0.0.4
1198
1226
  ```
1199
1227
 
1200
- For temporary evaluation in a current Pi run, use:
1228
+ After npm publication, temporary evaluation in a current Pi run can use:
1201
1229
 
1202
1230
  ```bash
1203
- pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.2
1231
+ pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.4
1204
1232
  ```
1205
1233
 
1206
1234
  ## Planned Enhancements
package/VERSION CHANGED
@@ -1 +1 @@
1
- v0.0.2
1
+ v0.0.4
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@mediadatafusion/pi-workflow-suite","version":"0.0.2","description":"Structured workflow orchestration suite for Pi with Standard, Plan, Mission, compaction, diagrams, web access, repo lock, and safety gates.","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/MediaDataFusion/pi-workflow-suite.git"},"homepage":"https://github.com/MediaDataFusion/pi-workflow-suite#readme","bugs":{"url":"https://github.com/MediaDataFusion/pi-workflow-suite/issues"},"keywords":["pi-package","pi","pi-coding-agent","workflow","workflow-suite","plan-mode","mission-mode","subagents","skills","prompts","extensions"],"type":"module","files":["extensions/","skills/","agents/","config/","docs/assets/","scripts/install-to-live.sh","scripts/verify-live.sh","scripts/audit-live.sh","scripts/quarantine-live-junk.sh","scripts/backup-live.sh","scripts/audit-settings.sh","scripts/bootstrap-project.sh","README.md","LICENSE.md","NOTICE","TRADEMARKS.md","CHANGELOG.md","SECURITY.md","SUPPORT.md","CONTRIBUTING.md","VERSION","package-lock.json"],"pi":{"extensions":["./extensions/workflow-modes.ts","./extensions/subagent/index.ts"],"skills":["./skills"]},"peerDependencies":{"@earendil-works/pi-agent-core":"*","@earendil-works/pi-ai":"*","@earendil-works/pi-coding-agent":"*","@earendil-works/pi-tui":"*","typebox":"*"},"dependencies":{"@mermaid-js/mermaid-cli":"^11.14.0","beautiful-mermaid":"^1.1.3","sharp":"^0.34.5"},"private":false,"devDependencies":{"@earendil-works/pi-agent-core":"^0.74.0","@earendil-works/pi-ai":"^0.74.0","@earendil-works/pi-coding-agent":"^0.74.0","@earendil-works/pi-tui":"^0.74.0","@types/node":"^25.6.2","typebox":"^1.1.38","typescript":"^6.0.3"},"scripts":{"check:ts":"tsc --noEmit --noCheck","typecheck":"tsc --noEmit","validate":"npm run check:ts && ./scripts/check-clean-release-tree.sh && git diff --check"}}
1
+ {"name":"@mediadatafusion/pi-workflow-suite","version":"0.0.4","description":"Structured workflow orchestration suite for Pi with Standard, Plan, Mission, compaction, diagrams, web access, repo lock, and safety gates.","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/MediaDataFusion/pi-workflow-suite.git"},"homepage":"https://github.com/MediaDataFusion/pi-workflow-suite#readme","bugs":{"url":"https://github.com/MediaDataFusion/pi-workflow-suite/issues"},"keywords":["pi-package","pi-extension","pi-skill","pi-theme","pi-prompt","pi","pi-coding-agent","workflow","workflows","workflow-suite","workflow-orchestration","agent-workflow","plan-mode","mission-mode","standard-mode","subagents","skills","prompts","extensions","themes"],"type":"module","files":["extensions/","skills/","agents/","config/","docs/assets/","themes/","scripts/install-to-live.sh","scripts/verify-live.sh","scripts/audit-live.sh","scripts/quarantine-live-junk.sh","scripts/backup-live.sh","scripts/audit-settings.sh","scripts/bootstrap-project.sh","README.md","LICENSE.md","NOTICE","TRADEMARKS.md","CHANGELOG.md","SECURITY.md","SUPPORT.md","CONTRIBUTING.md","VERSION","package-lock.json"],"pi":{"extensions":["./extensions/workflow-modes.ts","./extensions/subagent/index.ts"],"skills":["./skills"],"prompts":["./config/prompts"],"themes":["./themes"],"image":"https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.4/docs/assets/pi-workflow-suite-card.png","video":"https://github.com/user-attachments/assets/9782fefc-5349-4cc9-b4ea-20b4c916a8b9"},"peerDependencies":{"@earendil-works/pi-agent-core":"*","@earendil-works/pi-ai":"*","@earendil-works/pi-coding-agent":"*","@earendil-works/pi-tui":"*","typebox":"*"},"dependencies":{"@mermaid-js/mermaid-cli":"^11.14.0","beautiful-mermaid":"^1.1.3","sharp":"^0.34.5"},"private":false,"devDependencies":{"@earendil-works/pi-agent-core":"^0.74.0","@earendil-works/pi-ai":"^0.74.0","@earendil-works/pi-coding-agent":"^0.74.0","@earendil-works/pi-tui":"^0.74.0","@types/node":"^25.6.2","typebox":"^1.1.38","typescript":"^6.0.3"},"scripts":{"check:ts":"tsc --noEmit --noCheck","typecheck":"tsc --noEmit","validate":"npm run check:ts && ./scripts/check-clean-release-tree.sh && git diff --check"}}
@@ -0,0 +1,84 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/earendil-works/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
3
+ "name": "workflow-suite-dark",
4
+ "vars": {
5
+ "cyan": "#67e8f9",
6
+ "blue": "#60a5fa",
7
+ "green": "#34d399",
8
+ "red": "#f87171",
9
+ "yellow": "#fbbf24",
10
+ "purple": "#a78bfa",
11
+ "pink": "#f472b6",
12
+ "gray": "#94a3b8",
13
+ "dimGray": "#64748b",
14
+ "darkGray": "#334155",
15
+ "surface": "#111827",
16
+ "surfaceAlt": "#1f2937",
17
+ "surfaceSoft": "#172033",
18
+ "accent": "#67e8f9",
19
+ "selectedBg": "#1e3a5f",
20
+ "userMsgBg": "#172554",
21
+ "toolPendingBg": "#1f2937",
22
+ "toolSuccessBg": "#123524",
23
+ "toolErrorBg": "#3a1f2a",
24
+ "customMsgBg": "#251f3f"
25
+ },
26
+ "colors": {
27
+ "accent": "accent",
28
+ "border": "blue",
29
+ "borderAccent": "cyan",
30
+ "borderMuted": "darkGray",
31
+ "success": "green",
32
+ "error": "red",
33
+ "warning": "yellow",
34
+ "muted": "gray",
35
+ "dim": "dimGray",
36
+ "text": "",
37
+ "thinkingText": "gray",
38
+ "selectedBg": "selectedBg",
39
+ "userMessageBg": "userMsgBg",
40
+ "userMessageText": "",
41
+ "customMessageBg": "customMsgBg",
42
+ "customMessageText": "",
43
+ "customMessageLabel": "purple",
44
+ "toolPendingBg": "toolPendingBg",
45
+ "toolSuccessBg": "toolSuccessBg",
46
+ "toolErrorBg": "toolErrorBg",
47
+ "toolTitle": "",
48
+ "toolOutput": "gray",
49
+ "mdHeading": "cyan",
50
+ "mdLink": "blue",
51
+ "mdLinkUrl": "dimGray",
52
+ "mdCode": "pink",
53
+ "mdCodeBlock": "green",
54
+ "mdCodeBlockBorder": "darkGray",
55
+ "mdQuote": "gray",
56
+ "mdQuoteBorder": "purple",
57
+ "mdHr": "darkGray",
58
+ "mdListBullet": "accent",
59
+ "toolDiffAdded": "green",
60
+ "toolDiffRemoved": "red",
61
+ "toolDiffContext": "gray",
62
+ "syntaxComment": "#6ee7b7",
63
+ "syntaxKeyword": "#93c5fd",
64
+ "syntaxFunction": "#fde68a",
65
+ "syntaxVariable": "#bae6fd",
66
+ "syntaxString": "#fca5a5",
67
+ "syntaxNumber": "#bbf7d0",
68
+ "syntaxType": "#5eead4",
69
+ "syntaxOperator": "#e5e7eb",
70
+ "syntaxPunctuation": "#cbd5e1",
71
+ "thinkingOff": "darkGray",
72
+ "thinkingMinimal": "#475569",
73
+ "thinkingLow": "#2563eb",
74
+ "thinkingMedium": "#06b6d4",
75
+ "thinkingHigh": "#8b5cf6",
76
+ "thinkingXhigh": "#ec4899",
77
+ "bashMode": "green"
78
+ },
79
+ "export": {
80
+ "pageBg": "#0b1120",
81
+ "cardBg": "#111827",
82
+ "infoBg": "#172033"
83
+ }
84
+ }