ace-retro 0.16.4 → 0.18.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: 77834e18add5a42100ff09e901ad2f80693131ce5a3b6955cb8c3eae29df0630
4
- data.tar.gz: fd8b103ceee6e71517c565215d76d7d28f73f45922705cd2350e1b110a99a661
3
+ metadata.gz: 1cd3c686b913b3fa7d104ac4c5f1eaebc9a2a3c16cb24b741d912b30909db7d4
4
+ data.tar.gz: 9c3febd9e301fb01377013ddb45a36096f2fe792f09a5cb151626de304ba8e52
5
5
  SHA512:
6
- metadata.gz: 0bf8e13df2b75403cdc0623dfaf1f2a3639090e0a2b801f326f4976c71c45ad8c14e113f43d6f76d2ba4c48525424e6b9875b87377cda0bf599206f1d7124e91
7
- data.tar.gz: cf2dfd5234f38e8e50c6dc87049764e18f76049d9d2c4b3a8528cbf2a8c15b3af799e1b8a4f744b0819a2d49c265ca0e37fd56a54f90d8f2b69c84ebc91d5522
6
+ metadata.gz: 2c3998716ca46eb69685a9aa8c1100681ba43897377abbf761890cf05238ad2699d930f222883f4f12ccca0a74b6cacb465e9a0b1de9fe5e0c10dc1eddc26bb3
7
+ data.tar.gz: 452e643eba7e43c21c5e08a5eff2ad3e735b73e30c89ab7172cc97d58de8fb420127c8fd557d53201fe39cf8dcde752a63ad877bb02764340c266aaa5811fdd6
@@ -13,4 +13,4 @@ retro:
13
13
  special_folder_prefix: "_"
14
14
 
15
15
  # LLM model for doctor --auto-fix-with-agent
16
- doctor_agent_model: gemini:flash-latest@yolo
16
+ doctor_agent_model: role:doctor
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.18.3] - 2026-04-20
11
+
12
+ ### Fixed
13
+ - Updated retro synthesis and self-improvement workflows to archive consumed retros with `ace-retro update REF --move-to archive`, matching the current CLI after the standalone `move` command removal.
14
+
15
+ ## [0.18.2] - 2026-04-16
16
+
17
+ ### Technical
18
+ - Tightened `TS-RETRO-001` doctor corruption instructions to require a deterministic YAML syntax break, keeping the negative-path smoke check aligned with real error-level doctor failures.
19
+
20
+ ## [0.18.1] - 2026-04-16
21
+
22
+ ### Technical
23
+ - Updated `TS-RETRO-001` sandbox setup to source `mise.toml` from `${ACE_E2E_SOURCE_ROOT:-$PROJECT_ROOT_PATH}` so retro smoke runs remain compatible with read-only source mounts.
24
+
25
+ ## [0.18.0] - 2026-04-15
26
+
27
+ ### Changed
28
+ - Refined `TS-RETRO-001` public-surface smoke guidance by making help/usage parity checks explicit and tightening the doctor healthy-to-failure transition around impact-first evidence.
29
+
30
+ ### Technical
31
+ - Reduced brittle corruption-capture coupling in `TC-004` runner/verifier docs and clarified doctor negative-path expectations in `docs/usage.md`.
32
+
33
+ ## [0.17.1] - 2026-04-13
34
+
35
+ ### Changed
36
+ - Completed the batch i05 migration follow-through for this package and aligned it with the restarted `fast` / `feat` / `e2e` verification model.
37
+
38
+ ### Technical
39
+ - Included in the coordinated assignment-driven patch release for batch i05 package updates.
40
+
41
+
42
+ ## [0.17.0] - 2026-04-12
43
+
44
+ ### Changed
45
+ - Migrated package tests to the `fast` / `feat` / `e2e` model by moving deterministic suites into `test/fast` and keeping `test/e2e` focused on workflow-value scenarios.
46
+ - Updated E2E migration decision metadata for `TS-RETRO-001` to track retained (`KEEP`) scenario coverage and deterministic coverage references in `test/fast`.
47
+
48
+ ### Technical
49
+ - Added explicit restarted test-contract guidance to package docs (`README.md`, `docs/usage.md`) covering `ace-test`, `ace-test all`, optional `ace-test feat`, and `ace-test-e2e`.
50
+
51
+ ## [0.16.6] - 2026-03-31
52
+
53
+ ### Changed
54
+ - Role-based retro cleanup defaults.
55
+
56
+ ## [0.16.5] - 2026-03-29
57
+
58
+ ### Changed
59
+ - Role-based retro doctor model default.
60
+
61
+
10
62
  ## [0.16.4] - 2026-03-29
