ace-git-worktree 0.19.1 → 0.19.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: 9f20d5ca6dc6561bdaee40dcad52452cd1885036b02ad067367eeaf9412a8536
4
- data.tar.gz: 7ce4138e69e5436dd92f71716e2b2ee538735256ff19d1bc1d972948eca83219
3
+ metadata.gz: ee8e612ad5256f0f5e980c219952b921ba251d7272d43528b11727119b2e403a
4
+ data.tar.gz: 491edbf4e2f53aa63cd7f745b06873aa039b9e7675482c922d7cef5d508f1c1c
5
5
  SHA512:
6
- metadata.gz: 936888428337f6d73c49758207e12532bf6ba577fbab58cf98e01665ab1b96bfaae96f0e5f2ac5e5a9a9839a4acfb349f593042978f24f0c1bc63f7c4419734b
7
- data.tar.gz: eef9e41390a5fd8318d81f18f74df87df0f8912d42f0d6938334087dff9fe68615bfa5fb7b3be6e60508670f09cd0e9bfbb5f17d9c9b4628d0d3246a85cdeda2
6
+ metadata.gz: 53e1e32355b4d0dc36b3c0e165962ee9e3fb09657b3ff2832fd61433077e29a8268b93fb3bc17104a1529bfad986199eaf7e1974fd1f238c29ae0183b9eeac44
7
+ data.tar.gz: 817aae3e451e3b6b36fd2471287f1c77f7659fe51bb2263d3079b25ef7d9453a5a6ed1c87f41c59c4be1a60ee1145b576969a97691a92b02bb0587b418a34f89
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-git-worktree gem
3
+ # This enables canonical skill discovery from the installed ace-git-worktree gem
4
+
5
+ name: ace-git-worktree
6
+ type: gem
7
+ description: Canonical skills from ace-git-worktree 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.19.3] - 2026-03-29
11
+
12
+ ### Fixed
13
+ - Bumped the `ace-git` runtime dependency constraint to `~> 0.19` so ace-git-worktree stays aligned with the current git workflow release.
14
+
15
+ ## [0.19.2] - 2026-03-29
16
+
17
+ ### Technical
18
+ - Register package-level `.ace-defaults` skill-sources for ace-git-worktree to enable canonical skill discovery in fresh installs.
19
+
10
20
 
11
21
  ## [0.19.1] - 2026-03-29
12
22
 
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Git
5
5
  module Worktree
6
- VERSION = '0.19.1'
6
+ VERSION = '0.19.3'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-git-worktree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1
4
+ version: 0.19.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -57,14 +57,14 @@ dependencies:
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '0.18'
60
+ version: '0.19'
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.18'
67
+ version: '0.19'
68
68
  - !ruby/object:Gem::Dependency
69
69
  name: ace-task
70
70
  requirement: !ruby/object:Gem::Requirement
@@ -133,6 +133,7 @@ extensions: []
133
133
  extra_rdoc_files: []
134
134
  files:
135
135
  - ".ace-defaults/git/worktree.yml"
136
+ - ".ace-defaults/nav/protocols/skill-sources/ace-git-worktree.yml"
136
137
  - ".ace-defaults/nav/protocols/wfi-sources/ace-git-worktree.yml"
137
138
  - CHANGELOG.md
138
139
  - LICENSE