ace-git 0.18.0 → 0.18.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 +5 -0
- data/README.md +1 -9
- data/handbook/workflow-instructions/github/pr/update.wf.md +6 -2
- data/lib/ace/git/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ffaee6189ed3d3a2d830e18f86e53da026166ecdc932a67fc07716cdcdbdb15
|
|
4
|
+
data.tar.gz: c7ab625af5eb6848f25347a3bfb0c6dec577f1f844064bbcc29f0f7c4fb8df30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 824cd186633376f8aae3bfce50934ecd9fa7c186f0dd7b0b5f087ba93e560683c70d06553e81f15fcc521ef36d676c14034406b5ca91a2fbba06d4052b3f4109
|
|
7
|
+
data.tar.gz: '0611938112857260b8843e71949cac31ce43de2f18d102583584d35bcab252129709c29b99c5c9b80becd5c3ef051d678270a8e026ed5893c26fbe81e2faa79a'
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.18.1] - 2026-03-26
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Updated PR update workflow (`wfi://github/pr/update`) to reference recorded demo GIFs when attached via `ace-demo record --pr`.
|
|
14
|
+
|
|
10
15
|
## [0.18.0] - 2026-03-23
|
|
11
16
|
|
|
12
17
|
### Added
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Git workflows and context commands for developers and AI agents.
|
|
5
5
|
|
|
6
|
-
<img src="
|
|
6
|
+
<img src="../docs/brand/AgenticCodingEnvironment.Logo.XS.jpg" alt="ACE Logo" width="480">
|
|
7
7
|
<br><br>
|
|
8
8
|
|
|
9
9
|
<a href="https://rubygems.org/gems/ace-git"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-git.svg" /></a>
|
|
@@ -36,13 +36,5 @@
|
|
|
36
36
|
|
|
37
37
|
**Coordinate with commit and worktree tools** - pair with [ace-git-commit](../ace-git-commit) for scoped commit authoring, [ace-git-worktree](../ace-git-worktree) for task-oriented worktree management, and [ace-bundle](../ace-bundle) for loading workflow instructions.
|
|
38
38
|
|
|
39
|
-
## Installation
|
|
40
|
-
|
|
41
|
-
```bash
|
|
42
|
-
gem install ace-git
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
See [Getting Started](docs/getting-started.md) for setup and first steps.
|
|
46
|
-
|
|
47
39
|
---
|
|
48
40
|
[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)
|
|
@@ -119,6 +119,8 @@ Constraints:
|
|
|
119
119
|
|
|
120
120
|
Include `## 🎮 Demo` when the PR introduces a user-facing CLI command or runnable entry point that a reviewer can try.
|
|
121
121
|
|
|
122
|
+
When a PR adds or changes multiple distinct user-facing modes, list each mode explicitly in `## 🎮 Demo` instead of showing only one representative command. Examples: mutually exclusive flags (`--yaml` vs `--task`) or sibling commands like `add --step`, `add --yaml`, and `add --task`.
|
|
123
|
+
|
|
122
124
|
Structure:
|
|
123
125
|
|
|
124
126
|
```markdown
|
|
@@ -126,7 +128,7 @@ Structure:
|
|
|
126
128
|
|
|
127
129
|
### Run
|
|
128
130
|
\`\`\`bash
|
|
129
|
-
[exact
|
|
131
|
+
[exact commands to copy-paste]
|
|
130
132
|
\`\`\`
|
|
131
133
|
|
|
132
134
|
### Expected Output
|
|
@@ -138,6 +140,8 @@ Structure:
|
|
|
138
140
|
|
|
139
141
|
Omit when: the PR has no user-facing CLI, no runnable entry point, or is purely internal refactoring.
|
|
140
142
|
|
|
143
|
+
**Recorded demo integration**: If a recorded demo GIF has been attached as a PR comment (via `ace-demo record --pr`), reference it in the Demo section: "See attached demo recording in PR comments below" alongside the runnable commands. The recorded demo supplements but does not replace the runnable commands.
|
|
144
|
+
|
|
141
145
|
### 8. Omission and Fallback Rules
|
|
142
146
|
|
|
143
147
|
- If no changelog evidence: omit `## 📦 Releases`
|
|
@@ -196,4 +200,4 @@ gh pr view $pr_number --json url,title -q '.url + "\n" + .title'
|
|
|
196
200
|
- File Changes contains the complete, untruncated grouped-stats output (never trimmed, summarised, or selectively omitted)
|
|
197
201
|
- Test Evidence maps tests to behavior and includes totals
|
|
198
202
|
- Releases derived from changelog evidence only
|
|
199
|
-
- Empty/no-evidence sections are omitted
|
|
203
|
+
- Empty/no-evidence sections are omitted
|
data/lib/ace/git/version.rb
CHANGED