Releases: SpectrAI-Initiative/codex--thread-rescue--skill
Releases · SpectrAI-Initiative/codex--thread-rescue--skill
v0.1.1
Maintenance-focused follow-up release for Codex Thread Rescue.
Highlights:
- Added GitHub Actions validation for every push and pull request
- Added
scripts/validate_skill.pyso contributors can run the same checks locally - Expanded the README with a FAQ to reduce onboarding friction for first-time users
- Fixed the banner SVG layout so the long subtitle no longer overlaps the
sqlite + app-server + statebadge
Recommended usage remains:
- Install the skill by cloning into
~/.codex/skills/codex--thread-rescue--skillor by runningpython3 scripts/install_skill.py - Restart Codex Desktop
- Ask Codex:
Use $codex--thread-rescue--skill to restore missing local Codex Desktop threads for /absolute/path/to/project.
v0.1.0
First public release of Codex Thread Rescue.
Highlights:
- One-command local installation with
python3 scripts/install_skill.py, or direct clone into~/.codex/skills/codex--thread-rescue--skill - Safer default workflow: dry-run first, timestamped backups before write operations, and explicit JSON summaries
- Clearer Codex invocation with
$codex--thread-rescue--skillmetadata, icons, and README quick start
Recommended quick start:
- Clone the repo into
~/.codex/skills/codex--thread-rescue--skill, or runpython3 scripts/install_skill.py - Restart Codex Desktop
- Ask Codex:
Use $codex--thread-rescue--skill to restore missing local Codex Desktop threads for /absolute/path/to/project.