Skip to content

Commit b9cd8bd

Browse files
Trecekclaude
andcommitted
fix(diagrams): add remediation loop steps to research flow diagram
The research diagram omitted the remediate, check_audit_retry_loop, and pre_remediation_cleanup steps added in commit c4b884c. Update the diagram to show the bounded remediation cycle between audit_impl and run_experiment. Refresh the autoskillit-recipe-hash to match the current research.yaml content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent afcf795 commit b9cd8bd

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/autoskillit/recipes/diagrams/research.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- autoskillit-recipe-hash: sha256:1d5fac42c5bb63012f0407cb60737d61eca2eb680d3e461a56f588852875fabb -->
1+
<!-- autoskillit-recipe-hash: sha256:1d61758ec0da78599ff3979d01bad2cedffd1eb616aee634e84d90374f37e12b -->
22
<!-- autoskillit-diagram-format: v7 -->
33

44
## research
@@ -49,6 +49,16 @@ decompose_phases
4949
|
5050
+----+
5151

52+
audit_impl
53+
| x fail [-> remediate]
54+
|
55+
remediate (route)
56+
|
57+
check_audit_retry_loop (max 2)
58+
| x exceeded [-> escalate_stop]
59+
|
60+
pre_remediation_cleanup
61+
|
5262
run_experiment <-> [adjust_experiment] (optional)
5363
| x fail [-> troubleshoot_run_failure]
5464
| x exhausted [-> ensure_results]

0 commit comments

Comments
 (0)