v0.1.2 Release
v0.1.2 - Documentation Refresh
This release refreshes the GitHub-facing documentation so it matches the current Codex Cleaner workflow.
Highlights
- Make the Codex Skill workflow the recommended path for non-technical users.
- Document the four cleanup choices directly in the README:
- delete archived conversation only and keep project files
- delete local project files only and keep the archived conversation
- delete both conversation and project files by moving them to
Codex_Trash - permanently delete everything, with an explicit warning
- Update the Chinese README with the same current workflow.
- Update CLI examples to prefer
--conversation-onlyand--files-onlyfor partial cleanup. - Update the skill card prompt to mention the numbered cleanup menu.
- Align project metadata with the current release version.
For Installed Users
Installed users do not receive automatic push updates from GitHub. Ask Codex:
I already installed codex-cleaner. Please remove the old local codex-cleaner skill and reinstall the latest version from:
https://github.com/manganeseboy/codex-cleaner/tree/main/skills/codex-cleaner
Then restart Codex so the new skill instructions are loaded.
Validation
Validated on Windows with:
python -m unittest discover -s tests
python -m compileall scripts skills tests