Adding doc comments.

This commit is contained in:
Timmy
2026-06-29 17:02:17 +01:00
parent feb35ddd10
commit 0a0ab65908
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -171,6 +171,7 @@ pub(super) async fn tool_move_story_to_merge(
.map_err(|e| format!("Serialization error: {e}"))
}
/// Record a merge failure reported by the mergemaster agent.
pub(super) async fn tool_report_merge_failure(
args: &Value,
ctx: &AppContext,