ace-idea 0.18.1 → 0.18.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: a2cc7f992812fffe179a699bc87ac06fcfdefed13f4f3da7ef419a4137add4b5
4
- data.tar.gz: 141556dca539463cadfbe6c1bcc0f4c2c92fc2c5837713e2466762aaca502d8b
3
+ metadata.gz: a9d8743c933b9e8a8f4d26077d49d234e8a231c7bda7f94b3bc8fe4d86d0ca6e
4
+ data.tar.gz: 1f1a06bafc04aea9fa08f4db412dd1797a3716eba6f65c19d407533b787fc613
5
5
  SHA512:
6
- metadata.gz: b29dc90c7fbc321bd4122f1d0f4b53dcef20feca58f9f95182ce094b8e2d09a44dbf2240a1d9722d39e8b0f1efef1499cf6792c04f7738503d55d975cc01ec3b
7
- data.tar.gz: 95ac52b03b71a2cd545ce21601ab856c995d7bc6fca90861ceb8a8a9e2a15fc4ec5667041b5258cdfff86cef4e189eeedf05ca9bc7c36b19c6842ccc5a2da99e
6
+ metadata.gz: 2bd4d8a335dcf6ff487ac2f5f6933d5027505f9c9fb7eb72e1fa1f34028c49f12c7c416214fe8f6b8ccfe994198ef0a2c357c54358f95732800fcfe9c2cc20d7
7
+ data.tar.gz: b364b0e979985f8aa4d788e1f625ebfd1159a6318fafdc5824c0d393f99a9329841c046374abd7981f74b54bd8527f6a241476cda6a247aca965f33d965c2f13
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-idea gem
3
+ # This enables canonical skill discovery from the installed ace-idea gem
4
+
5
+ name: ace-idea
6
+ type: gem
7
+ description: Canonical skills from ace-idea 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.18.2] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Register package-level `.ace-defaults` skill-sources for ace-idea to enable canonical skill discovery in fresh installs.
14
+
10
15
 
11
16
  ## [0.18.1] - 2026-03-29
12
17
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Idea
5
- VERSION = '0.18.1'
5
+ VERSION = '0.18.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-idea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -89,6 +89,7 @@ extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
91
  - ".ace-defaults/idea/config.yml"
92
+ - ".ace-defaults/nav/protocols/skill-sources/ace-idea.yml"
92
93
  - ".ace-defaults/nav/protocols/wfi-sources/ace-idea.yml"
93
94
  - CHANGELOG.md
94
95
  - README.md