ace-prompt-prep 0.23.1 → 0.23.3

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: 2c3a9fa55e361827266591392c7518a896ef570d254d1ba4860002952723668e
4
- data.tar.gz: '08236cb736227762d3a4cbf6a85b1f7ae9ccad99b39bcb882c211fda392805a0'
3
+ metadata.gz: 06b621b6316863e7caa2087328fc4554f7c6803a9d58c7fa49fcb2e0ff7bafdb
4
+ data.tar.gz: 95ccf6326ad11074353049272b4ad2f3da6cb0a14172f1301e54646d7cba5d95
5
5
  SHA512:
6
- metadata.gz: a128570929fe92e2e5f4304de2f2b88a7d003be0414a00cd3a5974ff0211f49bd69d602cf2415a0d9d2846530102f378c0a245426c428a3093dc1010e27cae31
7
- data.tar.gz: 127641078f4dbe1ae6713baec6264a98eb472645183df9da2710a9a2cba8e7c6129d5ca408e04097aef24b696e5c03effd228dd0a768cb48f7e46073b12baaff
6
+ metadata.gz: 2df1b295cb2ff0f59712e8cbc49143061f9261375df1105abeced5cb00433fed60af1ab6e904141c3e0940880a1ff46f98915756641d3ea742096289b6cbb5fc
7
+ data.tar.gz: b047020f769468f97f6ee7dd1616c7e4c7545a68be1419c7273d3093d4cbdfd72b02b17249354f5cca8c3a4a5bba05e8c191641b857678e7568f066df7b21d98
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-prompt-prep gem
3
+ # This enables canonical skill discovery from the installed ace-prompt-prep gem
4
+
5
+ name: ace-prompt-prep
6
+ type: gem
7
+ description: Canonical skills from ace-prompt-prep 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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.23.3] - 2026-03-29
11
+
12
+ ### Fixed
13
+ - Bumped the `ace-git` runtime dependency constraint to `~> 0.19` so ace-prompt-prep stays aligned with the current git workflow release.
14
+
15
+ ## [0.23.2] - 2026-03-29
16
+
17
+ ### Technical
18
+ - Register package-level `.ace-defaults` skill-sources for ace-prompt-prep to enable canonical skill discovery in fresh installs.
19
+
10
20
 
11
21
  ## [0.23.1] - 2026-03-29
12
22
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module PromptPrep
5
- VERSION = '0.23.1'
5
+ VERSION = '0.23.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-prompt-prep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.1
4
+ version: 0.23.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '0.18'
46
+ version: '0.19'
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '0.18'
53
+ version: '0.19'
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: ace-llm
56
56
  requirement: !ruby/object:Gem::Requirement
@@ -146,6 +146,7 @@ extensions: []
146
146
  extra_rdoc_files: []
147
147
  files:
148
148
  - ".ace-defaults/nav/protocols/prompt-sources/ace-prompt-prep.yml"
149
+ - ".ace-defaults/nav/protocols/skill-sources/ace-prompt-prep.yml"
149
150
  - ".ace-defaults/nav/protocols/tmpl-sources/ace-prompt-prep.yml"
150
151
  - ".ace-defaults/prompt-prep/config.yml"
151
152
  - CHANGELOG.md