Releases: pseudosavant/markdown-docx
Releases · pseudosavant/markdown-docx
Release list
markdown-docx 0.2.0
Automatic synchronization for existing managed agent skills.
Highlights
- Update pristine older managed skills to the running CLI version during normal commands, including help and version output.
- Store ownership, the exact CLI version, and a normalized SHA-256 content hash in
SKILL.mdfront matter. Migrate legacy managed skills and recover missing or invalid version metadata. - Preserve edited or unverifiable skills. Add read-only
skill statusandskill install --forcefor intentional replacement of managed content. - Keep automatic synchronization local to the standard skills directory. Custom directories require explicit updates. Local source and editable builds do not synchronize automatically.
- Use atomic replacement, revalidate concurrent changes, and keep maintenance notices on stderr so JSON output remains clean.
The skill continues to invoke the CLI through uvx. Synchronization does not query a package index, refresh uv's cache, or update the CLI. Updated instructions apply to future agent skill loading.
uvx markdown-docx skill status
uvx markdown-docx skill install --forceValidated with 174 tests, formatting, linting, type checking, package checks, and editable and installed-wheel skill lifecycle smoke tests.
markdown-docx 0.1.0
Initial beta release of markdown-docx.
Highlights
- Convert constrained Markdown into editable Word documents.
- Use explicit metadata for styles, fonts, tables, images, page breaks, and sections.
- Inspect templates and return structured diagnostics for automation.
- Install or remove the bundled Codex skill from the command line.
- Run on Python 3.11 through 3.14.
- Explore a fully illustrated showcase backed by a comprehensive test suite.