Skip to content

Commit 351df6c

Browse files
이영창(piknow)claude
andcommitted
agent: add agent type to custom commands
Requirement: Support 'agent' commit type across all custom commands to properly categorize agent-related changes such as rules, commands, and automation updates. Implementation: - Added 'agent' type to make-branch type prefix list - Added 'agent' type to make-commit type prefix list - Added 'agent' type to make-pr type prefix list 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f35a321 commit 351df6c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.claude/commands/make-branch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ i{issue-index}-{type}/{action-description_with_underscores}
2222
- `doc` - Documentation changes
2323
- `config` - Configuration updates
2424
- `refactor` - Code refactoring
25+
- `agent` - Add or update agent rules, commands, or automation
2526
- `format` - Code formatting changes (whitespace, indentation, semicolons, etc.)
2627
- `test` - Test additions or improvements
2728
- `perf` - Performance improvements

.claude/commands/make-commit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Analyze git changes (staged and unstaged) and create well-structured commits.
2626
* `doc`: Documentation changes
2727
* `config`: prettier, eslint, ci/cd, dependency installs/bumps, docker, vscode settings
2828
* `refactor`: Lint fixes, prettier fixes, output-unchanged code improvements
29+
* `agent`: Add or update agent rules, commands, or automation
2930
* `format`: Code formatting changes (whitespace, indentation, semicolons, etc.)
3031
* `test`: Test additions or improvements, storybook, .test file additions
3132
* `perf`: Performance improvements

.claude/commands/make-pr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Generate titles based on branch analysis using these prefixes:
3434
- **doc**: Documentation changes
3535
- **config**: prettier, eslint, ci/cd, dependency installs/bumps, docker, vscode settings
3636
- **refactor**: Lint fixes, prettier fixes, output-unchanged code improvements
37+
- **agent**: Add or update agent rules, commands, or automation
3738
- **test**: Test additions or improvements, storybook, .test file additions
3839
- **perf**: Performance improvements
3940

0 commit comments

Comments
 (0)