Skip to content

Latest commit

 

History

History
127 lines (65 loc) · 8.73 KB

File metadata and controls

127 lines (65 loc) · 8.73 KB

Changelog

All notable changes to Harmon DevKit are documented here.

The format follows Keep a Changelog, and this project adheres to Semantic Versioning. Releases are cut manually with task release:patch|minor|major (never automatically on merge).

0.8.1 (2026-07-19)

Bug Fixes

  • skills: call them design handoff bundles, not implement-design bundles (#109) (bd667b5)

0.8.0 (2026-07-19)

⚠ BREAKING CHANGES

  • skills: the skill directory and name change from design-handoff to implement-design. Repos that vendor it via skills-sync keep a stale design-handoff/ directory until it is removed; re-sync and delete the old directory. Invoke as /implement-design.

Features

  • design-handoff: always ship downloadable logos on /brand (#106) (e1bd734)
  • skills: rename design-handoff to implement-design (#108) (65edbb1)

0.7.2 (2026-07-18)

Bug Fixes

  • update to harmon-init v4.1.0 and adopt the release-content guard (#99) (4cb937d)

0.7.1 (2026-07-17)

Bug Fixes

  • skills: require safe design bundle ingestion (#97) (1fccc29)

0.7.0 (2026-07-16)

Features

  • security: align standardize-repo with the tiered repository scanning policy (#94) (e243875)
  • standardize-repo: add bot PAT setup guidance to the post-generation checklist (#93) (338f89b)

0.6.2 (2026-07-13)

Bug Fixes

  • skills: harden sync-skills dest against absolute/traversal paths (#89) (a81bb40)

0.6.1 (2026-07-13)

Bug Fixes

  • skills: design-handoff review-finding fixes (CodeRabbit on ponderous-site#31 + lawnomator-site#14) (#86) (61534e2)

0.6.0 (2026-07-12)

Features

  • skills: local-skill-safe sync engine + standardize-repo fixes (#82) (ce46861)

0.5.0 (2026-07-11)

Features

  • skills-sync: vendor & sync shared agent skills from harmon-devkit (#76) (24ae0d0), closes #53

0.4.0 (2026-07-07)

Features

  • design-handoff: harden the skill from a live handoff run (#74) (b0d12d1)

0.3.1 (2026-07-07)

Bug Fixes

  • standardize-repo: --show shows all drift + update-mode guidance (#71) (52a71b6)

0.3.0 (2026-07-04)

Features

  • design-handoff: session-hardened gates, assets, and guidance from the ponderous-web v2 run (#60) (c75baea)

0.2.0 (2026-07-01)

Features

  • add ai/ design skill suite and document it in CLAUDE.md + README (#8) (c5ab996)
  • skills: add standardize-repo skill (#13) (a35b837)
  • skills: upgrade design-handoff for greenfield + real export bundle (#9) (5e8f9d7)
  • standardize-repo: add update mode + template drift detection (#28) (b942d17)
  • standardize-repo: audit for status:setup + universal Taskfile targets (#26) (da89dd9)
  • standardize-repo: detect missing template files, not just drift (#34) (b37beda)
  • standardize-repo: enforce the workflow↔Taskfile contract in verify-applied (#35) (7203465)
  • standardize-repo: guard against CODEOWNERS owner drops on adopt (#43) (0a318ce)

Bug Fixes

  • make lint:markdown a read-only gate + codify the standard (#44) (63b8784)
  • standardize-repo: adopt-doc + verify-applied fixes from v2→v3 stack work (#41) (67b88d1)
  • standardize-repo: align org Project Status options with renamed automation (#48) (6c59c40)
  • standardize-repo: scan only non-ignored files for template markers (#22) (3416e67)
  • standardize-repo: stop two audit false positives (#30) (137ac54)

[Unreleased]

Added

  • Initial repository scaffolding generated from harmon-init on 2026-06-27.