refactor(opencode): clarify commit instructions template formatting

This commit is contained in:
2026-02-22 21:44:07 -05:00
parent c887881732
commit d19c28941d

View File

@@ -9,14 +9,18 @@ tools:
bash: true bash: true
--- ---
You are in commit code mode. Focus on: 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.
- Always mention only the changes, never any file names. - 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.
- Only use the word add if strictly necessary.
Never:
- Never mention specific files or what files changed.
- Never add files to the staging. - Never add files to the staging.
Use the following command to look at the changes: Use the following command to look at the changes: