Skip to content

Commit 0a4ea12

Browse files
committed
v2.30.1: credit Leon-Algo for Codex permission fix
- Add @Leon-Algo to CONTRIBUTORS.md for PR #119 - CHANGELOG entry for v2.30.1 - Bump version across plugin.json, marketplace.json, SKILL.md (all 3 variants), README
1 parent a65b183 commit 0a4ea12

File tree

8 files changed

+30
-11
lines changed

8 files changed

+30
-11
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "planning-with-files",
1010
"source": "./",
1111
"description": "Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Now with hooks integration.",
12-
"version": "2.30.0"
12+
"version": "2.30.1"
1313
}
1414
]
15-
}
15+
}

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planning-with-files",
3-
"version": "2.30.0",
3+
"version": "2.30.1",
44
"description": "Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, and 11+ AI coding assistants.",
55
"author": {
66
"name": "OthmanAdi",
@@ -28,4 +28,4 @@
2828
"multi-ide",
2929
"agent-skills"
3030
]
31-
}
31+
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.30.1] - 2026-04-05
6+
7+
### Fixed
8+
9+
- **Codex scripts not executable** (PR #119 by @Leon-Algo)
10+
- `.codex/skills/planning-with-files/scripts/check-complete.sh`, `init-session.sh`, and `session-catchup.py` were tracked as 100644 (not executable), causing `permission denied` on direct invocation
11+
- Added `test_codex_script_permissions.py` regression test
12+
13+
### Thanks
14+
15+
- @Leon-Algo for identifying and fixing the Codex script permission issue
16+
17+
---
18+
519
## [2.30.0] - 2026-04-03
620

721
### Changed

CONTRIBUTORS.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ These amazing people have contributed code, documentation, or significant improv
149149
- Fixed Codex session-catchup silently scanning Claude session paths; now prints an explicit fallback message when running from Codex context (PR #100)
150150
- **Impact:** Significant docs and tooling consistency sweep across the entire multi-IDE surface
151151

152+
- **[@Leon-Algo](https://github.com/Leon-Algo)** - [PR #119](https://github.com/OthmanAdi/planning-with-files/pull/119)
153+
- Fixed missing executable bits on `.codex/` planning scripts (`check-complete.sh`, `init-session.sh`, `session-catchup.py`)
154+
- Added `test_codex_script_permissions.py` regression test to prevent future permission regressions on Codex installs
155+
152156
## Community Forks
153157

154158
These developers have created forks that extend the functionality:
@@ -192,6 +196,6 @@ If you've contributed and don't see your name here, please open an issue! We wan
192196

193197
---
194198

195-
**Total Contributors:** 27+ and growing!
199+
**Total Contributors:** 28+ and growing!
196200

197-
*Last updated: March 24, 2026*
201+
*Last updated: April 5, 2026*

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ See the full list of everyone who made this project better in [CONTRIBUTORS.md](
4242
<details>
4343
<summary><strong>📦 Releases & Session Recovery</strong></summary>
4444

45-
### Current Version: v2.30.0
45+
### Current Version: v2.30.1
4646

4747
| Version | Highlights |
4848
|---------|------------|
49+
| **v2.30.1** | Fix Codex script permissions, contributor credit for @Leon-Algo |
4950
| **v2.30.0** | Migrate to `${CLAUDE_SKILL_DIR}`, IDE configs moved to dedicated branches, cleaner master |
5051
| **v2.29.0** | Analytics workflow template: `--template analytics` flag for data exploration sessions (thanks @mvanhorn!) |
5152
| **v2.28.0** | Traditional Chinese (zh-TW) skill variant (thanks @waynelee2048!) |
@@ -183,7 +184,7 @@ A Claude Code plugin that transforms your workflow to use persistent markdown fi
183184
[![GitHub Copilot](https://img.shields.io/badge/GitHub%20Copilot-Hooks-000000)](https://docs.github.com/en/copilot/reference/hooks-configuration)
184185
[![Mastra Code](https://img.shields.io/badge/Mastra%20Code-Skills-00BCD4)](https://code.mastra.ai)
185186
[![BoxLite](https://img.shields.io/badge/BoxLite-Sandbox-6C3483)](https://boxlite.ai)
186-
[![Version](https://img.shields.io/badge/version-2.30.0-brightgreen)](https://github.com/OthmanAdi/planning-with-files/releases)
187+
[![Version](https://img.shields.io/badge/version-2.30.1-brightgreen)](https://github.com/OthmanAdi/planning-with-files/releases)
187188
[![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1)](https://getskillcheck.com)
188189

189190
## Quick Install

skills/planning-with-files-zh/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hooks:
2323
- type: command
2424
command: "SD=\"${CLAUDE_SKILL_DIR:-${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files-zh}}/scripts\"; powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"$SD/check-complete.ps1\" 2>/dev/null || sh \"$SD/check-complete.sh\""
2525
metadata:
26-
version: "2.30.0"
26+
version: "2.30.1"
2727
---
2828

2929
# 文件规划系统

skills/planning-with-files-zht/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hooks:
2323
- type: command
2424
command: "SD=\"${CLAUDE_SKILL_DIR:-${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files-zht}}/scripts\"; powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"$SD/check-complete.ps1\" 2>/dev/null || sh \"$SD/check-complete.sh\""
2525
metadata:
26-
version: "2.30.0"
26+
version: "2.30.1"
2727
---
2828

2929
# 檔案規劃系統

skills/planning-with-files/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hooks:
2323
- type: command
2424
command: "SD=\"${CLAUDE_SKILL_DIR:-${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/skills/planning-with-files}}/scripts\"; powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"$SD/check-complete.ps1\" 2>/dev/null || sh \"$SD/check-complete.sh\""
2525
metadata:
26-
version: "2.30.0"
26+
version: "2.30.1"
2727
---
2828

2929
# Planning with Files

0 commit comments

Comments
 (0)