Skip to content

Commit 5c28261

Browse files
chore(main): release 1.11.1 (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 646142b commit 5c28261

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
},
88
"metadata": {
99
"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.",
10-
"version": "1.11.0",
10+
"version": "1.11.1",
1111
"homepage": "https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode"
1212
},
1313
"plugins": [
1414
{
1515
"name": "pf",
1616
"description": "Preview Forge — 한 줄 아이디어 → 143명의 Opus 4.7 가상 엔지니어링 조직이 PreviewDD · SpecDD · TestDD 3 사이클로 풀스택 앱을 freeze까지. /pf:* 14 slash commands. 인간은 디자인·배포 2 클릭만.",
17-
"version": "1.11.0",
17+
"version": "1.11.1",
1818
"author": {
1919
"name": "Two-Weeks-Team"
2020
},

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.11.0"
2+
".": "1.11.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.11.1](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/compare/v1.11.0...v1.11.1) (2026-04-25)
9+
10+
11+
### Bug Fixes
12+
13+
* **cache:** atomic strong+weak alias via hardlink to eliminate concurrent put race ([#70](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/70)) ([#81](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/81)) ([798ae02](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/commit/798ae02a6f3e54d62140fd99505d9f52269066c8))
14+
* hygiene bundle — verify-plugin schema count + idea_summary cap + macOS dup gitignore ([#63](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/63) [#65](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/65) [#68](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/68)) ([#83](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/83)) ([93123ec](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/commit/93123ec09b8211d79e1744f0825f08a43972330a))
15+
* **security:** SHELL_BYPASSES coverage + regex weakening probes ([#64](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/64) [#69](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/69)) ([#85](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues/85)) ([9a2413b](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/commit/9a2413b847820f022d75bcf3e62b6f5a90c20e83))
16+
817
## [1.11.0](https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/compare/v1.10.0...v1.11.0) (2026-04-25)
918

1019

plugins/preview-forge/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pf",
33
"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.",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"author": {
66
"name": "Two-Weeks-Team",
77
"email": "app.2weeks@gmail.com",

0 commit comments

Comments
 (0)