Releases: zxpmail/ReqForge
Releases · zxpmail/ReqForge
Release list
v1.48.6 — DESIGN.md design chain
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-makerStep 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
actiontaxonomy (auto-fix / ask-user / no-op) - v1.48.4 —
forge-installWindows auto-detection fix - v1.48.3 — Spec-Distillation Mode +
forge-spec-distill
Full details: CHANGELOG.md
v1.48.2
Fixed
- Documented
forge-*commands now resolve.forge-scaffold,forge-coverage, andforge-skill-retrievewere advertised in README/CHANGELOG aspnpm forge-*but were absent frompackage.jsonscripts, 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.tsagent-transform logic (scripts/__tests__/sync.test.ts):adaptAgentContent(opus/sonnet/haiku →inheritfor non-Claude adapters; claude-code preserves pinning) andAGENT_DIR_SKIP(excludesAGENTS.md), plus asyncDirintegration test. Suite 154 → 162.
Changed
scripts/split-skill-references.mjs→scripts/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
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) toinheritfor 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