Skip to content

Commit b088aca

Browse files
Version Packages (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37bad8c commit b088aca

File tree

3 files changed

+25
-23
lines changed

3 files changed

+25
-23
lines changed

.changeset/v0.4.0.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @ensemble-edge/edgit
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 14c63a6: ## CI/CD Integration Features
8+
9+
### New Features
10+
- **`--changed` flag** for `discover scan` - Scan only files changed since last commit
11+
- **`--since` flag** for `discover scan` - Specify git ref for comparison (default: HEAD~1)
12+
- Enables incremental component scanning in CI/CD pipelines
13+
14+
### Example Usage
15+
16+
```bash
17+
# Scan only changed files in CI
18+
edgit discover scan --changed
19+
20+
# Scan changes since specific commit
21+
edgit discover scan --since main
22+
23+
# Combine with other filters
24+
edgit discover scan --changed --type prompt
25+
```
26+
327
## 0.3.0
428

529
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ensemble-edge/edgit",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Git tag-based versioning for AI components and agents. Independent versioning for prompts, configs, queries, scripts, and agent definitions.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)