Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/fix-edgit-init-flow.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down