Skip to content

Commit 8b688f3

Browse files
xesrevinuGit Agent
andcommitted
chore(config): add scope definitions to config.yml
- Introduce scope definitions for conventional commits - Document descriptions for cli, config, domain, services, shared, and tests This commit adds a new configuration file that defines the scopes used for conventional commits. It helps maintain consistency and clarity across commit messages by explicitly listing available scopes and their descriptions. Co-Authored-By: Git Agent <noreply@git-agent.dev>
1 parent 0b01478 commit 8b688f3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.git-agent/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
scopes:
2+
- name: cli
3+
description: Command line interface commands and related logic
4+
- name: config
5+
description: Configuration files and environment settings
6+
- name: domain
7+
description: Core domain entities and business logic
8+
- name: services
9+
description: Service layer implementations handling various functionalities
10+
- name: shared
11+
description: Utility modules and shared helper functions
12+
- name: tests
13+
description: Test suites and test helpers

0 commit comments

Comments
 (0)