From 231b956a157da93c690fa43cf5bfcbd464a64024 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 16:21:49 +0000 Subject: [PATCH] chore(main): release 1.13.0 --- .claude-plugin/marketplace.json | 4 ++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ plugins/preview-forge/.claude-plugin/plugin.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8f96bcc..734cf04 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,14 +7,14 @@ }, "metadata": { "description": "Two-Weeks-Team marketplace hosting the Preview Forge plugin — a 143-agent engineering swarm implementing the 3-DD Methodology (PreviewDD → SpecDD → TestDD) for Claude Code.", - "version": "1.12.1", + "version": "1.13.0", "homepage": "https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode" }, "plugins": [ { "name": "pf", "description": "Preview Forge — 한 줄 아이디어 → 143명의 Opus 4.7 가상 엔지니어링 조직이 PreviewDD · SpecDD · TestDD 3 사이클로 풀스택 앱을 freeze까지. /pf:* 14 slash commands. 인간은 디자인·배포 2 클릭만.", - "version": "1.12.1", + "version": "1.13.0", "author": { "name": "Two-Weeks-Team" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87f5de0..23860f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5a055..5e18d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.13.0](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/compare/v1.12.1...v1.13.0) (2026-04-25) + + +### Features + +* **workflow:** H1->SpecDD auto-advance — sentinel hook + dispatch script + M3 imperatives (Phase 1) ([#103](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/103)) ([17f354a](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/commit/17f354a232b3d09f500bfa818b16e4430f0b2e69)) +* **workflow:** H2→preview server auto-launch + /pf:preview slash command (Phase 2) ([#104](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/104)) ([e874019](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/commit/e874019720dbab838b72e406896b2028c1f54f9c)) + ## [1.12.1](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/compare/v1.12.0...v1.12.1) (2026-04-25) diff --git a/plugins/preview-forge/.claude-plugin/plugin.json b/plugins/preview-forge/.claude-plugin/plugin.json index 5512122..5a1c2c9 100644 --- a/plugins/preview-forge/.claude-plugin/plugin.json +++ b/plugins/preview-forge/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "pf", "description": "한 줄 아이디어 → 143명 Opus 4.7 가상 엔지니어링 조직이 PreviewDD → SpecDD → TestDD 3-DD 사이클로 풀스택 앱을 freeze까지. 내장 Design Studio(Claude Design fallback) + Memory Tool + Reflexion 자가학습. Built with Opus 4.7 hackathon.", - "version": "1.12.1", + "version": "1.13.0", "author": { "name": "Two-Weeks-Team", "email": "app.2weeks@gmail.com",