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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c896850e93844a5ee9be77622e671b5bdfbef22525c48c1895dcdf7d3c2a260b
4
- data.tar.gz: bc4a8121818d3bef9756fcf1057493956c18750a7cb29b76ace9afbc8984b954
3
+ metadata.gz: 1ffaee6189ed3d3a2d830e18f86e53da026166ecdc932a67fc07716cdcdbdb15
4
+ data.tar.gz: c7ab625af5eb6848f25347a3bfb0c6dec577f1f844064bbcc29f0f7c4fb8df30
5
5
  SHA512:
6
- metadata.gz: 79fa7aba7235fd235f52274652ebf222f4e0138f0fbf51175893a2e421467b00392ac53946b4f43cdd290ad4734cbfdb7cd0f1b6ade6f7bc65814d2d532c3143
7
- data.tar.gz: 5fb09c315fb7cc8835a4a4a80a4f3f0029fd2b681c4afde47198a50faa959e9d1e41978ea600cf3ba810db4ca7cfaca9b343943be43388e189ad89819a9d43d4
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="https://raw.githubusercontent.com/cs3b/ace/main/docs/brand/AgenticCodingEnvironment.Logo.XS.jpg" alt="ACE Logo" width="480">
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 command to copy-paste]
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Git
5
- VERSION = "0.18.0"
5
+ VERSION = "0.18.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz