Skip to content

Releases: Jonnys-Li/software-thesis-docx-skill

v0.4.0

27 Mar 08:14

Choose a tag to compare

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.py output:
    • rewrite_recipe
    • typography_flags
    • denser academic-template detectors
  • New rewrite script:
    • rewrite_low_aigc_docx.py
  • Shared AIGC utilities:
    • aigc_utils.py
  • Dual rewrite profiles:
    • academic_safe
    • explicit_low_aigc
  • Updated workflow options:
    • aigc.rewrite_profile
    • aigc.normalize_typography

Scope Notes

  • academic_safe remains the default.
  • explicit_low_aigc is 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

27 Mar 01:44

Choose a tag to compare

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

v0.1.0

26 Mar 10:20

Choose a tag to compare

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.md skill entrypoint
  • build_docx_from_manifest.py
  • replace_images_by_caption.py
  • rewrite_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