Skip to content

Commit cec1cd6

Browse files
authored
[W-17917268] AI Prompt Template Policy Example
1 parent 5438bf1 commit cec1cd6

File tree

21 files changed

+5152
-0
lines changed

21 files changed

+5152
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[registry]
2+
global-credential-providers = ["cargo:token"]
3+
4+
[registries]
5+
anypoint = { index = "https://anypoint.mulesoft.com/git/68ef9520-24e9-4cf2-b2f5-620025690913/19f9d123-5775-44d7-a67f-49328cfa00b0" }
6+
7+
[net]
8+
git-fetch-with-cli = true

ai-prompt-template/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
target
2+
playground/config/custom-policies/*
3+
!playground/config/custom-policies/note.txt
4+
.pdk
5+
registration.yaml
6+
certificate.yaml

ai-prompt-template/.project.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
implementation:
2+
ref: .
3+
definition:
4+
refMode: filesystem
5+
ref: definition

0 commit comments

Comments
 (0)