ace-retro 0.16.1 → 0.16.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: 520b3b67b5e1712dcbca14c8c56fe9fddd3a47bdc80caa3faf6ddc3e9dba138e
4
- data.tar.gz: 4b8b0959304ebb2c9b98a2afdbd20f602f902eea90f764972dbf7a5f8d5536a6
3
+ metadata.gz: 1a9733471d77e2dd39d88d4cd3bb2b60deabdec62e109a94c0e667f32a1f93c3
4
+ data.tar.gz: cdf5c15a380d616bc1bda2a623a3ad0f1aeb613176bd6ac182a25a29e2061864
5
5
  SHA512:
6
- metadata.gz: f91f1847f3f0717324fb6d0682cf7c1e28f948e52f2e91883ed05870ee350a0d49d4cf532801f611164f6c2d3f0f2f675588839f8545e4ae045e937164cbc9a0
7
- data.tar.gz: 62ea71fd65bb3dbab2d2620592cd16a67b6fd9a469de29b08f1cd3a57ab99cb956fab14bbba89c2b03217102d7519c9f416750fc3d839e81e1cadcec347ba51f
6
+ metadata.gz: a805d2f8443896f70943e1a910b9cb88c7be5dc5360df780602d09f7fcbbe0b175fb99442c847823bd77fdd3ef2e9251e45b2bab760987778a5a5e350c8c809b
7
+ data.tar.gz: 4c67ed21bebec0c6509c50ef6c84ea3b3a567020a20f8fde5b8ea067b71c23dc0aad3c9dcc42f94331c5f7b993726fa7412c1e37ac28ab75ad3f3cf304129567
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-retro gem
3
+ # This enables canonical skill discovery from the installed ace-retro gem
4
+
5
+ name: ace-retro
6
+ type: gem
7
+ description: Canonical skills from ace-retro 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.16.2] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Register package-level `.ace-defaults` skill-sources for ace-retro to enable canonical skill discovery in fresh installs.
14
+
10
15
 
11
16
  ## [0.16.1] - 2026-03-29
12
17
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Retro
5
- VERSION = '0.16.1'
5
+ VERSION = '0.16.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-retro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -89,6 +89,7 @@ executables:
89
89
  extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
+ - ".ace-defaults/nav/protocols/skill-sources/ace-retro.yml"
92
93
  - ".ace-defaults/nav/protocols/wfi-sources/ace-retro.yml"
93
94
  - ".ace-defaults/retro/config.yml"
94
95
  - CHANGELOG.md