Skip to content

v0.1.7

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Apr 05:29
· 9 commits to main since this release

v0.1.7

Summary

  • Refactor the package around clearer application, workflow, domain, and capability seams.
  • Split heavy orchestration and generation responsibilities out of core.py and skill_generator.py.
  • Improve packaging reliability by switching to a single dynamic version source and tightening release validation.

Highlights

Architecture

  • Add application-facing workflow entrypoints and normalized command summaries.
  • Extract execution mode selection, reporting, blueprint assembly, output bundle writing, and state snapshot building into focused services.
  • Split skill generation support into dedicated markdown, context, and prompt modules.

Product and documentation

  • Update README, Chinese README, CLI guide, Python API guide, output layout guide, and release guide.
  • Record the architecture/design plan for the refactor under docs/superpowers/.

Packaging and release flow

  • Verify standard install, editable install, console script, and python -m code2skill usage.
  • Make pyproject.toml read the package version dynamically from code2skill.version.__version__.
  • Update release and publish workflows to validate the dynamic version source instead of a duplicated static version field.