Skip to content

Commit 99df4b9

Browse files
committed
Release v0.3.0
1 parent 2d352eb commit 99df4b9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.3.0
2+
3+
### Features
4+
5+
- **Sync-ready gate** - containers wait for Mutagen sync automatically, no more `while [ ! -f ... ]` workarounds
6+
- **Default protocol** - `routing.protocol` defaults to `http` when `port` is set
7+
- **Default domain** - `domain` defaults to `{name}.scalecommerce.site` when not set
8+
- **scdev skill** - installable agent skill (`npx skills add scalecommerce-dev/scdev`) with full CLI reference, config templates for Node/PHP/Python, debugging guides, and setup workflows
9+
10+
### Documentation
11+
12+
- Complete README rewrite with architecture diagram, benchmark data, and coding agents section
13+
- New tagline: "Ever seen a developer and an AI agent fall in love with a dev environment?"
14+
- File sync benchmark: 5x faster cold start vs Docker bind mounts on macOS
15+
- "Standing on the Shoulders of Giants" section crediting all underlying technologies
16+
- TCP/UDP routing, volumes, and custom commands documented in detail
17+
- `.pnpm-store` must be in Mutagen ignore for pnpm projects (prevents native binary corruption across image changes)
18+
119
## v0.2.0
220

321
### Improvements

0 commit comments

Comments
 (0)