ace-handbook 0.25.3 → 0.27.4
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/CHANGELOG.md +53 -1
- data/README.md +7 -0
- data/handbook/cookbooks/setup-starting-a-multi-ruby-gem-monorepo-with-ace.cookbook.md +6 -6
- data/handbook/guides/cli-dry-cli.g.md +2 -2
- data/handbook/guides/cli-support-cli.g.md +2 -2
- data/handbook/skills/as-release-rubygems-publish/SKILL.md +2 -2
- data/handbook/workflow-instructions/handbook/perform-delivery.wf.md +1 -1
- data/lib/ace/handbook/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de6c88b47a7fafffa19ef76352db0569c3fa5b3139a661b925616d1cbc7b0774
|
|
4
|
+
data.tar.gz: d6e990ead6a32aebb44a20a630d422dd704d88c2ab6bebb17d6a1e32a593476d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd5418f90557c7666854e07450cabc08a572a6a8b73129a100f17be8e2154b6bf4ed7414aa8986cfff0163ab9367566e388478728093f8e91ef715991438b7e1
|
|
7
|
+
data.tar.gz: 2f15096be8f24d52ea63116ad6e380130a924f823283732941ff3bed8581c0d3e3cf8c86a23455a1f9e516621d9e08db71fe20be340826e21cc6b828502f8825
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.27.4] - 2026-04-16
|
|
11
|
+
|
|
12
|
+
### Technical
|
|
13
|
+
- Updated `TS-HANDBOOK-001` sandbox setup to source `mise.toml` from `${ACE_E2E_SOURCE_ROOT:-$PROJECT_ROOT_PATH}` so handbook smoke flows stay aligned with the shared read-only source-root contract.
|
|
14
|
+
|
|
15
|
+
## [0.27.3] - 2026-04-15
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
- Corrected `TS-HANDBOOK-002` setup to copy `mise.toml` from `${ACE_E2E_SOURCE_ROOT:-$PROJECT_ROOT_PATH}` so sandboxed E2E runs load source-root tooling consistently.
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- Corrected release-proof command references to use positional `ace-test-e2e ace-monorepo-e2e TS-MONO-001` invocation.
|
|
22
|
+
|
|
23
|
+
## [0.27.2] - 2026-04-15
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
- Updated RubyGems propagation proof docs to use the supported positional `ace-test-e2e ace-monorepo-e2e TS-MONO-001` invocation and current scenario path.
|
|
27
|
+
|
|
28
|
+
## [0.27.0] - 2026-04-14
|
|
29
|
+
|
|
30
|
+
### Changed
|
|
31
|
+
- Rewrote `ace-handbook` E2E coverage to public-surface goal style by retaining the CLI smoke flow and adding `TS-HANDBOOK-002` sync/provider-error behavior scenarios.
|
|
32
|
+
- Tightened `TS-HANDBOOK-001` verifier contracts to prioritize user-visible output and enforce stronger status JSON shape expectations.
|
|
33
|
+
|
|
34
|
+
### Technical
|
|
35
|
+
- Updated usage guidance with explicit `sync --provider` and unknown-provider error-path examples aligned to the E2E public contract.
|
|
36
|
+
|
|
37
|
+
## [0.26.2] - 2026-04-13
|
|
38
|
+
|
|
39
|
+
### Changed
|
|
40
|
+
- Documented `cookbook://` wildcard deduplication semantics in usage guidance, including canonical-path behavior and priority-preserving source selection notes.
|
|
41
|
+
|
|
42
|
+
## [0.26.1] - 2026-04-13
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
- Completed the batch i05 migration follow-through for this package and aligned it with the restarted `fast` / `feat` / `e2e` verification model.
|
|
46
|
+
|
|
47
|
+
### Technical
|
|
48
|
+
- Included in the coordinated assignment-driven patch release for batch i05 package updates.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## [0.26.0] - 2026-04-12
|
|
52
|
+
|
|
53
|
+
### Changed
|
|
54
|
+
- Migrated `ace-handbook` package tests to the `fast` / `feat` / `e2e` contract by moving deterministic suites under `test/fast`, retaining workflow-value CLI smoke E2E coverage, and aligning scenario metadata with the new deterministic paths.
|
|
55
|
+
- Updated package docs (`README`, getting-started, usage) to teach the `ace-test ace-handbook`, optional `ace-test ace-handbook feat`, `ace-test ace-handbook all`, and `ace-test-e2e ace-handbook` verification contract.
|
|
56
|
+
|
|
57
|
+
## [0.25.4] - 2026-04-10
|
|
58
|
+
|
|
59
|
+
### Technical
|
|
60
|
+
- Updated handbook docs and cookbook guidance to point at the restarted E2E testing flows and current release-proof references.
|
|
61
|
+
|
|
10
62
|
## [0.25.3] - 2026-04-05
|
|
11
63
|
|
|
12
64
|
### Fixed
|
|
@@ -38,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
38
90
|
## [0.23.5] - 2026-03-31
|
|
39
91
|
|
|
40
92
|
### Changed
|
|
41
|
-
- Replaced `wfi://release/rubygems-verify-install` workflow with E2E scenario `TS-MONO-001-rubygems-install` in `ace-monorepo-e2e/`. Updated all skill and doc references to use `ace-test-e2e ace-monorepo-e2e
|
|
93
|
+
- Replaced `wfi://release/rubygems-verify-install` workflow with E2E scenario `TS-MONO-001-rubygems-install` in `ace-monorepo-e2e/`. Updated all skill and doc references to use `ace-test-e2e ace-monorepo-e2e TS-MONO-001`.
|
|
42
94
|
|
|
43
95
|
## [0.23.4] - 2026-03-31
|
|
44
96
|
|
data/README.md
CHANGED
|
@@ -40,5 +40,12 @@
|
|
|
40
40
|
|
|
41
41
|
**Extend handbook content in normal projects** - put project-specific workflows, guides, cookbooks, templates, and skills under `.ace-handbook/` and discover them with protocol URLs (`wfi://`, `guide://`, `cookbook://`, `tmpl://`, `skill://`). See [Usage Guide](docs/usage.md) for path conventions.
|
|
42
42
|
|
|
43
|
+
## Testing
|
|
44
|
+
|
|
45
|
+
- `ace-test ace-handbook` runs the deterministic fast suite (`test/fast`).
|
|
46
|
+
- `ace-test ace-handbook feat` runs deterministic feature tests (`test/feat`) when present.
|
|
47
|
+
- `ace-test ace-handbook all` runs all deterministic layers for the package.
|
|
48
|
+
- `ace-test-e2e ace-handbook` runs retained workflow scenarios under `test/e2e`.
|
|
49
|
+
|
|
43
50
|
---
|
|
44
51
|
[Getting Started](docs/getting-started.md) | [Usage Guide](docs/usage.md) | [Handbook - Skills, Agents, Templates](docs/handbook.md) | Part of [ACE](https://github.com/cs3b/ace)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Setup Cookbook: Starting a Multi Ruby Gem Monorepo with ACE
|
|
2
2
|
|
|
3
3
|
**Created**: 2026-04-01
|
|
4
|
-
**Last Updated**: 2026-04-
|
|
4
|
+
**Last Updated**: 2026-04-10
|
|
5
5
|
**Category**: setup
|
|
6
6
|
**Audience**: intermediate
|
|
7
7
|
**Estimated Time**: 2-4 hours
|
|
@@ -21,8 +21,8 @@ This cookbook distills monorepo setup patterns from ACE package conventions and
|
|
|
21
21
|
- `ace-monorepo-e2e/README.md`
|
|
22
22
|
- `.ace-retros/8quwjc-monorepo-e2e-quickstart-verification/8quwjc-monorepo-e2e-quickstart-verification.retro.md`
|
|
23
23
|
- Validation evidence (commands, reports, or artifacts):
|
|
24
|
-
- `ace-test-e2e ace-monorepo-e2e
|
|
25
|
-
- `ace-test-e2e ace-monorepo-e2e
|
|
24
|
+
- `ace-test-e2e ace-monorepo-e2e TS-MONO-001`
|
|
25
|
+
- `ace-test-e2e ace-monorepo-e2e TS-MONO-002`
|
|
26
26
|
- `ace-nav resolve cookbook://setup-starting-a-multi-ruby-gem-monorepo-with-ace`
|
|
27
27
|
- Last source verification date: 2026-04-01
|
|
28
28
|
|
|
@@ -81,7 +81,7 @@ ace-bundle project
|
|
|
81
81
|
|
|
82
82
|
**Commands/Actions:**
|
|
83
83
|
|
|
84
|
-
1. Create `ace-monorepo-e2e/test
|
|
84
|
+
1. Create `ace-monorepo-e2e/test-e2e/scenarios/TS-*/scenario.yml` entries for repository-wide behaviors.
|
|
85
85
|
2. Use one scenario for install verification and one for quickstart/docs validation.
|
|
86
86
|
3. Keep per-package scenarios in their package folders; keep only cross-cutting cases here.
|
|
87
87
|
|
|
@@ -98,8 +98,8 @@ ace-test-e2e ace-monorepo-e2e
|
|
|
98
98
|
**Commands/Actions:**
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
|
-
ace-test-e2e ace-monorepo-e2e
|
|
102
|
-
ace-test-e2e ace-monorepo-e2e
|
|
101
|
+
ace-test-e2e ace-monorepo-e2e TS-MONO-001
|
|
102
|
+
ace-test-e2e ace-monorepo-e2e TS-MONO-002
|
|
103
103
|
```
|
|
104
104
|
|
|
105
105
|
If runs are network-heavy, raise timeout budgets deliberately and record the reason in scenario docs.
|
|
@@ -17,7 +17,7 @@ All ACE CLI gems use dry-cli. See [ADR-023](../../../docs/decisions/ADR-023-dry-
|
|
|
17
17
|
|
|
18
18
|
**Two patterns:**
|
|
19
19
|
|
|
20
|
-
- **Multi-command**: Subcommand tools (ace-bundle, ace-
|
|
20
|
+
- **Multi-command**: Subcommand tools (ace-bundle, ace-task)
|
|
21
21
|
- **Single-command**: One-action tools (ace-git-commit, ace-search)
|
|
22
22
|
|
|
23
23
|
## Multi-Command Pattern
|
|
@@ -162,7 +162,7 @@ end
|
|
|
162
162
|
|
|
163
163
|
## Nested Commands
|
|
164
164
|
|
|
165
|
-
For hierarchical commands (ace-
|
|
165
|
+
For hierarchical commands (ace-task, ace-git-worktree):
|
|
166
166
|
|
|
167
167
|
```ruby
|
|
168
168
|
# lib/ace/taskflow/cli.rb
|
|
@@ -17,7 +17,7 @@ All ACE CLI gems use ace-support-cli. See [ADR-023](../../../docs/decisions/ADR-
|
|
|
17
17
|
|
|
18
18
|
**Two patterns:**
|
|
19
19
|
|
|
20
|
-
- **Multi-command**: Subcommand tools (ace-bundle, ace-
|
|
20
|
+
- **Multi-command**: Subcommand tools (ace-bundle, ace-task)
|
|
21
21
|
- **Single-command**: One-action tools (ace-git-commit, ace-search)
|
|
22
22
|
|
|
23
23
|
## Multi-Command Pattern
|
|
@@ -162,7 +162,7 @@ end
|
|
|
162
162
|
|
|
163
163
|
## Nested Commands
|
|
164
164
|
|
|
165
|
-
For hierarchical commands (ace-
|
|
165
|
+
For hierarchical commands (ace-task, ace-git-worktree):
|
|
166
166
|
|
|
167
167
|
```ruby
|
|
168
168
|
# lib/ace/taskflow/cli.rb
|
|
@@ -10,7 +10,7 @@ allowed-tools:
|
|
|
10
10
|
- Bash(ace-bundle:*)
|
|
11
11
|
- Read
|
|
12
12
|
argument-hint: "[gem-name...] [--dry-run]"
|
|
13
|
-
last_modified: 2026-
|
|
13
|
+
last_modified: 2026-04-10
|
|
14
14
|
source: ace-handbook
|
|
15
15
|
integration:
|
|
16
16
|
targets:
|
|
@@ -47,4 +47,4 @@ None
|
|
|
47
47
|
- Do the work described by the workflow instead of only summarizing it.
|
|
48
48
|
- When the workflow requires edits, tests, or commits, perform them in this project.
|
|
49
49
|
|
|
50
|
-
- After live publishing, recommend running `ace-test-e2e ace-monorepo-e2e
|
|
50
|
+
- After live publishing, recommend running `ace-test-e2e ace-monorepo-e2e TS-MONO-001` for installation verification.
|
|
@@ -113,7 +113,7 @@ Execute complete delivery workflow for a task with automatic step tracking, ensu
|
|
|
113
113
|
* Follow versioning conventions
|
|
114
114
|
|
|
115
115
|
6. **Complete Task:**
|
|
116
|
-
* Mark task as done: `ace-
|
|
116
|
+
* Mark task as done: `ace-task done <ref>`
|
|
117
117
|
* Push to remote: `git push`
|
|
118
118
|
|
|
119
119
|
### Phase 2: PR & Initial Review
|
data/lib/ace/handbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-handbook
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-04-
|
|
10
|
+
date: 2026-04-20 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-config
|