diff --git a/.claude/commands/checkpoint.md b/.claude/commands/checkpoint.md index b6c06e8..8cb3936 100644 --- a/.claude/commands/checkpoint.md +++ b/.claude/commands/checkpoint.md @@ -1,3 +1,7 @@ +--- +description: Create commit with detailed comment +--- + Please create a comprehensive checkpoint commit with the following steps: 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: 5. **Execute the commit**: Create the commit with the properly formatted message following this repository's conventions. IMPORTANT: + - Do NOT skip any files - include everything - Make the commit message descriptive enough that someone reviewing the git log can understand what was accomplished - Follow the project's existing commit message conventions (check git log first) diff --git a/create-agentic-app/package-lock.json b/create-agentic-app/package-lock.json index 647bf77..90861d9 100644 --- a/create-agentic-app/package-lock.json +++ b/create-agentic-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-agentic-app", - "version": "1.1.41", + "version": "1.1.42", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-agentic-app", - "version": "1.1.41", + "version": "1.1.42", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/create-agentic-app/package.json b/create-agentic-app/package.json index 9f745ef..c09c64e 100644 --- a/create-agentic-app/package.json +++ b/create-agentic-app/package.json @@ -1,6 +1,6 @@ { "name": "create-agentic-app", - "version": "1.1.41", + "version": "1.1.42", "description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK", "type": "module", "bin": { diff --git a/create-agentic-app/template/.claude/commands/checkpoint.md b/create-agentic-app/template/.claude/commands/checkpoint.md index b6c06e8..8cb3936 100644 --- a/create-agentic-app/template/.claude/commands/checkpoint.md +++ b/create-agentic-app/template/.claude/commands/checkpoint.md @@ -1,3 +1,7 @@ +--- +description: Create commit with detailed comment +--- + Please create a comprehensive checkpoint commit with the following steps: 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: 5. **Execute the commit**: Create the commit with the properly formatted message following this repository's conventions. IMPORTANT: + - Do NOT skip any files - include everything - Make the commit message descriptive enough that someone reviewing the git log can understand what was accomplished - Follow the project's existing commit message conventions (check git log first)