From 5cc7f339c4e920dd6826141c8d483819bf3d0b75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 04:26:36 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-edgit-init-flow.md | 11 ----------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changeset/fix-edgit-init-flow.md diff --git a/.changeset/fix-edgit-init-flow.md b/.changeset/fix-edgit-init-flow.md deleted file mode 100644 index 503c532..0000000 --- a/.changeset/fix-edgit-init-flow.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@ensemble-edge/ensemble": patch ---- - -Fix edgit init to work as a global tool instead of project scaffolder - -- `ensemble edgit init` no longer asks for a project name -- Checks if edgit is installed globally and offers to install if missing -- Checks if inside a git repo and shows helpful instructions if not -- Delegates to native `edgit init` for component versioning setup -- Edgit is a global CLI tool that operates on existing repos, not a scaffolder diff --git a/CHANGELOG.md b/CHANGELOG.md index ea11a05..31441c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @ensemble-edge/ensemble +## 0.1.18 + +### Patch Changes + +- 6fdfca4: Fix edgit init to work as a global tool instead of project scaffolder + - `ensemble edgit init` no longer asks for a project name + - Checks if edgit is installed globally and offers to install if missing + - Checks if inside a git repo and shows helpful instructions if not + - Delegates to native `edgit init` for component versioning setup + - Edgit is a global CLI tool that operates on existing repos, not a scaffolder + ## 0.1.17 ### Patch Changes diff --git a/package.json b/package.json index b6897b6..88ec2fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ensemble-edge/ensemble", - "version": "0.1.17", + "version": "0.1.18", "type": "module", "description": "Unified CLI for the Ensemble ecosystem - AI orchestration for Cloudflare Workers", "main": "./dist/index.js",