From 305ecbfb8df750eff125fb7ce57d97c61edebe57 Mon Sep 17 00:00:00 2001 From: beo3000 Date: Wed, 24 Dec 2025 14:19:10 +0100 Subject: [PATCH] fix implement command --- .claude/commands/implement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/implement.md b/.claude/commands/implement.md index 87a7498..74f9aaa 100644 --- a/.claude/commands/implement.md +++ b/.claude/commands/implement.md @@ -5,7 +5,7 @@ description: Identify the next step in the plan, and start implementing this pha ## Context -- Implementation Plan: !`cat docs/IMPLEMENTATION_PLAN.md | head -400` +- Implementation Plan: !`head -400 docs/IMPLEMENTATION_PLAN.md` - Current branch: !`git branch --show-current` - Git status: !`git status --porcelain`