Skip to content

Commit 77cd207

Browse files
committed
examples: add correction task example
1 parent 5cd1bb7 commit 77cd207

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

docs/examples/correction-task.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Example: Correction Task
2+
3+
## Goal
4+
5+
Correct a defect using AI-OS.
6+
7+
## Loop
8+
9+
Correction loop.
10+
11+
## Steps
12+
13+
1. Reproduce or describe the issue.
14+
2. Create a focused check when useful.
15+
3. Identify the cause.
16+
4. Make the smallest correction.
17+
5. Run checks.
18+
6. Update docs if behavior changed.
19+
20+
## Evidence format
21+
22+
```text
23+
Issue:
24+
Cause:
25+
Correction:
26+
Check:
27+
Result:
28+
```

0 commit comments

Comments
 (0)