ace-git-commit 0.23.1 → 0.23.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a80e990c82c5d2ba30d23b3f5fbf42952a2206f543a7d2cd18dc917578d41a61
4
- data.tar.gz: 9066e83bff1a524b684f449ad2cc08a01747dfec153201ff944fc0e79e106fde
3
+ metadata.gz: 2bc2e2220fd8f182938d6dbba58613cff4dec139f50468a675f98d32f3c7d7cd
4
+ data.tar.gz: cae80f357633c1eb626142829962cac93ec7d31c17576b5058987651e027b2f9
5
5
  SHA512:
6
- metadata.gz: 4357687d19711e503bc3b9e497c9210247f823ad43276ac0d56983a3e9cc50532060395f5b6f4fa070ed04022d0fe34288b332b0f05cefba5a9183c3c8b41b15
7
- data.tar.gz: 120c8e9edb82567f1c5d1168e386b71f5c36d00b6addc498137b819285c7ddbc3ca5071a3f3c1b8089efec5b1286821d464e33e61a16965f9fbc83f67c9765cb
6
+ metadata.gz: 6832315b87953c3f437f0855a093ba7261920660974bc6e1de371a40361d0face3c76c26bb042ba1b650dd1780aee8aa26f081bd9a28d7cee8f23fcfe629f9ac
7
+ data.tar.gz: c67453df9c89de06557453a59a1c3f71f41528e19032fda14173827a62bda9e3c1cc262f49f4977ebad872a868667fb92db1399bbc870401944850c2e79c29eb
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-git-commit gem
3
+ # This enables canonical skill discovery from the installed ace-git-commit gem
4
+
5
+ name: ace-git-commit
6
+ type: gem
7
+ description: Canonical skills from ace-git-commit gem
8
+ priority: 10
9
+
10
+ # Configuration for skill discovery within the gem
11
+ config:
12
+ # Relative path within the gem
13
+ relative_path: handbook/skills
14
+
15
+ # Pattern for finding canonical skill files
16
+ pattern: "*/SKILL.md"
17
+
18
+ # Enable discovery
19
+ enabled: true
data/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.23.3] - 2026-03-29
11
+
12
+ ### Fixed
13
+ - Bumped the `ace-git` runtime dependency constraint to `~> 0.19` so ace-git-commit stays aligned with the current git workflow release.
14
+
15
+ ## [0.23.2] - 2026-03-29
16
+
17
+ ### Technical
18
+ - Register package-level `.ace-defaults` skill-sources for ace-git-commit to enable canonical skill discovery in fresh installs.
19
+
10
20
 
11
21
  ## [0.23.1] - 2026-03-29
12
22
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module GitCommit
5
- VERSION = '0.23.1'
5
+ VERSION = '0.23.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-git-commit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.1
4
+ version: 0.23.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '0.18'
60
+ version: '0.19'
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0.18'
67
+ version: '0.19'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: ace-llm
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -92,6 +92,7 @@ files:
92
92
  - ".ace-defaults/git/commit.yml"
93
93
  - ".ace-defaults/nav/protocols/guide-sources/ace-git-commit.yml"
94
94
  - ".ace-defaults/nav/protocols/prompt-sources/ace-git-commit.yml"
95
+ - ".ace-defaults/nav/protocols/skill-sources/ace-git-commit.yml"
95
96
  - ".ace-defaults/nav/protocols/wfi-sources/ace-git-commit.yml"
96
97
  - CHANGELOG.md
97
98
  - COMPARISON.md