ace-search 0.24.1 → 0.24.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: 414e39ac387f9ec1a3cbabd38c2b007e1979ade0630c91ee1709e4b45f0186f7
4
- data.tar.gz: c53d9796f5f313cc45d61fbfacb215a091e3e5d0cebf3f37875f5ae1c6b3d480
3
+ metadata.gz: bdf396f9f2021b4dbb344f89701bfc876b70d37fe5965a62dde7300bea9326da
4
+ data.tar.gz: f087efa09558212f068531ee4a4800a51d612fdd5eb48340983cc98b0b3335a2
5
5
  SHA512:
6
- metadata.gz: 1ada772f414d07ad2adb5865ce4721e3102f97362b3a0c9662634ff409014f63b1c0a381c5ccc8bfa6a60e05cfaa2251e44e4c98b30d9dab30950deec11f06e7
7
- data.tar.gz: b00c29ba83f0c35687df4b0203c3984d96bb6257d46b8e4f29f6552a3cf75b7bdf62c476001bb68102466941283b07b3472d10477e88f496e96bf02f832171b2
6
+ metadata.gz: 8b57408fc45653bf98f3e93b2c2549cf8fccb27d7b48608966235af50a420e0230e0cdbe607e6d81f9679843be2b0e1d9e45514ab8872641cc50dcc9c7196dd2
7
+ data.tar.gz: 360c0524cb5f52cf96dc790a603f9768ddd2e9fbda696099256ce6de02ae00bad04017970422808b1751475e12b6433e6206ce4dacf684141c1acafb14b20a99
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-search gem
3
+ # This enables canonical skill discovery from the installed ace-search gem
4
+
5
+ name: ace-search
6
+ type: gem
7
+ description: Canonical skills from ace-search 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.24.3] - 2026-03-29
11
+
12
+ ### Fixed
13
+ - Bumped the `ace-git` runtime dependency constraint to `~> 0.19` so ace-search stays aligned with the current git workflow release.
14
+
15
+ ## [0.24.2] - 2026-03-29
16
+
17
+ ### Technical
18
+ - Register package-level `.ace-defaults` skill-sources for ace-search to enable canonical skill discovery in fresh installs.
19
+
10
20
 
11
21
  ## [0.24.1] - 2026-03-29
12
22
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Search
5
- VERSION = '0.24.1'
5
+ VERSION = '0.24.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.1
4
+ version: 0.24.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-support-test-helpers
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -116,6 +116,7 @@ executables:
116
116
  extensions: []
117
117
  extra_rdoc_files: []
118
118
  files:
119
+ - ".ace-defaults/nav/protocols/skill-sources/ace-search.yml"
119
120
  - ".ace-defaults/nav/protocols/wfi-sources/ace-search.yml"
120
121
  - ".ace-defaults/search/config.yml"
121
122
  - ".ace-defaults/search/presets/code.yml"