@uniswap/ai-toolkit-nx-claude 0.5.9 → 0.5.10-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: commit-message-generator
|
|
3
3
|
description: Generate well-structured git commit messages that clearly communicate the WHAT and WHY of code changes. Your messages should help future developers (including the author) understand the purpose and context of the commit.
|
|
4
|
-
model: sonnet-4
|
|
4
|
+
model: sonnet-4.5
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# commit-message-generator Agent
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pr-creator
|
|
3
3
|
description: Creates or updates Graphite PRs with auto-generated conventional commit messages and comprehensive PR descriptions based on diffs
|
|
4
|
-
model: sonnet-4
|
|
4
|
+
model: sonnet-4.5
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
You are a Graphite PR management specialist who creates and updates pull requests with well-crafted conventional commit messages and informative PR descriptions.
|