fix implement command
This commit is contained in:
parent
44aa4eea15
commit
305ecbfb8d
|
|
@ -5,7 +5,7 @@ description: Identify the next step in the plan, and start implementing this pha
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|
||||||
- Implementation Plan: !`cat docs/IMPLEMENTATION_PLAN.md | head -400`
|
- Implementation Plan: !`head -400 docs/IMPLEMENTATION_PLAN.md`
|
||||||
- Current branch: !`git branch --show-current`
|
- Current branch: !`git branch --show-current`
|
||||||
- Git status: !`git status --porcelain`
|
- Git status: !`git status --porcelain`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue