Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ 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-22] — v0.29.6 · Actionable issue context

### Changed

- **Issue attention is actionable where work is discussed.** Free-form agent requests can be answered directly on the issue, while complex delivery conflicts retain an explicit path to their richer Command Center workflow.
- **Operational queues identify work in human terms.** Dashboard, Inbox, Activity, active-run, recovery, and timer surfaces pair stable issue identifiers with titles instead of requiring operators to remember numbers.
- **Release validation uses the exact code being shipped.** GitHub CI on the current PR head is the normal release authority; the complete local Docker and Playwright matrix is reserved for CI outages, diagnosis, or environment-sensitive evidence.

## [2026-07-22] — v0.29.5 · Truthful agent handoff

### Changed
Expand Down
8 changes: 8 additions & 0 deletions DEVLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

> Append-only session log. Read at session start. Update at session end.

## 2026-07-22 — v0.29.6 release preparation

Prepared the serialized patch release for AXI-143 after implementation PR #85
passed exact-head GitHub CI and merged to `main`. Release metadata covers
issue-local action responses, human-readable issue context across operational
queues, and the exact-head CI release policy. Tagging, production deployment,
and live verification remain distinct delivery steps.

## 2026-07-22 — v0.29.5 release preparation

Prepared the serialized patch release for AXI-141 and merged PR #83. Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forge",
"version": "0.29.5",
"version": "0.29.6",
"private": true,
"description": "Forge — a fast, minimalist, keyboard-driven project management platform with pluggable agents.",
"license": "MIT",
Expand Down
Loading