Skip to content

chore(release): 0.15.0#64

Merged
danmestas merged 1 commit into
mainfrom
chore/release-0.15.0
May 14, 2026
Merged

chore(release): 0.15.0#64
danmestas merged 1 commit into
mainfrom
chore/release-0.15.0

Conversation

@danmestas

Copy link
Copy Markdown
Owner

Release bump for two unreleased feature PRs merged since 0.14.0:

What's in this PR

  • `package.json`: 0.14.0 → 0.15.0
  • `CHANGELOG.md`: 0.15.0 entry covering both features with migration notes

After merge

Tag `v0.15.0` on the merge commit and push the tag — `.github/workflows/release.yml` triggers on tag push, verifies tag matches package.json, and publishes via OIDC trusted publishing.

```bash
git checkout main
git pull origin main
git tag v0.15.0
git push origin v0.15.0
```

Why this is needed

Wardrobe's `feat/outfit-include-rtk-tools` branch wants to use `include.hooks` / `include.agents` on outfits to force-load rtk's PreToolUse hooks and review agents universally. That depends on suit#63 being published to npm. Currently `@agent-ops/suit@latest` on npm is 0.14.0 — pre-#63.

Two composition-axis extensions shipped between 0.14.0 and 0.15.0:

- `fit` axis (seniority tier) — #61, closes #60
- `include` block on outfits (parity with cuts/accessories) — #63, closes #62

Both additions are opt-in; no breaking changes. CHANGELOG updated.
@danmestas danmestas merged commit 443a1f9 into main May 14, 2026
1 check passed
@danmestas danmestas deleted the chore/release-0.15.0 branch May 14, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow include block on outfits (parity with cuts and accessories) Add --fit axis for seniority-tier composition

1 participant