cn commands: use omarchy-cmd helpers per bin style rule

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
2026-08-24 21:16:54 -04:00
co-authored by Claude Fable 5
parent 0aaa770561
commit 9f78e1530f
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ codex) agent="codex" ;;
esac
command=$(cn_ai_harness_field "$harness" command)
if ! command -v "$command" > /dev/null 2>&1; then
if omarchy-cmd-missing "$command"; then
install=$(cn_ai_harness_field "$harness" install)
echo "Installing $harness: $install"
$install