This commit is contained in:
2026-08-01 19:29:00 -04:00
parent 2367be7841
commit cfbedd56b1
4 changed files with 9 additions and 22 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
"temperature": 1.0, "temperature": 1.0,
"top_p": 0.95, "top_p": 0.95,
"permission":{ "permission":{
"task": { "skill": {
"git": "allow" "git-*": "allow"
} }
} }
}, },
@@ -1,24 +1,10 @@
--- ---
description: Generates git commit message from changes, handle git operations name: git-commit
mode: subagent description: Generate git commit messages using Conventional Commits specification
model: opencode-go/deepseek-v4-flash license: MIT
hidden: false
permission:
edit: deny
bash: allow
read: allow
glob: allow
grep: allow
list: allow
--- ---
Your role is to handle commit. # Specification
You must not compile, build or attempt to make changes as everything has already been tested and confirmed as working as intended.
All changes are already staged. You must generate a commit message using staged changes and the specification below.
# Commit messages
## Specification
The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119. The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119.
@@ -39,7 +25,7 @@ The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL
- The units of information that make up Conventional Commits MUST NOT be treated as case-sensitive by implementors, with the exception of BREAKING CHANGE which MUST be uppercase. - The units of information that make up Conventional Commits MUST NOT be treated as case-sensitive by implementors, with the exception of BREAKING CHANGE which MUST be uppercase.
- BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer. - BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer.
## Examples # Examples
Commit message with description and breaking change footer Commit message with description and breaking change footer
``` ```
+1
View File
@@ -82,4 +82,5 @@
} }
#tray { #tray {
padding-bottom: 2rem;
} }
+1 -1
View File
@@ -2,7 +2,7 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'catppuccin/tmux#v2.1.3' set -g @plugin 'catppuccin/tmux#v2.1.3'
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'sainnhe/tmux-fzf' set -g @plugin 'omerxx/tmux-sessionx'
set -g @continuum-restore 'on' set -g @continuum-restore 'on'
set -g @resurrect-processes 'opencode nvim lazygit yazi' set -g @resurrect-processes 'opencode nvim lazygit yazi'