ace-handbook 0.25.3 → 0.28.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 +4 -4
- data/CHANGELOG.md +66 -1
- data/README.md +7 -0
- data/handbook/cookbooks/setup-starting-a-multi-ruby-gem-monorepo-with-ace.cookbook.md +9 -9
- data/handbook/guides/changelog.g.md +1 -1
- data/handbook/guides/cli-dry-cli.g.md +2 -2
- data/handbook/guides/cli-support-cli.g.md +2 -2
- data/handbook/guides/meta/workflow-instructions-definition.g.md +3 -2
- data/handbook/skills/as-release/SKILL.md +4 -3
- data/handbook/skills/as-release-rubygems-publish/SKILL.md +2 -2
- data/handbook/workflow-instructions/handbook/perform-delivery.wf.md +4 -4
- 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: b5cbc07b0baed92baa1f2a9e74c58312d24c12a6f320af4585ca4c3bcd7a1638
|
|
4
|
+
data.tar.gz: 92e6f8b56f9276c87aa28f72797544c4b0d48efcbbff3b97e91cccf3ac86ee86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1738d08525b525968422776b5cf8357a321cec573d1807da28d3f0c6c3db8f0fd7366255cb1ee13a7f728e2dd27d315113489b6e6c3e558e1af6c51852237d3
|
|
7
|
+
data.tar.gz: 50539492a46b43bc0da61ec4e6434a4521dfd3fd0fb402c02aa05aff2e01a838336f80fc7e83303d40158eb24295948e8ac3ce053caec36debb328e57426d580
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.28.1] - 2026-04-23
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Updated the monorepo setup cookbook to use `ace-config sync ace-llm-providers-cli` before handbook sync.
|
|
14
|
+
|
|
15
|
+
## [0.28.0] - 2026-04-22
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- **ace-handbook v0.28.0**: Added the local release workflow (`release/local`) and switched the package release workflow to a local-only preparation flow.
|
|
19
|
+
|
|
20
|
+
### Technical
|
|
21
|
+
- **ace-handbook v0.28.0**: Kept `as-release` behavior focused on local release prep without publishing to RubyGems.
|
|
22
|
+
|
|
23
|
+
## [0.27.4] - 2026-04-16
|
|
24
|
+
|
|
25
|
+
### Technical
|
|
26
|
+
- 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.
|
|
27
|
+
|
|
28
|
+
## [0.27.3] - 2026-04-15
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
- 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.
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
- Corrected release-proof command references to use positional `ace-test-e2e ace-monorepo-e2e TS-MONO-001` invocation.
|
|
35
|
+
|
|
36
|
+
## [0.27.2] - 2026-04-15
|
|
37
|
+
|
|
38
|
+
### Changed
|
|
39
|
+
- Updated RubyGems propagation proof docs to use the supported positional `ace-test-e2e ace-monorepo-e2e TS-MONO-001` invocation and current scenario path.
|
|
40
|
+
|
|
41
|
+
## [0.27.0] - 2026-04-14
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
- 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.
|
|
45
|
+
- Tightened `TS-HANDBOOK-001` verifier contracts to prioritize user-visible output and enforce stronger status JSON shape expectations.
|
|
46
|
+
|
|
47
|
+
### Technical
|
|
48
|
+
- Updated usage guidance with explicit `sync --provider` and unknown-provider error-path examples aligned to the E2E public contract.
|
|
49
|
+
|
|
50
|
+
## [0.26.2] - 2026-04-13
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
- Documented `cookbook://` wildcard deduplication semantics in usage guidance, including canonical-path behavior and priority-preserving source selection notes.
|
|
54
|
+
|
|
55
|
+
## [0.26.1] - 2026-04-13
|
|
56
|
+
|
|
57
|
+
### Changed
|
|
58
|
+
- Completed the batch i05 migration follow-through for this package and aligned it with the restarted `fast` / `feat` / `e2e` verification model.
|
|
59
|
+
|
|
60
|
+
### Technical
|
|
61
|
+
- Included in the coordinated assignment-driven patch release for batch i05 package updates.
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## [0.26.0] - 2026-04-12
|
|
65
|
+
|
|
66
|
+
### Changed
|
|
67
|
+
- 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.
|
|
68
|
+
- 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.
|
|
69
|
+
|
|
70
|
+
## [0.25.4] - 2026-04-10
|
|
71
|
+
|
|
72
|
+
### Technical
|
|
73
|
+
- Updated handbook docs and cookbook guidance to point at the restarted E2E testing flows and current release-proof references.
|
|
74
|
+
|
|
10
75
|
## [0.25.3] - 2026-04-05
|
|
11
76
|
|
|
12
77
|
### Fixed
|
|
@@ -38,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
38
103
|
## [0.23.5] - 2026-03-31
|
|
39
104
|
|
|
40
105
|
### 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
|
|
106
|
+
- 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
107
|
|
|
43
108
|
## [0.23.4] - 2026-03-31
|
|
44
109
|
|
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
|
|
|
@@ -32,7 +32,7 @@ This cookbook distills monorepo setup patterns from ACE package conventions and
|
|
|
32
32
|
- Add one monorepo quickstart page that covers prerequisites, workspace bootstrap, and E2E smoke checks.
|
|
33
33
|
- Add a short troubleshooting section for permission and timeout pitfalls during E2E runs.
|
|
34
34
|
- Agent guidance updates to apply:
|
|
35
|
-
- Add concise rules only: "use `ace-test` (not bundle exec)", "run `ace-config
|
|
35
|
+
- Add concise rules only: "use `ace-test` (not bundle exec)", "run `ace-config sync ace-llm-providers-cli` + `ace-handbook sync` before nav/bundle checks", and "scope E2E scenarios to monorepo-level concerns".
|
|
36
36
|
- Summary-only propagation target notes (do not copy full cookbook body):
|
|
37
37
|
- `README.md`
|
|
38
38
|
- `docs/quick-start.md`
|
|
@@ -64,7 +64,7 @@ rg --files | rg "handbook/"
|
|
|
64
64
|
**Commands/Actions:**
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
|
-
ace-config
|
|
67
|
+
ace-config sync ace-llm-providers-cli
|
|
68
68
|
ace-handbook sync
|
|
69
69
|
```
|
|
70
70
|
|
|
@@ -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.
|
|
@@ -125,7 +125,7 @@ Document these defaults in repo docs and concise agent guidance:
|
|
|
125
125
|
**Validation:**
|
|
126
126
|
|
|
127
127
|
```bash
|
|
128
|
-
rg -n "ace-config
|
|
128
|
+
rg -n "ace-config sync|ace-handbook sync|ace-test-e2e" README.md docs AGENTS.md
|
|
129
129
|
```
|
|
130
130
|
|
|
131
131
|
## Validation & Testing
|
|
@@ -328,6 +328,6 @@ For projects without public repositories, use internal tracking systems or omit
|
|
|
328
328
|
|
|
329
329
|
- [Version Control Message Guide](./version-control-system-message.g.md) (Commit message standards)
|
|
330
330
|
- [Project Management Guide](./project-management.g.md) (Release workflow integration)
|
|
331
|
-
- [
|
|
331
|
+
- [Release Workflow (Local)](wfi://release/local) (Release process overview and step-by-step actions)
|
|
332
332
|
- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (External reference)
|
|
333
333
|
- [Semantic Versioning](https://semver.org/) (Versioning standards)
|
|
@@ -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
|
|
@@ -236,11 +236,12 @@ Review these refactored workflow instructions that demonstrate self-containment
|
|
|
236
236
|
|
|
237
237
|
### Command Reference Example
|
|
238
238
|
|
|
239
|
-
`wfi://release/
|
|
239
|
+
`wfi://release/local`:
|
|
240
240
|
|
|
241
241
|
- Embeds package registry commands for all major platforms
|
|
242
242
|
- Includes changelog format specification
|
|
243
|
-
- Contains complete release process without external references
|
|
243
|
+
- Contains complete multi-package release preparation process without external references
|
|
244
|
+
- `wfi://release/publish` remains a compatibility alias that forwards to this workflow.
|
|
244
245
|
|
|
245
246
|
## Key Refactoring Principles
|
|
246
247
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: as-release
|
|
3
3
|
description: Release modified ACE packages with coordinated package and root changelog updates
|
|
4
|
-
# bundle: wfi://release/
|
|
4
|
+
# bundle: wfi://release/local
|
|
5
5
|
# agent: general-purpose
|
|
6
6
|
user-invocable: true
|
|
7
7
|
allowed-tools:
|
|
@@ -29,7 +29,7 @@ integration:
|
|
|
29
29
|
skill:
|
|
30
30
|
kind: workflow
|
|
31
31
|
execution:
|
|
32
|
-
workflow: wfi://release/
|
|
32
|
+
workflow: wfi://release/local
|
|
33
33
|
---
|
|
34
34
|
|
|
35
35
|
## Arguments
|
|
@@ -43,7 +43,8 @@ None
|
|
|
43
43
|
## Execution
|
|
44
44
|
|
|
45
45
|
- You are working in the current project.
|
|
46
|
-
-
|
|
46
|
+
- This is a local release-preparation workflow and does **not** publish to RubyGems.
|
|
47
|
+
- Run `ace-bundle wfi://release/local` in the current project to load the workflow instructions.
|
|
47
48
|
- Read the loaded workflow and execute it end-to-end in this project.
|
|
48
49
|
- Follow the workflow as the source of truth.
|
|
49
50
|
- Do the work described by the workflow instead of only summarizing it.
|
|
@@ -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.
|
|
@@ -39,7 +39,7 @@ Execute complete delivery workflow for a task with automatic step tracking, ensu
|
|
|
39
39
|
* [ ] Enter plan mode if implementation required
|
|
40
40
|
* [ ] Execute implementation via `ace-bundle wfi://task/work` or inline instructions
|
|
41
41
|
* [ ] Commit all changes (`ace-git-commit`)
|
|
42
|
-
* [ ] Release modified packages (`ace-bundle wfi://release/
|
|
42
|
+
* [ ] Release modified packages (`ace-bundle wfi://release/local` if applicable)
|
|
43
43
|
* [ ] Mark task done and push to remote
|
|
44
44
|
|
|
45
45
|
### Phase 2: PR & Initial Review
|
|
@@ -76,7 +76,7 @@ Execute complete delivery workflow for a task with automatic step tracking, ensu
|
|
|
76
76
|
```
|
|
77
77
|
1. Implement task (via `ace-bundle wfi://task/work` or inline)
|
|
78
78
|
2. Commit all changes (`ace-git-commit`)
|
|
79
|
-
3. Release modified packages (`ace-bundle wfi://release/
|
|
79
|
+
3. Release modified packages (`ace-bundle wfi://release/local`)
|
|
80
80
|
4. Mark task done and push to remote
|
|
81
81
|
5. Create/update PR (`ace-bundle wfi://github/pr/create`)
|
|
82
82
|
6. Initial review (`ace-bundle wfi://review/pr`)
|
|
@@ -109,11 +109,11 @@ Execute complete delivery workflow for a task with automatic step tracking, ensu
|
|
|
109
109
|
* Use descriptive commit message
|
|
110
110
|
|
|
111
111
|
5. **Release Packages (if applicable):**
|
|
112
|
-
* Load `ace-bundle wfi://release/
|
|
112
|
+
* Load `ace-bundle wfi://release/local` when a release is required
|
|
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.28.1
|
|
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-26 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-config
|