Skip to content

Commit 32c3bc3

Browse files
committed
Add Bash "rm:*" to allow list. Add pipeline summaries
1 parent 7e63d2d commit 32c3bc3

File tree

22 files changed

+76
-41
lines changed

22 files changed

+76
-41
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"allow": [
44
"Bash(rg:*)",
55
"Bash(grep:*)",
6-
"Bash(npm run compile:*)"
6+
"Bash(npm run compile:*)",
7+
"Bash(rm:*)"
78
],
89
"deny": []
910
}

pipelines/cache_pipeline/summary.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates smart caching to save time on re-runs by skipping unchanged steps

pipelines/fan_pipeline/summary.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

pipelines/fan_pipeline/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates parallel processing workflows using fan-out and fan-in patterns

pipelines/hello_pipeline/summary.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A basic ZenML pipeline that demonstrates the fundamentals of steps and pipelines by outputting "Hello World!"

pipelines/io_pipeline/summary.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

pipelines/io_pipeline/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Demonstrates how to pass data between pipeline steps using typed inputs and outputs

pipelines/meta_pipeline/summary.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)