Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:35 +08:00
commit 7dd6421034
11 changed files with 639 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
allowed-tools: Bash, Read, Edit
description: Update project CHANGELOG.md automatically from git commits
model: claude-sonnet-4-5-20250929
---
# Update Changelog
Run `npm run changelog:force` to automatically update CHANGELOG.md from git commits. Review generated entry for $ARGUMENTS version, edit to follow conventions in ai-docs/changelog-conventions.md (proper categorization, clear descriptions, technical context), and commit the updated CHANGELOG.md file.