ace-prompt-prep 0.23.4 → 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 +4 -4
- data/.ace-defaults/prompt-prep/config.yml +2 -2
- data/CHANGELOG.md +76 -0
- data/README.md +9 -0
- data/lib/ace/prompt_prep/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12b7b66b436a6d0f01c9201277b63ca7fd84fa2ed741022d64f4c3df6cdbdb73
|
|
4
|
+
data.tar.gz: eb2fd80970e06094f6ffecf128469ae69dadcb6e175e6a361cd45310cb295046
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4c8c27edd364f41c432f09fe92a1ad6cdb75845af9d3e617c986ba1e0e03b98cdc54dfb1528b19957e53e84b0ca35e7653f99759ffe9f20a5ff547924877b40
|
|
7
|
+
data.tar.gz: b7a5871d5ffd66296a608102622f7ae3e3bc3924b93ddccc1dde7ba2feb964033d87d13d59c2b8e39c50e6f3ccd54a89a415dde2027e137cc99cae789297f6a6
|
|
@@ -15,7 +15,7 @@ paths:
|
|
|
15
15
|
|
|
16
16
|
# Default model and temperature settings
|
|
17
17
|
defaults:
|
|
18
|
-
model: "
|
|
18
|
+
model: "role:prompt-enhance"
|
|
19
19
|
temperature:
|
|
20
20
|
min: 0.0
|
|
21
21
|
max: 2.0
|
|
@@ -54,6 +54,6 @@ debug:
|
|
|
54
54
|
# Controls LLM-powered prompt enhancement via `ace-prompt-prep -e`
|
|
55
55
|
enhance:
|
|
56
56
|
enabled: false # Whether enhancement is enabled by default
|
|
57
|
-
model:
|
|
57
|
+
model: role:prompt-enhance # Model alias or provider:model (e.g., groq:llama-3.3-70b-versatile)
|
|
58
58
|
temperature: 0.3 # Lower = more focused, higher = more creative
|
|
59
59
|
system_prompt: prompt://prompt-enhance-instructions.system # System prompt for enhancement
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,82 @@ 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
|
+
|
|
76
|
+
## [0.23.6] - 2026-03-31
|
|
77
|
+
|
|
78
|
+
### Changed
|
|
79
|
+
- Role-based prompt enhancement defaults.
|
|
80
|
+
|
|
81
|
+
## [0.23.5] - 2026-03-29
|
|
82
|
+
|
|
83
|
+
### Fixed
|
|
84
|
+
- Bumped the `ace-bundle` runtime dependency constraint to `~> 0.41` to follow the new bundle minor release line.
|
|
85
|
+
|
|
10
86
|
## [0.23.4] - 2026-03-29
|
|
11
87
|
|
|
12
88
|
### Technical
|
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)
|
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.
|
|
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-
|
|
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
|
|
@@ -29,14 +29,14 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '0.
|
|
32
|
+
version: '0.41'
|
|
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.41'
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: ace-git
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|