Skip to content

Commit eb933f1

Browse files
authored
Merge pull request #12 from baskduf/release/0.4.4
Release 0.4.4
2 parents e551ab7 + 3486bcc commit eb933f1

7 files changed

Lines changed: 20 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ This project uses a lightweight changelog format:
99
- `Fixed` for bug fixes.
1010
- `Security` for vulnerability-related changes.
1111

12+
## 0.4.4 - 2026-06-18
13+
14+
### Changed
15+
16+
- Split the monolithic script test suite into focused modules while keeping `tests/test_scripts.py` as a compatibility placeholder.
17+
- Extracted shared state, locking, JSON, and event helpers for the goal and findings ledgers into `codex_fable_state.py`.
18+
- Strengthened CI workflow validation so the pinned FABLE-5 source fetch and coverage `--source` validation stay semantically linked.
19+
- Updated contributor, release, and CI verification commands to compile the new shared helper module.
20+
1221
## 0.4.3 - 2026-06-18
1322

1423
### Changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex は、Codex の作業に Fable 風の運用習慣を追加する Code
4040
安定版をインストールします。
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
安定版:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex는 Codex 작업에 Fable식 운영 습관을 더하는 Codex 플러
4040
안정 버전을 설치합니다.
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
안정 버전:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It is useful when the cost of a missed step is higher than the cost of a little
4040
Install the stable release:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
Stable release:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex 是一个 Codex 插件,用来把 Fable 风格的工作习惯加入
4040
安装稳定版:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
稳定版:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

README.zh-TW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FableCodex 是一個 Codex 外掛,會把 Fable 風格的工作習慣加入 Cod
4040
安裝穩定版:
4141

4242
```bash
43-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
43+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
4444
codex plugin add codex-fable5@fablecodex
4545
```
4646

@@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
215215
穩定版:
216216

217217
```bash
218-
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
218+
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
219219
codex plugin add codex-fable5@fablecodex
220220
```
221221

plugins/codex-fable5/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-fable5",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Fable-style Codex workflow with source-section coverage, goal and findings gates, verification grounding, VFF routing, and optional provider bridge guidance.",
55
"author": {
66
"name": "Codex Fable5 Maintainers"

0 commit comments

Comments
 (0)