From 6b6465bbba581bbeddc501a7927fc1e7b7c598a0 Mon Sep 17 00:00:00 2001 From: Bailey Dixon Date: Wed, 15 Jul 2026 16:54:50 -0400 Subject: [PATCH] chore: release v0.22.0 --- CHANGELOG.md | 13 +++++++++++++ DEVLOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4530f51..d27c47cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ The dashboard's **What's New** rail reads this file at request time entries. Keep entries terse — one line per item under each version date, grouped by `Added` / `Changed` / `Fixed` / `Removed`. +## [2026-07-15] — v0.22.0 · Connected agent delivery + +### Added + +- **Agent Studio makes identity, execution, and access readiness explicit.** Each profile owns one primary execution runtime, aggregates every workspace binding and linked MCP client, and deep-links into client creation with the correct binding selected. +- **PR delivery can require a durable issue handoff.** Workspace policy can recommend, require, or automatically publish one concise implementation, pull-request, and validation update when an MCP work session attaches its native PR. + +### Changed + +- **Workspace agent configuration is policy-only and progressive.** Binding rows open compactly and reveal capacity, routing, engagement, approval, and capability overrides only when an operator chooses Configure. +- **Agent credentials have one lifecycle surface.** Agent access now owns MCP clients, scopes, provider setup, rotation, revocation, personal tokens, and session keys; the duplicate client inventory redirects there. +- **Profile edits stay coherent across workspaces.** Identity and execution changes synchronize to active bindings while workspace-local policy remains untouched; Instance Administration stays governance and Mission Control stays read-only operations. + ## [2026-07-15] — v0.21.0 · Clear project and issue scope ### Added diff --git a/DEVLOG.md b/DEVLOG.md index 65c72639..9de6e292 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -2,6 +2,20 @@ > Append-only session log. Read at session start. Update at session end. +## 2026-07-15 — v0.22.0 release + +Merged the MCP delivery timeline contract through PR #43 and the screenshot- +backed Agent Studio configuration refactor through PR #44. The combined feature +release gives MCP work sessions an enforceable final PR handoff and gives +operators one coherent configuration hierarchy for identity, execution +runtimes, workspace binding policy, multiple MCP clients, instance governance, +and read-only fleet operations. + +PR #44 passed all three GitHub CI jobs after the local release gate passed lint, +typecheck, 1,318 serial tests, and all 45 production Playwright journeys. The +release commit, immutable tag, deployment SHA, and live smoke evidence follow +after the release PR lands. + ## 2026-07-15 — v0.21.0 release Merged AXI-108 through PR #40 and prepared the feature release from the exact diff --git a/package.json b/package.json index 34a64f29..7009bb19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forge", - "version": "0.21.0", + "version": "0.22.0", "private": true, "description": "Forge — a fast, minimalist, keyboard-driven project management platform with pluggable agents.", "license": "MIT",