Skip to content

Commit 98cac54

Browse files
committed
fix(skills): escape backtick around "!" to prevent dynamic context injection error
1 parent b95b7b1 commit 98cac54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/.claude/skills/commit/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Module or area affected — derive from the primary area of change using singula
6363

6464
Indicate breaking changes in either (or both) of two ways:
6565

66-
- Append `!` after type/scope: `feat(api)!: remove deprecated endpoints`
66+
- Append "!" after type/scope: `feat(api)!: remove deprecated endpoints`
6767
- Add a `BREAKING CHANGE:` footer: `BREAKING CHANGE: response format changed from XML to JSON`
6868
- `BREAKING CHANGE` must be uppercase; `BREAKING-CHANGE` is also accepted as a footer token
6969

0 commit comments

Comments
 (0)