ace-prompt-prep 0.23.6 → 0.25.6

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: 7420fdec3607ea7299d6279f1471e4dd635bb2b6d6f6ed07d609490f84291875
4
- data.tar.gz: 5e5c1125609e35611555a8ca3585a6cc55c818db30d09156d048747382e2a9c1
3
+ metadata.gz: 12b7b66b436a6d0f01c9201277b63ca7fd84fa2ed741022d64f4c3df6cdbdb73
4
+ data.tar.gz: eb2fd80970e06094f6ffecf128469ae69dadcb6e175e6a361cd45310cb295046
5
5
  SHA512:
6
- metadata.gz: 935c958056aaef7995f2bffa656725bd788b933416aa9f72b76f7f048a763ed10ffe9abb2088041d373634f69fd4d4eb763cff619574e186e8e816102b096178
7
- data.tar.gz: 92e53e9fc03df7d01fe05c2859a3b260a42d682a233b74e6c4e163f1874fae128358c52c19f75cb90de69a515067734a8bd1d5b8db64a38932504294f3c42cea
6
+ metadata.gz: a4c8c27edd364f41c432f09fe92a1ad6cdb75845af9d3e617c986ba1e0e03b98cdc54dfb1528b19957e53e84b0ca35e7653f99759ffe9f20a5ff547924877b40
7
+ data.tar.gz: b7a5871d5ffd66296a608102622f7ae3e3bc3924b93ddccc1dde7ba2feb964033d87d13d59c2b8e39c50e6f3ccd54a89a415dde2027e137cc99cae789297f6a6
data/CHANGELOG.md CHANGED
@@ -7,6 +7,72 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.25.6] - 2026-04-19
11
+
12
+ ### Technical
13
+ - Tightened `TS-PREP-001` bundle and task-scoped runners to persist required processed-output artifacts immediately after command capture.
14
+
15
+ ## [0.25.5] - 2026-04-18
16
+
17
+ ### Technical
18
+ - Updated retained bundle-context E2E verification to assert the current bundled-output markers instead of obsolete `bundle:` frontmatter formatting.
19
+
20
+ ## [0.25.4] - 2026-04-16
21
+
22
+ ### Technical
23
+ - Updated `TS-PREP-001` task-scoped process evidence to persist `task-create.*`, derive the task ID from real `ace-task create` output when needed, and verify the current `task-create` / `task-setup` / `task-process` contract without relying on a brittle helper file.
24
+
25
+ ## [0.25.3] - 2026-04-16
26
+
27
+ ### Technical
28
+ - Updated `TS-PREP-001` task-scoped process verification to assert the current `task-setup.*` and `task-process.*` artifact contract instead of stale `task-create.*` expectations.
29
+
30
+ ## [0.25.2] - 2026-04-16
31
+
32
+ ### Fixed
33
+ - Updated `TS-PREP-001` task-scoped verification to prove task reuse from workspace, archive, and symlink evidence without requiring setup/process stdout to repeat the task ID verbatim.
34
+
35
+ ## [0.25.1] - 2026-04-16
36
+
37
+ ### Technical
38
+ - Updated `TS-PREP-001` sandbox setup to source `mise.toml` from `${ACE_E2E_SOURCE_ROOT:-$PROJECT_ROOT_PATH}` so prompt-prep smoke runs stay aligned with the shared E2E sandbox contract.
39
+
40
+ ## [0.25.0] - 2026-04-15
41
+
42
+ ### Changed
43
+ - Rewrote `TS-PREP-001` to strengthen bundle-mode evidence and add two public-surface journeys:
44
+ `ace-prompt-prep setup` workspace initialization and task-scoped `setup/process --task` execution.
45
+
46
+ ### Technical
47
+ - Stabilized verifier contracts to prefer impact-first artifact evidence while tolerating deterministic harness
48
+ formatting variance (`content-diff` and task-id/workspace evidence sources).
49
+
50
+ ## [0.24.2] - 2026-04-13
51
+
52
+ ### Technical
53
+ - Replaced the package version assertion with a semantic-version schema check so the fast test validates version shape instead of a loose substring match.
54
+ ## [0.24.1] - 2026-04-13
55
+
56
+ ### Changed
57
+ - Completed the batch i05 migration follow-through for this package and aligned it with the restarted `fast` / `feat` / `e2e` verification model.
58
+
59
+ ### Technical
60
+ - Included in the coordinated assignment-driven patch release for batch i05 package updates.
61
+
62
+
63
+ ## [0.24.0] - 2026-04-12
64
+
65
+ ### Changed
66
+ - Migrated package tests to the restarted `fast` / `feat` / `e2e` model:
67
+ - moved deterministic coverage into `test/fast`
68
+ - moved legacy `test/integration` coverage into `test/feat`
69
+ - retained workflow-value scenario coverage in `test/e2e`
70
+ - Simplified `TS-PREP-001` scenario assets by removing low-value help/setup goals and keeping archive + bundle context workflow checks.
71
+
72
+ ### Technical
73
+ - Updated package docs (`README.md`, `docs/usage.md`) to teach the restarted testing contract:
74
+ `ace-test`, `ace-test feat`, `ace-test all`, and `ace-test-e2e`.
75
+
10
76
  ## [0.23.6] - 2026-03-31
11
77
 
12
78
  ### Changed
data/README.md CHANGED
@@ -36,5 +36,14 @@
36
36
 
37
37
  **Scope prompts to tasks** - use `--task` to route prompt workspaces into [ace-task](../ace-task) directories, keeping prompts connected to delivery work alongside [ace-git](../ace-git) branch workflows.
38
38
 
39
+ ## Testing
40
+
41
+ Use the restarted package testing contract:
42
+
43
+ - `ace-test ace-prompt-prep` for deterministic fast tests
44
+ - `ace-test ace-prompt-prep feat` for deterministic feature-level tests
45
+ - `ace-test ace-prompt-prep all` for complete deterministic coverage
46
+ - `ace-test-e2e ace-prompt-prep` for retained workflow-value scenarios
47
+
39
48
  ---
40
49
  [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)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module PromptPrep
5
- VERSION = '0.23.6'
5
+ VERSION = '0.25.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-prompt-prep
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.6
4
+ version: 0.25.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-04-01 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-config