Skip to content

Commit 5ca8718

Browse files
committed
examples: add pipeline task example
1 parent 77cd207 commit 5ca8718

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

docs/examples/pipeline-task.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)