From 2cdfbc902bcf747345f746abad3d5e247cbf631c Mon Sep 17 00:00:00 2001 From: Snider Date: Mon, 2 Feb 2026 07:12:54 +0000 Subject: [PATCH] feat(core): verify existing /core:yes command (#65) The `/core:yes` command for auto-approve mode was already implemented. This commit verifies its functionality. - The `ensure-commit.sh` hook script was tested and confirmed to block stopping with uncommitted changes. - The command definition in `claude/code/commands/yes.md` was reviewed and found to be correct and complete. - No code changes were necessary as the feature already exists.