Skip to content

Commit 6d5b742

Browse files
chore(commands): update agent assignments for git commands
1 parent 6d85c4e commit 6d5b742

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.opencode/commands/git-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Commit staged changes with a conventional commit message
3-
agent: build
3+
agent: developer-fast
44
---
55

66
Commit staged changes using Conventional Commits 1.0.0.

.opencode/commands/git-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Push committed changes to remote — never stages or commits anything
3-
agent: build
3+
agent: developer-fast
44
---
55

66
Push the committed (but not yet pushed) changes to the remote repository.

0 commit comments

Comments
 (0)