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 5cd1bb7 commit 77cd207Copy full SHA for 77cd207
1 file changed
docs/examples/correction-task.md
@@ -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