ace-handbook 0.20.0 → 0.21.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45625bf9ec6881fac6a5814c2cfd3f39c6a526eae99fbf3c2658dd22987e3fa3
|
|
4
|
+
data.tar.gz: d63b7fba9510d79908f0c12a5805f8db78a757b0deb8c5974c40f521bc8bb141
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56cd48211e266ac0e419e01f68a5f2058500cfbb6ef3bf681f9c9459c4c7cabb67bc2ba254540a6578f7b3930090d1632909b7ecac5b8093c705ae2b4a8c4326
|
|
7
|
+
data.tar.gz: 5050570d49f75945b2f897644edd286af33d456f57a63994f36d320c079b76db03df58eaf732918cf531c16af720eb0bf19a7e845680d8eb665d5111b150bfe3
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
|
|
11
|
+
## [0.21.1] - 2026-03-29
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- **ace-handbook v0.21.1**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
|
|
15
|
+
|
|
16
|
+
## [0.21.0] - 2026-03-28
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Migrated most RubyGems publish decision logic into `wfi://release/rubygems-publish`, keeping `as-release-rubygems-publish` as a thin workflow wrapper.
|
|
21
|
+
|
|
22
|
+
### Technical
|
|
23
|
+
|
|
24
|
+
- Removed skill-local pending-release-discovery preference logic and aligned the workflow with build-first + single-OTP publish behavior.
|
|
25
|
+
|
|
10
26
|
## [0.20.0] - 2026-03-28
|
|
11
27
|
|
|
12
28
|
### Added
|
|
@@ -54,6 +54,5 @@ None
|
|
|
54
54
|
- Run `ace-bundle wfi://release/rubygems-publish` in the current project to load the workflow instructions.
|
|
55
55
|
- Read the loaded workflow and execute it end-to-end in this project.
|
|
56
56
|
- Follow the workflow as the source of truth.
|
|
57
|
-
- If `bin/ace-rubygems-needs-release` exists, prefer it for pending-release discovery before falling back to per-gem RubyGems checks.
|
|
58
57
|
- Do the work described by the workflow instead of only summarizing it.
|
|
59
58
|
- When the workflow requires edits, tests, or commits, perform them in this project.
|
|
@@ -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
|
|
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):
|
data/lib/ace/handbook/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.21.1
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
67
|
+
version: '0.6'
|
|
68
68
|
- !ruby/object:Gem::Dependency
|
|
69
69
|
name: bundler
|
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|