Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.49 KB

File metadata and controls

38 lines (29 loc) · 1.49 KB

v0.3.0

Summary

v0.3.0 expands software-thesis-docx from a DOCX build-and-rewrite toolkit into a fuller thesis workflow skill.

This release adds a built-in academic formatting preset, runtime extraction of custom style presets from Word templates, Mermaid planning contracts, optional subagent rigorous-writing guidance, and local AIGC risk checking.

Highlights

  • Built-in academic preset at skills/software-thesis-docx/assets/presets/default_style_preset.json
  • New preset extraction script:
    • extract_docx_style_preset.py
  • Manifest and builder support for:
    • formatting.mode = default_preset
    • formatting.mode = custom_style_preset
    • formatting.mode = custom_template_docx
  • New local AIGC checker:
    • check_aigc_risk.py
  • New public example contracts:
    • thesis_workflow_options.example.json
    • mermaid_requests.example.json
  • Updated skill workflow for:
    • opt-in Mermaid generation
    • opt-in subagent rigorous-writing mode
    • opt-in AIGC checking and conservative reduction flow

Scope Notes

  • Mermaid support in this release focuses on code generation and optional .mmd file output, not automatic rendering or DOCX insertion.
  • Subagent behavior remains default off and only applies when the runtime supports delegation and the user explicitly enables it.
  • AIGC scoring is heuristic and local; it is not presented as a match for any institution's third-party detector.

Compatibility

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