Skip to content

Releases: zxpmail/ReqForge

v1.48.6 — DESIGN.md design chain

Choose a tag to compare

@zxpmail zxpmail released this 27 Jun 11:10

Highlights

DESIGN.md token freeze — design-maker v1.1.0 freezes root DESIGN.md (Google design.md) after mockups. dev-builder and code-review prefer frozen tokens over Design-Brief direction.

Added (v1.48.6)

  • DESIGN.md freeze workflow + templates (design-maker Step 3e)
  • dev-builder style priority: DESIGN.md > design tool MCP > Design-Brief.md
  • quickref design chain section
  • code-review v2.2.1 UI baseline aligned with DESIGN.md

Since v1.48.2 (also in this tag)

  • v1.48.5 — code-review per-finding action taxonomy (auto-fix / ask-user / no-op)
  • v1.48.4forge-install Windows auto-detection fix
  • v1.48.3 — Spec-Distillation Mode + forge-spec-distill

Full details: CHANGELOG.md

v1.48.2

Choose a tag to compare

@zxpmail zxpmail released this 19 Jun 08:01

Fixed

  • Documented forge-* commands now resolve. forge-scaffold, forge-coverage, and forge-skill-retrieve were advertised in README/CHANGELOG as pnpm forge-* but were absent from package.json scripts, so they failed with "Missing script". All three are now registered.
  • Two shallow relative links in skill references resolved one directory level too shallow (../../ where ../../../ was needed) and pointed at nonexistent paths.
  • DEV-PLAN.md intro phase count corrected from "Phase 1–13" to "Phase 1–16".
  • docs/github-wiki/Home.md current-version bumped v1.44.0 → v1.48.1 and date refreshed.

Added

  • Unit tests for sync.ts agent-transform logic (scripts/__tests__/sync.test.ts): adaptAgentContent (opus/sonnet/haiku → inherit for non-Claude adapters; claude-code preserves pinning) and AGENT_DIR_SKIP (excludes AGENTS.md), plus a syncDir integration test. Suite 154 → 162.

Changed

  • scripts/split-skill-references.mjsscripts/archive/: one-off v1.20.4 tool archived (not deleted) to keep the changelog cross-reference resolvable.
  • CONTEXT.md rewritten from v1.35.7-era stale status to current verified state.

Gates: preflight PASSED · pnpm test 162/162 · pnpm forge-smoke 13/13.

v1.48.1

Choose a tag to compare

@zxpmail zxpmail released this 19 Jun 07:03

feat: cross-platform agent dispatch fully delivered (v1.48.1)

Completes the agent-dispatch platform-agnostic work: agent dispatch now
genuinely runs as native isolated subagents on all 4 target platforms
(Claude Code, OpenCode, Cursor 2.4+, Gemini CLI v0.38.1+).

  • scripts/sync.ts: adaptAgentContent() normalizes Claude-specific model
    aliases (opus/sonnet/haiku) to inherit for non-Claude adapters; the
    claude-code adapter keeps the opus pinning. syncDir + fileHash are both
    transform-aware, so sync:discover stays 0-drift. AGENT_DIR_SKIP excludes
    AGENTS.md from sub-agent scan dirs (no more bogus "AGENTS" agent entry).
  • core/skills/code-review/SKILL.md: review-checklist summary reworded to
    platform-neutral "4-dimension parallel review (Mode A dispatch)".
  • mapping docs (multi-perspective-dispatch.md, sub-agent-isolation.md,
    proposal): primary-agent model:opus residual resolved — the last open
    item from the dispatch work is now closed.
  • Backlog proposals triaged (verdicts in each proposal's 状态):
    #7 spec-distillation -> SHIP (pilot); #3 smart-hook-approval -> DEFER;
    #4 no-ask-human-hook -> DEFER (conflicts with human-gate philosophy).
  • v1.48.1: CHANGELOG entry, package.json + README/DEV-PLAN version badges,
    README what's-new entries (en + zh).

Gates: sync:discover 0 drift (1068 in sync) · validate-skill 297/0 ·
forge-smoke 13/13 · pnpm test 154/154.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com