omx(team): auto-checkpoint worker-4 [unknown]

This commit is contained in:
bellman
2026-05-15 11:07:21 +09:00
parent fb9095c611
commit 0f8717834f
2 changed files with 70 additions and 9 deletions

View File

@@ -4595,13 +4595,6 @@ mod tests {
path: Some("notes.txt".to_string())
}))
);
assert_eq!(
SlashCommand::parse("/session exists abc123"),
Ok(Some(SlashCommand::Session {
action: Some("exists".to_string()),
target: Some("abc123".to_string())
}))
);
assert_eq!(
SlashCommand::parse("/session switch abc123"),
Ok(Some(SlashCommand::Session {