ace-git-commit 0.23.1 → 0.23.2

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: 2ed7ef7660ba73802b0b4cc7c9b1d06bb1e76d7d81309858bb230d3854d94a80
4
+ data.tar.gz: a731728511d2d8d6bd7988aaa0904d51ea6b156b04fc6e62952b540357b65fa7
5
5
  SHA512:
6
- metadata.gz: 4357687d19711e503bc3b9e497c9210247f823ad43276ac0d56983a3e9cc50532060395f5b6f4fa070ed04022d0fe34288b332b0f05cefba5a9183c3c8b41b15
7
- data.tar.gz: 120c8e9edb82567f1c5d1168e386b71f5c36d00b6addc498137b819285c7ddbc3ca5071a3f3c1b8089efec5b1286821d464e33e61a16965f9fbc83f67c9765cb
6
+ metadata.gz: 855b83ae7eef25dc6185e5b1e6fe8f511a7748d803494ea469fb0c05fe485ea10b5eaeaad1b9d6c76b49852ab045bbdf702fd06cd9c7a6503bf05c1bd3756831
7
+ data.tar.gz: cef90a6a0af8ac97f8a30c042551edfe09d383c2c397f128bfba66d3bde66d9300de0fd5cb708328cd34f3b45a67ce8595068d000d9231b405c5cd3cf946ae5a
@@ -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,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.23.2] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Register package-level `.ace-defaults` skill-sources for ace-git-commit to enable canonical skill discovery in fresh installs.
14
+
10
15
 
11
16
  ## [0.23.1] - 2026-03-29
12
17
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module GitCommit
5
- VERSION = '0.23.1'
5
+ VERSION = '0.23.2'
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -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