@mediadatafusion/pi-workflow-suite 0.0.1 → 0.0.2
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 +7 -0
- package/README.md +17 -13
- package/VERSION +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable public releases will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.0.2] - 2026-05-22
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Repaired npm README presentation by using public package CDN image URLs.
|
|
10
|
+
- Removed stale pre-publication wording from the published README.
|
|
11
|
+
|
|
5
12
|
## [0.0.1] - 2026-05-22
|
|
6
13
|
|
|
7
14
|
### Added
|
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# Pi Workflow Suite
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="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.1/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="docs/assets/readme-link-install.svg" alt="Install" /></a>
|
|
9
|
-
<a href="#quick-start"><img src="docs/assets/readme-link-quick-start.svg" alt="Quick Start" /></a>
|
|
10
|
-
<a href="#core-commands"><img src="docs/assets/readme-link-commands.svg" alt="Commands" /></a>
|
|
11
|
-
<a href="#settings-reference"><img src="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.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>
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
|
-
**Workflow Suite Version:** `v0.0.
|
|
14
|
+
**Workflow Suite Version:** `v0.0.2`
|
|
15
15
|
|
|
16
16
|
## Overview
|
|
17
17
|
|
|
@@ -1154,10 +1154,10 @@ See `docs/TROUBLESHOOTING.md` for detailed diagnostics.
|
|
|
1154
1154
|
|
|
1155
1155
|
## Versioning
|
|
1156
1156
|
|
|
1157
|
-
The current public preview
|
|
1157
|
+
The current public preview version is `v0.0.2`. Version information is intentionally aligned across:
|
|
1158
1158
|
|
|
1159
|
-
- `VERSION` (`v0.0.
|
|
1160
|
-
- `package.json` (`0.0.
|
|
1159
|
+
- `VERSION` (`v0.0.2`),
|
|
1160
|
+
- `package.json` (`0.0.2`),
|
|
1161
1161
|
- `package-lock.json`,
|
|
1162
1162
|
- this README,
|
|
1163
1163
|
- Workflow Suite settings/about output.
|
|
@@ -1189,15 +1189,19 @@ The intended package and repository identities are:
|
|
|
1189
1189
|
https://github.com/MediaDataFusion/pi-workflow-suite
|
|
1190
1190
|
```
|
|
1191
1191
|
|
|
1192
|
-
The current public preview
|
|
1192
|
+
The current public preview package is published as `@mediadatafusion/pi-workflow-suite@0.0.2`.
|
|
1193
1193
|
|
|
1194
|
-
|
|
1194
|
+
Install from npm with:
|
|
1195
1195
|
|
|
1196
1196
|
```bash
|
|
1197
|
-
|
|
1197
|
+
pi install npm:@mediadatafusion/pi-workflow-suite@0.0.2
|
|
1198
1198
|
```
|
|
1199
1199
|
|
|
1200
|
-
|
|
1200
|
+
For temporary evaluation in a current Pi run, use:
|
|
1201
|
+
|
|
1202
|
+
```bash
|
|
1203
|
+
pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.2
|
|
1204
|
+
```
|
|
1201
1205
|
|
|
1202
1206
|
## Planned Enhancements
|
|
1203
1207
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v0.0.
|
|
1
|
+
v0.0.2
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@mediadatafusion/pi-workflow-suite","version":"0.0.
|
|
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"}}
|