Skip to content

Commit 6ab9f6e

Browse files
mikejhillCopilot
andcommitted
ci: add GitHub Actions workflows, remove legacy OpenSpec files
- Add CI workflow: commit-lint, ruff, mypy, pytest matrix, markdownlint - Add release workflow: go-semantic-release, CHANGELOG promotion, uv build - Add Dependabot config for action and pip version updates - Add CHANGELOG.md with initial [Unreleased] entries - Add markdownlint-cli2 configuration - Add Home Assistant setup and HACS installation guide - Remove .github/prompts/, .github/skills/ (unused OpenSpec files) - Remove openspec/ directory (legacy, no longer relevant) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4c9759c commit 6ab9f6e

38 files changed

Lines changed: 486 additions & 4080 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
commit-message:
8+
prefix: "ci"
9+
10+
- package-ecosystem: pip
11+
directory: /
12+
schedule:
13+
interval: weekly
14+
commit-message:
15+
prefix: "build"

.github/prompts/opsx-apply.prompt.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

.github/prompts/opsx-archive.prompt.md

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)