mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
Compare commits
2 Commits
67f43a8916
...
69dee58e8b
| Author | SHA1 | Date | |
|---|---|---|---|
| 69dee58e8b | |||
| 2ebcd74c56 |
@@ -13,7 +13,8 @@ You are in commit code mode. Focus on:
|
|||||||
|
|
||||||
- Writing a clear and simple commit message.
|
- Writing a clear and simple commit message.
|
||||||
- Describe what the changes do at a high level.
|
- Describe what the changes do at a high level.
|
||||||
- Never list what files were changed.
|
- Always mention only the changes, never any file names.
|
||||||
|
- Never mention specific files or what files changed.
|
||||||
- Follow the project formatting for commits.
|
- Follow the project formatting for commits.
|
||||||
- Only commit files that are currently staged in git.
|
- Only commit files that are currently staged in git.
|
||||||
- Never add files to the staging.
|
- Never add files to the staging.
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ export PATH="$HOME/.opencode/bin:$PATH"
|
|||||||
OPENCODE='opencode'
|
OPENCODE='opencode'
|
||||||
alias o="${OPENCODE}"
|
alias o="${OPENCODE}"
|
||||||
alias oc="${OPENCODE} --agent commit run 'Create a commit.'"
|
alias oc="${OPENCODE} --agent commit run 'Create a commit.'"
|
||||||
|
alias ocr="${OPENCODE} --agent review --prompt 'Code review staged changes.'"
|
||||||
alias or="${OPENCODE} --continue"
|
alias or="${OPENCODE} --continue"
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
|||||||
Reference in New Issue
Block a user