chore(workflow): adopt GitHub-native task tracking - #51
Merged
Conversation
Replace Linear-first agent guidance with GitHub Issues and the shared Development Project. Keep pull requests and CI authoritative for implementation.
There was a problem hiding this comment.
Pull request overview
This PR updates repository agent/workflow guidance to use GitHub-native planning/tracking (Issues + Development project) and adjusts HACS validation to stop ignoring the “issues” check.
Changes:
- Add root agent instructions (
AGENTS.md) and a Claude entrypoint file (CLAUDE.md) that references them. - Add Cursor Cloud agent workflow guidance and a minimal Cursor environment definition.
- Update HACS validation workflow to only ignore the license check (allowing Issues validation to run).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
CLAUDE.md |
Points Claude tooling at the canonical agent instructions file. |
AGENTS.md |
Defines repo-level agent guidance including GitHub Issues + Development project workflow. |
.github/workflows/validate.yml |
Enables HACS “issues” validation by no longer ignoring it. |
.cursor/rules/canonical-cloud-workflow.mdc |
Establishes Cursor agent rules aligned with GitHub-native task tracking + validation expectations. |
.cursor/environment.json |
Defines a minimal Cursor environment install step (compileall) for source review. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Added repository and Cursor Cloud agent instructions that use GitHub Issues and the Development Project, and enabled GitHub Issues in HACS validation.
Why
The repository had no committed cloud-agent workflow and HACS still described issue tracking as Discord-only.
Validation
git diff --checkTest plan
Configuration and documentation only; no runtime behavior changed.
Release note
Not user-visible.