@wichayutdew/pi-workflows 2.2.0 → 2.3.0
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 +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,23 @@ tools, prompts, approvals, and outcomes in YAML; it provides bounded execution,
|
|
|
9
9
|
durable checkpoints, isolated subagent work, and a live status view without
|
|
10
10
|
dictating your language, framework, or delivery process.
|
|
11
11
|
|
|
12
|
+
## See it in action
|
|
13
|
+
|
|
14
|
+
<p align="center">
|
|
15
|
+
<a href="https://raw.githubusercontent.com/wichayutdew/pi-workflows/main/assets/video.mp4">
|
|
16
|
+
<img src="https://raw.githubusercontent.com/wichayutdew/pi-workflows/main/assets/demo.gif" alt="Animated terminal demonstration of a Pi workflow" width="960">
|
|
17
|
+
</a>
|
|
18
|
+
</p>
|
|
19
|
+
|
|
20
|
+
<p align="center"><em>Animated preview — select it to download the full 73-second MP4.</em></p>
|
|
21
|
+
|
|
22
|
+
## At a glance
|
|
23
|
+
|
|
24
|
+
| Summary and status | Workflow details |
|
|
25
|
+
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
26
|
+
| <img src="https://raw.githubusercontent.com/wichayutdew/pi-workflows/main/assets/Summary.png" alt="Pi Workflows summary and status view" width="100%"> | <img src="https://raw.githubusercontent.com/wichayutdew/pi-workflows/main/assets/Details.png" alt="Pi Workflows detailed workflow view" width="100%"> |
|
|
27
|
+
| See progress, approvals, and outcome at a glance. | Inspect each workflow step and its execution details. |
|
|
28
|
+
|
|
12
29
|
## Why Pi Workflows
|
|
13
30
|
|
|
14
31
|
- Turn multi-step agent work into clear, reviewable workflow definitions.
|