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 +4 -4
- data/.ace-defaults/nav/protocols/skill-sources/ace-sim.yml +19 -0
- data/CHANGELOG.md +5 -0
- data/lib/ace/sim/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7340b9fdb01883facf4927148bcbb3a0e7c4bbffe83ec88ee4053172b0f04e4
|
|
4
|
+
data.tar.gz: c3886e81755e5136a306205353f550e552fd060521e53b398124b119d88a1dfa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/ace/sim/version.rb
CHANGED
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.
|
|
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"
|