Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions bucket/hass-agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "2.2.1",
"description": "HASS.Agent is a Windows-based client (companion) application for Home Assistant, developed in .NET 8.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Link a package-request issue before merging.

This newly added manifest does not include a package-request issue link in its description, and no such link is present in the supplied PR summary. Please create and link one, including the acceptance criteria for new packages.

package-request issue template · contribution guide · manifest wiki

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/hass-agent.json` at line 3, Update the manifest description for
HASS.Agent to include a link to the package-request issue, using the created
issue that documents the acceptance criteria for new packages. Keep the existing
application description intact and append the issue reference in the
description.

Source: Path instructions

"homepage": "https://github.com/hass-agent/HASS.Agent",
"license": "MIT",
"url": "https://github.com/hass-agent/HASS.Agent/releases/download/2.2.1/HASS.Agent.Standalone.zip",
"hash": "499afde9288ff37b2cc98ee7bc82ed79164ea535a5a54ddb59ec2e297cf0ea67",
"bin": "HASS.Agent/HASS.Agent.exe",
"shortcuts": [
[
"HASS.Agent/HASS.Agent.exe",
"HASS.Agent"
]
],
"persist": "HASS.Agent/config",
"checkver": {
"github": "https://github.com/hass-agent/HASS.Agent"
},
"autoupdate": {
"url": "https://github.com/hass-agent/HASS.Agent/releases/download/$version/HASS.Agent.Standalone.zip"
}
}
Loading