contribute-now 0.7.4-dev.dd1705d → 0.7.4-dev.f0e5b1c

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.
package/README.md CHANGED
@@ -7,10 +7,11 @@
7
7
 
8
8
  It natively supports multiple workflow models and commit conventions, with AI-powered assistance throughout.
9
9
 
10
- [![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
11
- [![npm version](https://img.shields.io/npm/v/contribute-now.svg)](https://www.npmjs.com/package/contribute-now)
10
+ [![License: GPL-3.0](https://img.shields.io/badge/License-GPL--3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![npm version](https://img.shields.io/npm/v/contribute-now.svg)](https://www.npmjs.com/package/contribute-now)
12
11
 
13
- ---
12
+ ## Demo
13
+
14
+ ![Demo GIF](.github/assets/demo.gif)
14
15
 
15
16
  ## Workflow Modes
16
17
 
package/dist/cli.js CHANGED
@@ -12937,7 +12937,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
12937
12937
  // package.json
12938
12938
  var package_default = {
12939
12939
  name: "contribute-now",
12940
- version: "0.7.4-dev.dd1705d",
12940
+ version: "0.7.4-dev.f0e5b1c",
12941
12941
  description: "Developer CLI that automates git workflows \u2014 branching, syncing, committing, and PRs \u2014 with multi-workflow and commit convention support.",
12942
12942
  type: "module",
12943
12943
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contribute-now",
3
- "version": "0.7.4-dev.dd1705d",
3
+ "version": "0.7.4-dev.f0e5b1c",
4
4
  "description": "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
5
5
  "type": "module",
6
6
  "bin": {