@mediadatafusion/pi-workflow-suite 0.0.4 → 0.0.5

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,6 +2,17 @@
2
2
 
3
3
  All notable public releases will be documented in this file.
4
4
 
5
+ ## [0.0.5] - 2026-05-23
6
+
7
+ ### Changed
8
+
9
+ - Updated Pi package gallery metadata to use the main Workflow Suite header image for the package preview.
10
+ - Kept README screenshots on repository-hosted image paths for GitHub rendering.
11
+
12
+ ### Removed
13
+
14
+ - Removed an unused alternate package preview image asset from the published package.
15
+
5
16
  ## [0.0.4] - 2026-05-23
6
17
 
7
18
  ### Added
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
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.4`
14
+ **Workflow Suite Version:** `v0.0.5`
15
15
 
16
16
  ## Overview
17
17
 
@@ -1182,10 +1182,10 @@ See `docs/TROUBLESHOOTING.md` for detailed diagnostics.
1182
1182
 
1183
1183
  ## Versioning
1184
1184
 
1185
- The current public preview version is `v0.0.4`. Version information is intentionally aligned across:
1185
+ The current public preview version is `v0.0.5`. Version information is intentionally aligned across:
1186
1186
 
1187
- - `VERSION` (`v0.0.4`),
1188
- - `package.json` (`0.0.4`),
1187
+ - `VERSION` (`v0.0.5`),
1188
+ - `package.json` (`0.0.5`),
1189
1189
  - `package-lock.json`,
1190
1190
  - this README,
1191
1191
  - Workflow Suite settings/about output.
@@ -1217,18 +1217,18 @@ The intended package and repository identities are:
1217
1217
  https://github.com/MediaDataFusion/pi-workflow-suite
1218
1218
  ```
1219
1219
 
1220
- The current release candidate is prepared as `@mediadatafusion/pi-workflow-suite@0.0.4`.
1220
+ The current release candidate is prepared as `@mediadatafusion/pi-workflow-suite@0.0.5`.
1221
1221
 
1222
1222
  After npm publication, install with:
1223
1223
 
1224
1224
  ```bash
1225
- pi install npm:@mediadatafusion/pi-workflow-suite@0.0.4
1225
+ pi install npm:@mediadatafusion/pi-workflow-suite@0.0.5
1226
1226
  ```
1227
1227
 
1228
1228
  After npm publication, temporary evaluation in a current Pi run can use:
1229
1229
 
1230
1230
  ```bash
1231
- pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.4
1231
+ pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.5
1232
1232
  ```
1233
1233
 
1234
1234
  ## Planned Enhancements
package/VERSION CHANGED
@@ -1 +1 @@
1
- v0.0.4
1
+ v0.0.5
package/package.json CHANGED
@@ -1 +1 @@
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"}}
1
+ {"name":"@mediadatafusion/pi-workflow-suite","version":"0.0.5","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.5/docs/assets/pi-workflow-suite-header.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"}}