This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+6 more
Summary
AI summaryRepository manifest config and daemon repo‑policy flags were removed.
Full changelog
Galley v0.2.0 refines the setup and task authoring flow around repository profiles, daemon operation, and packaged agent skills.
Highlights
- Repository environment profiles now own PR creation, PR comment handling, base branch, and managed worktree cleanup defaults.
- Daemon startup flags are simplified and focused on runtime operation.
- Task, quality profile, and environment profile schemas are generated from Go contracts and checked in CI.
- The Galley skill now uses schema-first setup and task authoring guidance.
- Task skeleton generation now uses timestamp plus random suffix IDs to avoid collisions.
- Queue duplicate-ID checks no longer depend on fully validating unrelated existing task files.
galley versionandgalley --versionnow report build version metadata.
Removed
- Repository manifest configuration and
examples/repos.yaml. - Daemon flags for repository policy that now belongs in environment profiles.
Verification
go test ./...go run ./cmd/galley schema check
Breaking Changes
- Removed Repository manifest configuration and examples/repos.yaml.
- Removed Daemon flags for repository policy; the setting now belongs in environment profiles.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Galley
Local-first runtime for supervised AI coding tasks: isolated git worktrees, supervisor review against acceptance criteria, retry/escalate loops, on-disk run evidence, and PR handoff. Supports Codex CLI and Claude Code. Go, MIT.
Related context
Beta — feedback welcome: [email protected]