v1.9.11

asheshgoplani/agent-deckv1.9.11May 16, 2026by github-actions[bot]

AI Summary

This release introduces a self-improvement pipeline for skills, adds support for bare repositories at the root, and refines worker prompts with the prelude-read convention. It also improves notification handling by respecting mute flags.

Key Highlights

  • Self-improvement pipeline + goal-driven worker autonomy
  • Bare-repo-at-root + strict self-discrimination
  • Prelude-read convention for worker prompts
  • Respect NoTransitionNotify mute flag on inbox replay

New Features

  • Self-improvement pipeline for skills
  • Bare repository support
  • Prelude-read prompt convention
  • NoTransitionNotify mute flag

Full Release Notes

## Agent Deck v1.9.11

Terminal session manager for AI coding agents.

### Installation

**Homebrew (recommended):**
```bash
brew install asheshgoplani/tap/agent-deck
```

**Quick Install:**
```bash
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash
```

**Go Install:**
```bash
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.11
```

## Changelog
* 5542fb12f84e8ee62baa890a1064bf06df875a75 docs(skill): add prelude-read convention to worker prompts (closes #968) (#1013)
* 5eb69e90446231b2e9dc43be1c19f5728cc61c5f feat(git): bare-repo-at-root + strict self-discrimination (closes #891 follow-up, takeover of @keelerm84's #1011) (#1016)
* 407c262dfcf6fed88a137a2651040fade518b15e feat(skills): self-improvement pipeline + goal-driven worker autonomy (#1012)
* 62c90c225312bfeec2018bb2a31a9fe5c8a762b4 fix(notify): respect NoTransitionNotify mute flag on inbox replay (closes #962 v3) (#1014)
* 69c0f750084d0445cb899f7c1a8447984147d41f release: prepare v1.9.11 changelog + version bump

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.10...v1.9.11