11
63
 
12
64
  ### Technical
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
  <h1> ACE - Retro </h1>
3
3
 
4
- Lightweight retrospective management create, tag, and archive retros from the command line.
4
+ Lightweight retrospective management -- create, tag, and archive retros from the command line.
5
5
 
6
6
  <img src="../docs/brand/AgenticCodingEnvironment.Logo.XS.jpg" alt="ACE Logo" width="480">
7
7
  <br><br>
@@ -26,6 +26,13 @@
26
26
  2. Enrich metadata with tags and status updates.
27
27
  3. Archive completed retros to preserve history while keeping the active workspace clean.
28
28
 
29
+ ## Testing
30
+
31
+ - `ace-test ace-retro` runs deterministic fast tests (default package loop).
32
+ - `ace-test ace-retro all` runs the full deterministic suite.
33
+ - `ace-test-e2e ace-retro` runs retained scenario workflows under `test/e2e/`.
34
+ - `ace-test ace-retro feat` is used only when explicit `test/feat/` contracts exist.
35
+
29
36
  ## Use Cases
30
37
 
31
38
  **Capture retros quickly after delivery** - use `/as-retro-create` or [`ace-retro create`](docs/usage.md) to initialize a retro from templates while the work is still fresh.
data/docs/usage.md CHANGED
@@ -15,6 +15,15 @@ Complete command reference for `ace-retro`.
15
15
  gem install ace-retro
16
16
  ```
17
17
 
18
+ ## Testing Model
19
+
20
+ Use the restarted package test contract:
21
+
22
+ - `ace-test ace-retro` for default deterministic fast coverage.
23
+ - `ace-test ace-retro all` for full deterministic coverage.
24
+ - `ace-test-e2e ace-retro` for workflow-value scenario coverage in `test/e2e/`.
25
+ - `ace-test ace-retro feat` only when the package has explicit `test/feat/` contracts.
26
+
18
27
  ## Global Options
19
28
 
20
29
  All commands support:
@@ -122,6 +131,8 @@ ace-retro doctor --check frontmatter
122
131
  ace-retro doctor --json
123
132
  ```
124
133
 
134
+ For negative-path validation in a test sandbox, run `ace-retro doctor` once on healthy files, then re-run after introducing invalid frontmatter in a sandbox-local retro file; the second run should exit non-zero with issue output.
135
+
125
136
  ## Common Commands
126
137
 
127
138
  | Command | What it does |
@@ -184,7 +184,7 @@ Populate the retro with the root cause analysis, the fix applied, and the expect
184
184
  If the input source was an existing retro, archive it after the improvement has been applied — the retro has been "consumed":
185
185
 
186
186
  ```bash
187
- ace-retro move REF --to archive
187
+ ace-retro update REF --move-to archive
188
188
  ```
189
189
 
190
190
  ## Success Criteria
@@ -80,7 +80,7 @@ When populating, reference source retros to provide traceability (e.g., "Identif
80
80
  After the synthesis retro is populated and complete, archive each source retro — they have been "consumed" by the synthesis:
81
81
 
82
82
  ```bash
83
- ace-retro move REF --to archive
83
+ ace-retro update REF --move-to archive
84
84
  ```
85
85
 
86
86
  Repeat for each source retro.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Retro
5
- VERSION = '0.16.4'
5
+ VERSION = '0.18.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-retro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.4
4
+ version: 0.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-03-29 00:00:00.000000000 Z
10
+ date: 2026-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-core