Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ This project uses a lightweight changelog format:
- `Fixed` for bug fixes.
- `Security` for vulnerability-related changes.

## 0.4.4 - 2026-06-18

### Changed

- Split the monolithic script test suite into focused modules while keeping `tests/test_scripts.py` as a compatibility placeholder.
- Extracted shared state, locking, JSON, and event helpers for the goal and findings ledgers into `codex_fable_state.py`.
- Strengthened CI workflow validation so the pinned FABLE-5 source fetch and coverage `--source` validation stay semantically linked.
- Updated contributor, release, and CI verification commands to compile the new shared helper module.

## 0.4.3 - 2026-06-18

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FableCodex は、Codex の作業に Fable 風の運用習慣を追加する Code
安定版をインストールします。

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down Expand Up @@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
安定版:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down
4 changes: 2 additions & 2 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FableCodex는 Codex 작업에 Fable식 운영 습관을 더하는 Codex 플러
안정 버전을 설치합니다.

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down Expand Up @@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
안정 버전:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ It is useful when the cost of a missed step is higher than the cost of a little
Install the stable release:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down Expand Up @@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
Stable release:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FableCodex 是一个 Codex 插件,用来把 Fable 风格的工作习惯加入
安装稳定版:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down Expand Up @@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
稳定版:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down
4 changes: 2 additions & 2 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FableCodex 是一個 Codex 外掛,會把 Fable 風格的工作習慣加入 Cod
安裝穩定版:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down Expand Up @@ -215,7 +215,7 @@ plugins/codex-fable5/bin/codex-fable5 status
穩定版:

```bash
codex plugin marketplace add baskduf/FableCodex --ref v0.4.3
codex plugin marketplace add baskduf/FableCodex --ref v0.4.4
codex plugin add codex-fable5@fablecodex
```

Expand Down
2 changes: 1 addition & 1 deletion plugins/codex-fable5/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codex-fable5",
"version": "0.4.3",
"version": "0.4.4",
"description": "Fable-style Codex workflow with source-section coverage, goal and findings gates, verification grounding, VFF routing, and optional provider bridge guidance.",
"author": {
"name": "Codex Fable5 Maintainers"
Expand Down