git-copilot-commit 0.3.5__tar.gz → 0.3.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/PKG-INFO +1 -1
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/src/git_copilot_commit/prompts/commit-message-generator-prompt.md +1 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/.github/workflows/ci.yml +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/.gitignore +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/.justfile +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/.python-version +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/LICENSE +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/README.md +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/pyproject.toml +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/src/git_copilot_commit/__init__.py +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/src/git_copilot_commit/cli.py +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/src/git_copilot_commit/git.py +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/src/git_copilot_commit/py.typed +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/src/git_copilot_commit/settings.py +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/src/git_copilot_commit/version.py +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/uv.lock +0 -0
- {git_copilot_commit-0.3.5 → git_copilot_commit-0.3.6}/vhs/demo.vhs +0 -0
|
@@ -29,6 +29,7 @@ Your task is to generate a commit message in the [Conventional Commits](https://
|
|
|
29
29
|
- Lowercase, single word or hyphenated phrase
|
|
30
30
|
- Represents the affected area, module, or file
|
|
31
31
|
- Use broad area if multiple related files are affected
|
|
32
|
+
- Only support a single scope; do not list multiple scopes or use complex paths
|
|
32
33
|
|
|
33
34
|
## `<description>`
|
|
34
35
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|