Save before creating restore point: Before implementing auto-commit system
Auto-saved at 2025-07-29 14:24:49 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -4,9 +4,13 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"auto-commit": "./auto-commit.sh",
|
||||
"watch-commit": "node watch-and-commit.js",
|
||||
"save": "./auto-commit.sh commit",
|
||||
"restore-point": "./auto-commit.sh restore-point"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-dialog": "^1.1.14",
|
||||
|
||||
Reference in New Issue
Block a user