We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cd207 commit 5ca8718Copy full SHA for 5ca8718
1 file changed
docs/examples/pipeline-task.md
@@ -0,0 +1,30 @@
1
+# Example: Pipeline Task
2
+
3
+## Goal
4
5
+Repair a failing workflow using AI-OS.
6
7
+## Loop
8
9
+Pipeline repair loop.
10
11
+## Steps
12
13
+1. Read the failing job name.
14
+2. Read the relevant log section.
15
+3. Classify the failure.
16
+4. Identify the cause.
17
+5. Make the smallest correction.
18
+6. Run the local or workflow check.
19
+7. Report evidence.
20
21
+## Evidence format
22
23
+```text
24
+Workflow:
25
+Job:
26
+Failure class:
27
+Cause:
28
+Change:
29
+Verification:
30
+```
0 commit comments