Skip to content

Commit 7cb226f

Browse files
committed
fix checkpoint command front matter
1 parent 7c8ae46 commit 7cb226f

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.claude/commands/checkpoint.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Create commit with detailed comment
3+
---
4+
15
Please create a comprehensive checkpoint commit with the following steps:
26

37
1. **Initialize Git if needed**: Run `git init` if git has not been instantiated for the project yet.
@@ -26,6 +30,7 @@ Please create a comprehensive checkpoint commit with the following steps:
2630
5. **Execute the commit**: Create the commit with the properly formatted message following this repository's conventions.
2731

2832
IMPORTANT:
33+
2934
- Do NOT skip any files - include everything
3035
- Make the commit message descriptive enough that someone reviewing the git log can understand what was accomplished
3136
- Follow the project's existing commit message conventions (check git log first)

create-agentic-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

create-agentic-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-agentic-app",
3-
"version": "1.1.41",
3+
"version": "1.1.42",
44
"description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
55
"type": "module",
66
"bin": {

create-agentic-app/template/.claude/commands/checkpoint.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Create commit with detailed comment
3+
---
4+
15
Please create a comprehensive checkpoint commit with the following steps:
26

37
1. **Initialize Git if needed**: Run `git init` if git has not been instantiated for the project yet.
@@ -26,6 +30,7 @@ Please create a comprehensive checkpoint commit with the following steps:
2630
5. **Execute the commit**: Create the commit with the properly formatted message following this repository's conventions.
2731

2832
IMPORTANT:
33+
2934
- Do NOT skip any files - include everything
3035
- Make the commit message descriptive enough that someone reviewing the git log can understand what was accomplished
3136
- Follow the project's existing commit message conventions (check git log first)

0 commit comments

Comments
 (0)