ace-sim 0.13.1 → 0.13.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: 5a53291e9c90df129f8b56a158a67c1646b4b1a54d39661ba9e91f8963f21ca5
4
- data.tar.gz: 44156d578ccea93cc3391bd332da797ee66c1d0cfa6d17411036f7f0dca498ac
3
+ metadata.gz: e7340b9fdb01883facf4927148bcbb3a0e7c4bbffe83ec88ee4053172b0f04e4
4
+ data.tar.gz: c3886e81755e5136a306205353f550e552fd060521e53b398124b119d88a1dfa
5
5
  SHA512:
6
- metadata.gz: 5427913b3d90491b387bd3ab177f7ab77e8ef71539fde19ac91dab39b86acc8e2472335997ff374f966cbad7cf146d21788de22a124aee10951a40657a78f576
7
- data.tar.gz: 16f75584d6429fd7454892e881aafde339a327931b68682be6d3503defab21a16c8ab02bc8e5e80482ee73532b3d83dde9cd91f374c28bef16ca6cd3d4d73e56
6
+ metadata.gz: 44c4f7b4a892d50d56ac7cfa8c71f48c61db15fd03491ca320979743bd217020e452f9322164396ca9baea7b41d2f23888af61ff61b75a2bf84d5e52137a520c
7
+ data.tar.gz: 3a92e8a989d9d123ec556cc50c90908e98ad42540e037f7dd833aae0807025e4f4de254f955126ad6ba7790d578da690f9f61c179554648b305d0390ecf08fd7
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-sim gem
3
+ # This enables canonical skill discovery from the installed ace-sim gem
4
+
5
+ name: ace-sim
6
+ type: gem
7
+ description: Canonical skills from ace-sim 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
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.13.2] - 2026-03-29
8
+
9
+ ### Technical
10
+ - Register package-level `.ace-defaults` skill-sources for ace-sim to enable canonical skill discovery in fresh installs.
11
+
7
12
 
8
13
  ## [0.13.1] - 2026-03-29
9
14
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Sim
5
- VERSION = '0.13.1'
5
+ VERSION = '0.13.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-sim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -117,6 +117,7 @@ executables:
117
117
  extensions: []
118
118
  extra_rdoc_files: []
119
119
  files:
120
+ - ".ace-defaults/nav/protocols/skill-sources/ace-sim.yml"
120
121
  - ".ace-defaults/nav/protocols/wfi-sources/ace-sim.yml"
121
122
  - ".ace-defaults/sim/config.yml"
122
123
  - ".ace-defaults/sim/presets/validate-idea.yml"