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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ 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-25] — v0.30.0 · Faster local agent delivery

### Added

- **Issues provide a copyable local-agent handoff.** The issue header can copy a canonical reference with the issue identity, URL, and concise Forge Delivery workflow contract for use in a local agent task.

### Changed

- **Local development and CI use focused, isolated state.** Turbopack stays scoped to the Forge repository, Prisma query logging is opt-in, and the local quality gate serializes work against a disposable `forge_test` database and Redis database 13.

### Fixed

- **Forge reports one canonical build version.** The application shell, MCP metadata, Admin System surface, and sign-in footer derive version and build identity from the same packaged runtime source.

## [2026-07-25] — v0.29.7 · Honest MCP delivery recovery

### Changed
Expand Down
9 changes: 9 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-25 — v0.30.0 release preparation

Prepared the serialized minor release after implementation PRs #80, #89, and
#90 passed exact-head GitHub CI and merged to `main`. Release metadata covers
isolated local development and CI state, canonical build-version reporting,
and copyable Forge-aware issue handoffs for local agents. Tagging, production
deployment, and live verification remain distinct delivery steps.

## 2026-07-25 — Canonical build version across system surfaces

- Replaced the Admin System router's independent `npm_package_version` /
Expand All @@ -12,6 +20,7 @@
see the packaged application version too.
- Added unit and instance-admin integration coverage for the standalone-runtime
case where npm lifecycle metadata is absent.

## 2026-07-25 — Copyable local-agent issue handoffs

- Added a compact issue-header action that copies the issue key, title, and
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.7",
"version": "0.30.0",
"private": true,
"description": "Forge — a fast, minimalist, keyboard-driven project management platform with pluggable agents.",
"license": "MIT",
Expand Down
Loading