Skip to content

Releases: bufferBrew/craftsman

Release list

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 09:41

Added

  • /craftsman:doctor --fix: opt-in remediation for the three detected silent-failure conditions.
    Default (no-arg) behavior is unchanged — diagnostic only. With --fix, each repair is shown and
    confirmed (y/n) before it runs, then the check is re-run to verify: Git Bash via
    winget install Git.Git (lands on the standard path the hook dispatcher already probes, so no
    PATH edit), graphify graph via graphify ., and the Windows python3 Store-stub via
    winget install Python.Python.3.12 (flagged as a partial fix — the Store app-execution alias may
    still need disabling). Falls back to manual install links where winget is unavailable.

v0.5.1

Choose a tag to compare

@bufferBrew bufferBrew released this 14 Jul 16:20

Added

  • Terminal-style demo image (craftsman-demo.svg) on the root README showing an orchestrator
    bugfix run end to end.
  • CONTRIBUTING.md: local testing via --plugin-dir, validation requirements, component
    conventions, run-hook.cmd polyglot editing rules, and versioning/changelog process.
  • docs/use-cases.md: four worked scenarios (minimal diffs, recurring-bug recall via graphify,
    ask-first scaffolding, honest completion).
  • GitHub issue templates (bug report, feature request) and a Discussions contact link.

Changed

  • Restructured both READMEs to lead with the value proposition: a "Why craftsman" problem/solution
    table, a 30-second start, and status badges (CI, version, license). Reference content unchanged;
    the plugin README's Quick start section merged into the new 30-second start.

Full changelog: https://github.com/bufferBrew/craftsman/blob/main/CHANGELOG.md