·
19 commits
to refs/heads/develop
since this release
Changes
- feat(docs): split use cases into standalone pages with skill/agent diagrams (#81) @nolte
- docs: add ha-solution top-level router and guard against catalog orphans (#78) @nolte
- feat: author spec/claude/ha-pixoo-solution front-door governance spec (#66) (#71) @nolte
- feat: runtime skill resolution for the ha-*-solution orchestrators (#61) @nolte
- feat: wire orphaned frontend skills into lovelace/panel orchestrators (#60) @nolte
- feat: card/panel sizing spec + ha-card-sizing-determine skill (#58) (#59) @nolte
- feat: card-preview spec + ha-card-preview-add skill (#56) @nolte
- feat: spec-conformance & drift dimension in ha-integration-review (#55) @nolte
- feat: tier-driven, release-ready integration orchestrator (ha-integration-solution) (#54) @nolte
- feat: ha-integration-ci-scaffold + ha-hacs-release skills (WP16/WP17) (#53) @nolte
- feat: add ha-device-registry-augment skill (WP15) (#52) @nolte
- feat: add ha-config-entry-migrate skill (WP14) (#51) @nolte
- feat: add ha-options-flow-augment skill (WP13) (#50) @nolte
- feat: discovery/config-flow boundary clarity + OAuth application-credentials (WP12) (#49) @nolte
- feat: quality-scale audit CI drift-gate + per-finding remediation dispatch (WP10) (#48) @nolte
- feat: repairs delete-call hardening + icons auto-fill fold-in (WP9/WP11) (#47) @nolte
- feat: translated service exceptions (F2) + syrupy platform snapshot tests (F3) (#46) @nolte
- feat: TLS/timeout security checks + shared redaction classification (F5/F6) (#45) @nolte
- feat: emit PARALLEL_UPDATES + availability across integration generators (F1) (#44) @nolte
- feat: ha-panel-ux-audit UX-expert audit skill + author handoff (#42) @nolte
- feat: ha-panel-author senior panel-developer skill + orchestrator wiring (#41) @nolte
- feat: Lovelace layout-antipattern spec + wire layout skills (#40) @nolte
- feat(project): author the planning-suite mission for claude-home-assistant (#262) (#39) @nolte
- fix(mkdocs): add trailing slash to site_url for canonical i18n base URL (#38) @nolte
- docs: expand (TS / JS) to (TypeScript / JavaScript) on both index pages (#37) @nolte
- docs: incorporate lektorat findings across docs and README (#36) @nolte
- docs: restructure README to the readme-structure spec (#35) @nolte
🚀 Features
- feat: confidence-gated requirements-elicit in the ha-*-solution orchestrators (#65) (#77) @nolte
- feat: add ha-solution top-level cross-domain router (#63) (#76) @nolte
- feat: opt-in deploy→verify→review lifecycle phase with feedback loop (#64) (#75) @nolte
- feat: add ha-dev-workflow-apply skill + Platinum dispatch (#67) (#74) @nolte
- feat: split in-flow audit gate from bundled ha-integration-review pass (#68) (#73) @nolte
- feat: wire ha-websocket-command-add into ha-integration-solution dispatch (#62) (#72) @nolte
- feat: panel config-view spec + ha-panel-config-view-add skill (#57) @nolte
🐛 Bug Fixes
🧰 Maintenance
- feat(docs): adopt canonical catalog generator with phase grouping + drift gate (#80) @nolte
- chore(github): refresh repository topics (#34) @nolte
Project context
Claude Code plugin (.claude-plugin/plugin.json + skills/ + agents/). Commit range v0.1.3..ec93868.
Audiences served
- Plugin authors invoking the slash commands (dogfooding,
kamerplanter-ha, greenfield HA artefacts) → §Skills changed, §Agents changed, §Documentation & catalog - Maintainers & governing stewards (repo maintainer, HA / HACS / Claude Code, portfolio spec anchor) → §Specs changed, §Documentation & catalog
- Plugin consumers pinning a version → §Breaking changes for plugin consumers
Skills changed
- 12 new skills. Cross-domain routing:
ha-solution(top-level router, #76). Integration lifecycle:ha-config-entry-migrate(#51),ha-options-flow-augment(#50),ha-device-registry-augment(#52),ha-dev-workflow-apply(#74),ha-integration-ci-scaffold+ha-hacs-release(#53). Lovelace / panel:ha-panel-author(#41),ha-panel-ux-audit(#42),ha-panel-config-view-add(#57),ha-card-preview-add(#56),ha-card-sizing-determine(#59). - Reworked orchestrators.
ha-integration-solutionis now tier-driven and release-ready (#54); theha-*-solutionfront doors gained runtime skill resolution (#61), confidence-gated requirements elicitation (#77), and an opt-in deploy→verify→review lifecycle phase (#75); orphaned frontend skills were wired into the lovelace/panel orchestrators (#60).
Agents changed
ha-integration-reviewgained a spec-conformance & drift dimension (#55). No agents added or removed.
Specs changed
spec/ha/— new HA pattern specs: card/panel sizing (#58), lovelace card preview (#56), lovelace layout antipatterns (#40), lovelace panel config-view (#57).spec/claude/— front-door governance specs forha-solution(#76) andha-pixoo-solution(#71), plus one governance spec per new skill above.
Documentation & catalog
- Catalog generator adopted from the nolte-shared hub (#80). Every skill and agent now declares phase / summary / use-case frontmatter, and the generated Skills and Agents catalog groups by delivery-lifecycle phase with per-language summaries and use-when / don't-use-when cross-links. A CI drift gate pins the vendored generator to
nolte/claude-shared@v0.1.11. - Use cases split into standalone pages (#81). The single use-cases page became a
use-cases/section — one bilingual page per use case (custom integration, Lovelace frontend, automations & blueprints, Pixoo, dev & test, review & harden), each with target audiences and a Mermaid diagram of the skills and agents in play.
Breaking changes for plugin consumers
- None. No slash command was renamed or removed and no skill/agent was deleted; the manifest bumps
0.1.3 → 0.1.4within the0.xline.