ace-handbook 0.21.0 → 0.21.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: 601dc9817570da785077875d586005bd52693f9fda174cbd6c6ab1a52caff72c
4
- data.tar.gz: 6fac18f1c2b84444de63d4922f959c0ea75d7ac949778ebb614d60a5a27a06aa
3
+ metadata.gz: 7ff9dbb1f4871cfe112f0308f955d33f3004c5f7e363c34f33e98814e9b948f5
4
+ data.tar.gz: 95cc2c73bd63005208b4bab666714117b3010aad5d5815850405fc78aa3645f3
5
5
  SHA512:
6
- metadata.gz: 0d81b467e7f3a34c6856a37732072703ce582088a9c8a1706e5f9c6c2c3cdd1b2b7d24f4067202b2e9594d3b3df6c4a1c9fd8282ab9a912d43856a5f783c5a16
7
- data.tar.gz: 41c864dc6543d3de1b63af4e9107c34f3b4ebc7c03c3861424c005db288ef557f4509158d67869cf86b052242832e397876c1e6f95ba7fa7f62f5c75d0b23479
6
+ metadata.gz: 55bd101a81580560dce70c362c18a9c7424431a26fc7390e14e79741d54371683d3e881551588196a7d224a5f1370907c50ee42f7aa29aa9f8bdcfb1a5b40dde
7
+ data.tar.gz: a99bc39bfd4832196dc918af93cdd416492fa2107ac93a532068e359072b4f7885aea12b3f316de94f5594a8118c6d21a3f99989bfd901b8bad439a9ba9052a1
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-handbook gem
3
+ # This enables canonical skill discovery from the installed ace-handbook gem
4
+
5
+ name: ace-handbook
6
+ type: gem
7
+ description: Canonical skills from ace-handbook 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,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.21.2] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Register package-level `.ace-defaults` skill-sources for ace-handbook to enable canonical skill discovery in fresh installs.
14
+
15
+
16
+ ## [0.21.1] - 2026-03-29
17
+
18
+ ### Fixed
19
+ - **ace-handbook v0.21.1**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
20
+
10
21
  ## [0.21.0] - 2026-03-28
11
22
 
12
23
  ### Changed
@@ -80,7 +80,7 @@ Complete the project initialization started by `coding-agent-tools integrate cla
80
80
  - `context` - Load project context
81
81
  - `release-manager` - Manage releases
82
82
  - **Create project-specific scripts (optional)**:
83
- - Only if the project requires custom wrapper scripts, create them in `bin/`
83
+ - Only if the project requires custom wrapper scripts, create them in `.ace-bin/`
84
84
  - Most functionality is available directly through dev-tools commands
85
85
 
86
86
  5. **Customize v.0.0.0 Bootstrap Release** (if it was created):
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Handbook
5
- VERSION = "0.21.0"
5
+ VERSION = '0.21.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-handbook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.21.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -15,56 +15,56 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '0.7'
18
+ version: '0.9'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '0.7'
25
+ version: '0.9'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: ace-support-core
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '0.25'
32
+ version: '0.29'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0.25'
39
+ version: '0.29'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: ace-support-nav
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '0.21'
46
+ version: '0.25'
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.21'
53
+ version: '0.25'
54
54
  - !ruby/object:Gem::Dependency
55
55
  name: ace-support-cli
56
56
  requirement: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '0.3'
60
+ version: '0.6'
61
61
  type: :runtime
62
62
  prerelease: false
63
63
  version_requirements: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0.3'
67
+ version: '0.6'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: bundler
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -118,6 +118,7 @@ extra_rdoc_files: []
118
118
  files:
119
119
  - ".ace-defaults/handbook/config.yml"
120
120
  - ".ace-defaults/nav/protocols/guide-sources/ace-handbook.yml"
121
+ - ".ace-defaults/nav/protocols/skill-sources/ace-handbook.yml"
121
122
  - ".ace-defaults/nav/protocols/tmpl-sources/ace-handbook.yml"
122
123
  - ".ace-defaults/nav/protocols/wfi-sources/ace-handbook.yml"
123
124
  - CHANGELOG.md