Releases: Jonnys-Li/software-thesis-docx-skill
v0.4.0
v0.4.0
Summary
v0.4.0 upgrades the AIGC capability from a basic heuristic checker into a sample-driven low-AIGC workflow.
This release adds a reusable low-AIGC playbook, a stronger checker aligned to real before/after thesis samples, and a new rewrite script that can auto-apply authorized paragraph rewrites for single-run paragraphs.
Highlights
- Sample-driven AIGC methodology in
references/low-aigc-playbook.md - Stronger
check_aigc_risk.pyoutput:rewrite_recipetypography_flags- denser academic-template detectors
- New rewrite script:
rewrite_low_aigc_docx.py
- Shared AIGC utilities:
aigc_utils.py
- Dual rewrite profiles:
academic_safeexplicit_low_aigc
- Updated workflow options:
aigc.rewrite_profileaigc.normalize_typography
Scope Notes
academic_saferemains the default.explicit_low_aigcis only intended for cases where the user explicitly asks to lower AIGC.- The checker remains local and heuristic. It is not presented as a guarantee of any third-party detector percentage.
v0.2.0
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.shinstall.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
v0.1.0
v0.1.0
Summary
First public release of software-thesis-docx.
This version publishes the reusable Codex skill, the three parameterized DOCX scripts, example contracts, and the initial public methodology docs.
Current Runtime Support
- Codex: supported in this release
- OpenCode: not yet adapted
- Claude Code: not yet adapted
This release should be treated as the Codex-first baseline.
Included In This Release
- Reusable
SKILL.mdskill entrypoint build_docx_from_manifest.pyreplace_images_by_caption.pyrewrite_paragraphs.py- Public example inputs under
assets/examples/ - English and Chinese repository documentation
- Codex quick start guides
Next Steps
- Add an OpenCode-compatible packaging and installation flow
- Add a Claude Code-compatible prompt contract and onboarding guide
- Add runtime-specific smoke tests to verify the same examples across Codex, OpenCode, and Claude Code
Notes
- The repository intentionally does not include any private thesis DOCX assets
- The current post-processing tools are deterministic by design and prioritize layout safety over fuzzy text editing