From c81674d505d0f5d1e98a5164fa54a8a1dd462596 Mon Sep 17 00:00:00 2001 From: Bailey Dixon Date: Thu, 16 Jul 2026 13:18:42 -0400 Subject: [PATCH] chore: release v0.27.0 --- CHANGELOG.md | 17 +++++++++++++++++ DEVLOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c98040..496ef8b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,23 @@ 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-16] — v0.27.0 · Personal work and canonical delivery + +### Added + +- **Personal workspaces get a calm Today-first experience.** Personal profiles provide focused task capture, notes, routines, an optional agent companion, and profile-aware navigation without fragmenting Forge's underlying tenant and agent model. +- **Agent execution connections are explicit and durable.** Managed runtime, MCP, webhook, and on-demand work now carries connection provenance, participant roles, delivery ownership, and transport-aware evidence across Agent Profile, Delivery, Command Center, and policy surfaces. + +### Changed + +- **Activity distinguishes people, agents, workers, automation, and connectors.** Issue updates now present meaningful action or field summaries when their payload contains evidence instead of an opaque generic update row. +- **MCP lifecycle confidence is transport-aware.** Quiet MCP clients create recoverable operator attention without being misrepresented as failed runtime heartbeats, and active legacy sessions can safely adopt their authenticated connection identity. + +### Fixed + +- **Personal profile changes take effect immediately.** Workspace navigation and dashboard context refresh after a Team ↔ Personal change, while Notes no longer advertises the reserved `G N` shortcut. +- **Delivery ownership remains coherent during recovery.** Primary connections cannot be demoted by joining, and resumed MCP work clears its obsolete quiet-recovery requests. + ## [2026-07-16] — v0.26.1 · Reliable native chat startup ### Fixed diff --git a/DEVLOG.md b/DEVLOG.md index c50f577b..af2b8881 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -13741,3 +13741,17 @@ refreshing the lockfile-specified dependencies; the focused navigation suite passed 12 tests; the production build passed; and the isolated personal Playwright journey passed the task/note flow, both profile transitions, and the Notes shortcut contract. + +--- + +## 2026-07-16 — v0.27.0 release assembly + +Prepared the serialized v0.27.0 release from `main` after AXI-114 (PR #59) and +AXI-115 (PR #62) both passed GitHub's lint, typecheck, unit, and Playwright +gates with their review threads resolved. This minor release packages the +personal workspace experience alongside canonical agent execution connections, +transport-aware lifecycle evidence, delivery ownership, and actionable +activity provenance. + +The immutable tag will be cut only from the merged release commit, then +deployed through the clean-checkout production path and verified live. diff --git a/package.json b/package.json index 7bb77d1b..de7ffae7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forge", - "version": "0.26.1", + "version": "0.27.0", "private": true, "description": "Forge — a fast, minimalist, keyboard-driven project management platform with pluggable agents.", "license": "MIT",