Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.24 KB

File metadata and controls

40 lines (27 loc) · 1.24 KB

v0.2.0

Summary

v0.2.0 restructures the repository for cleaner distribution and easier installation.

The skill now lives at skills/software-thesis-docx/, which makes the official Codex install URL stable and explicit. This release also adds one-click installers for macOS, Linux, and Windows PowerShell.

Highlights

  • Official Codex install URL: https://github.com/Jonnys-Li/software-thesis-docx-skill/tree/main/skills/software-thesis-docx
  • New one-click installers:
    • install.sh
    • install.ps1
  • Shared Python installer implementation:
    • install.py
  • README rewritten around fast install, sample prompts, and current runtime scope
  • Existing skill content moved under skills/software-thesis-docx/

Migration Note

v0.1.0 documented the repository root as the install source.

From v0.2.0 onward, the recommended install paths are:

  • Codex native via the skill subdirectory URL
  • One-click shell install on macOS / Linux
  • One-click PowerShell install on Windows

Current Runtime Support

  • Codex: supported in this release
  • OpenCode: planned
  • Claude Code: planned

Notes

  • The underlying skill behavior and DOCX tools remain the same
  • The main change is distribution, installation ergonomics, and documentation clarity