Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:53
· 57 commits to refs/heads/develop since this release
f62ae60

Changes

  • docs: surface plugin use cases in README and docs (#31) @nolte
  • feat(ha): add Divoom Pixoo specs and display skill family (#29) @nolte
  • feat(ha): add orchestration layer — integration/lovelace solution skills + integration-review agent (#28) @nolte
  • feat(ha): add 7 P3 skills — entity-platform + Lovelace cluster (#27) @nolte
  • feat(ha): add 10 P2 backend-integration skills (#26) @nolte
  • docs(ha): primary-source the hacs-release zip layout / content_in_root (#20) @nolte
  • docs(ha): document asset-filename input in hacs-release spec (#18) @nolte
  • feat(ha): add ha-device-automation-add skill (#24) @nolte
  • feat(ha): add ha-discovery-augment skill (#23) @nolte
  • feat(ha): add ha-repairs-add skill (#22) @nolte
  • feat(ha): add ha-automation skill layer + solution orchestrator (#21) @nolte
  • feat(ha): add ha-quality-scale-audit skill (#19) @nolte
  • feat(spec): add ha-automation usage spec corpus (28 specs, DE+EN) (#17) @nolte
  • feat(spec): require verifying HA facts against official docs (#16) @nolte
  • fix(ha): pin gh-plumbing reusables to v1.1.24 in hacs-release spec (#15) @nolte

🧰 Maintenance

  • chore(release): v0.1.3 (#33) @nolte
  • chore(i18n): make English the canonical language (#32) @nolte
  • chore: adopt parallel-working-copies mechanic and plan-before-work handover (#14) @nolte

Project context

Project type: Claude Code plugin. Changes below are since v0.1.2.

Audiences served

  • Plugin / skill consumers (the dogfooding author and the future public HA integration/card-author community) → addressed by §Skills changed, §Agents changed, §Specs changed
  • Plugin-distribution operator (Claude Code marketplace) → addressed by §Breaking changes, §Required plugin re-install

Skills changed

  • Added (31):
    • Divoom Pixoo display family — ha-pixoo-solution, ha-pixoo-page-author, ha-pixoo-pixel-art-author, ha-pixoo-animation-author (#29)
    • Solution orchestrators — ha-integration-solution, ha-lovelace-solution (#28); ha-automation-solution (#21)
    • Automation/YAML authoring — ha-automation-author, ha-helper-scaffold, ha-derived-sensor-author (#21)
    • Backend-integration cluster (P2) — ha-bluetooth-augment, ha-diagnostics-augment, ha-conversation-agent-augment, ha-integration-events-add, ha-media-source-add, ha-reproduce-state-add, ha-significant-change-add, ha-system-health-add, ha-backup-platform-add, ha-oauth2-credentials-augment (#26)
    • Entity-platform + Lovelace cluster (P3) — ha-entity-platform-add, ha-card-editor-add, ha-card-features-add, ha-badge-add, ha-strategy-add, ha-panel-add, ha-websocket-command-add (#27)
    • Audits & adds — ha-quality-scale-audit (#19), ha-repairs-add (#22), ha-discovery-augment (#23), ha-device-automation-add (#24)
  • Modified (10): ha-integration-scaffold, ha-config-flow-augment, ha-coordinator-add, ha-entity-description-mapper, ha-service-definition-generator, ha-test-harness-augment, ha-translation-sync, ha-security-audit, ha-blueprint-scaffold, ha-lovelace-card-scaffold
  • Removed / renamed: none

Agents changed

  • Added (1): ha-integration-review — bundled read-only quality + security + consistency review (#28)

Specs changed (spec/)

  • spec/ha-automation/ (+28): HA-automation usage corpus — automations, scripts, helpers, derived/statistical sensors (#17)
  • spec/ha/ (+4): divoom-pixoo, pixoo-pixel-art, pixoo-pixel-art-animation (#29); upstream-docs-verification (#16)
  • spec/claude/ (+27): per-skill governing specs for the skills added above
  • Convention change: English is now the canonical language for specs + the docs site (was DE-canonical); .spec-config.yml, spec/README.md, mkdocs.yml updated (#32). Content already existed in both languages — re-designation only.

Breaking changes for plugin consumers

  • None — no slash command renamed, no skill/agent removed, no major-version boundary crossed.

Open questions

  • The plugin manifest version is set by the release workflow at publish, not in this range. This release adds 31 skills + 1 agent + 59 spec topics on a v0.1.x line — confirm the minor-bump magnitude is intended.