ace-search 0.24.1 → 0.24.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: 414e39ac387f9ec1a3cbabd38c2b007e1979ade0630c91ee1709e4b45f0186f7
4
- data.tar.gz: c53d9796f5f313cc45d61fbfacb215a091e3e5d0cebf3f37875f5ae1c6b3d480
3
+ metadata.gz: 484fbb69950cd8e996ec64ddfabf2d1bbce8bf5190657ec8e3c86f219936de52
4
+ data.tar.gz: 93c0a7010cf10d3051bb050fcf52a11a011ace81e91ffb7e6bf474adcdebbcd3
5
5
  SHA512:
6
- metadata.gz: 1ada772f414d07ad2adb5865ce4721e3102f97362b3a0c9662634ff409014f63b1c0a381c5ccc8bfa6a60e05cfaa2251e44e4c98b30d9dab30950deec11f06e7
7
- data.tar.gz: b00c29ba83f0c35687df4b0203c3984d96bb6257d46b8e4f29f6552a3cf75b7bdf62c476001bb68102466941283b07b3472d10477e88f496e96bf02f832171b2
6
+ metadata.gz: ab9c3ca2f2c791314b6dcdd6d61c55d7bcd40f4eef1e2effc8fa90a2ed7b605e73c3d635008fb462731df5f5f5f91d9bf28096ea4cdaf7e2104682c0ed3bd9f1
7
+ data.tar.gz: 5629407d5d766796c7b8e4bd0bce7355678af09d6b6a7cb7bbfcb037a4bb35dadbb6cfa099461310b16607973431d828752945a34f34a8ead71f3f684b5d55a5
@@ -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,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.24.2] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Register package-level `.ace-defaults` skill-sources for ace-search to enable canonical skill discovery in fresh installs.
14
+
10
15
 
11
16
  ## [0.24.1] - 2026-03-29
12
17
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Search
5
- VERSION = '0.24.1'
5
+ VERSION = '0.24.2'
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -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"