@mediadatafusion/pi-workflow-suite 0.0.2 → 0.0.3
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 +6 -0
- package/README.md +7 -7
- package/VERSION +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.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.3`
|
|
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 version is `v0.0.
|
|
1157
|
+
The current public preview version is `v0.0.3`. Version information is intentionally aligned across:
|
|
1158
1158
|
|
|
1159
|
-
- `VERSION` (`v0.0.
|
|
1160
|
-
- `package.json` (`0.0.
|
|
1159
|
+
- `VERSION` (`v0.0.3`),
|
|
1160
|
+
- `package.json` (`0.0.3`),
|
|
1161
1161
|
- `package-lock.json`,
|
|
1162
1162
|
- this README,
|
|
1163
1163
|
- Workflow Suite settings/about output.
|
|
@@ -1189,18 +1189,18 @@ 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 package is published as `@mediadatafusion/pi-workflow-suite@0.0.
|
|
1192
|
+
The current public preview package is published as `@mediadatafusion/pi-workflow-suite@0.0.3`.
|
|
1193
1193
|
|
|
1194
1194
|
Install from npm with:
|
|
1195
1195
|
|
|
1196
1196
|
```bash
|
|
1197
|
-
pi install npm:@mediadatafusion/pi-workflow-suite@0.0.
|
|
1197
|
+
pi install npm:@mediadatafusion/pi-workflow-suite@0.0.3
|
|
1198
1198
|
```
|
|
1199
1199
|
|
|
1200
1200
|
For temporary evaluation in a current Pi run, use:
|
|
1201
1201
|
|
|
1202
1202
|
```bash
|
|
1203
|
-
pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.
|
|
1203
|
+
pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.3
|
|
1204
1204
|
```
|
|
1205
1205
|
|
|
1206
1206
|
## Planned Enhancements
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v0.0.
|
|
1
|
+
v0.0.3
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@mediadatafusion/pi-workflow-suite","version":"0.0.
|
|
1
|
+
{"name":"@mediadatafusion/pi-workflow-suite","version":"0.0.3","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"],"image":"https://raw.githubusercontent.com/MediaDataFusion/pi-workflow-suite/main/docs/assets/pi-workflow-suite-header.png"},"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"}}
|