You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-commit: Add saidata generation metadata tracking and schema enhancements
- Added saidata metadata section to schema 0.3 with model, generation_date, generation_time, test_date, and human_review_date fields
- Enhanced generation engine to automatically inject metadata during saidata generation
- Updated CLI commands (generate, update, batch) to pass model name for metadata tracking
- Added saidata/ directory to .gitignore to prevent accidental commits
- Updated devcontainer base image from Python 3.11-slim to Ubuntu 24.04
- Fixed git auto-commit hook to use --no-pager flag for git diff
Copy file name to clipboardExpand all lines: .kiro/hooks/git-auto-commit.kiro.hook
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@
11
11
},
12
12
"then": {
13
13
"type": "askAgent",
14
-
"prompt": "Files have been modified in the workspace. Please:\n1. Update CHANGELOG\n2. Run `git add .` to stage all changes\n3. Run `git commit -m \"Auto-commit: [describe the changes]\"` with an appropriate commit message describing what was changed\n"
14
+
"prompt": "Files have been modified in the workspace. Please:\n1. Update CHANGELOG. When runnging git diff use the --no-pager option\n2. Run `git add .` to stage all changes\n3. Run `git commit -m \"Auto-commit: [describe the changes]\"` with an appropriate commit message describing what was changed\n"
0 commit comments