Add cloud agent instructions for issue-assigned agents#2248
Open
Copilot wants to merge 6 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/microsoft/AL-Go/sessions/050ca026-f7a6-4186-abf9-9b77d0d9c666 Co-authored-by: mazhelez <43066499+mazhelez@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/AL-Go/sessions/050ca026-f7a6-4186-abf9-9b77d0d9c666 Co-authored-by: mazhelez <43066499+mazhelez@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
mazhelez
May 11, 2026 21:14
View session
mazhelez
approved these changes
May 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a dedicated instruction document for cloud agents assigned to issues, outlining required PR hygiene, repository architecture, and step-by-step guidance for implementing changes in AL-Go for GitHub.
Changes:
- Introduces a new cloud-agent instruction guide under
.github/agents/. - Documents required PR checklist items (release notes, tests, documentation, code quality).
- Summarizes repo architecture and common pitfalls to reduce incorrect PRs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Collaborator
|
@copilot apply changes based on the comments in this thread |
…tion distinction Agent-Logs-Url: https://github.com/microsoft/AL-Go/sessions/9476e7e2-74ab-4ef7-8f2a-b561e9e1cdd7 Co-authored-by: mazhelez <43066499+mazhelez@users.noreply.github.com>
Contributor
Author
Applied in 17f0d5d:
|
Collaborator
|
@copilot please fix the pre-commit errors |
Agent-Logs-Url: https://github.com/microsoft/AL-Go/sessions/53b51c09-f6a9-43cc-87b4-8eb33597ae08 Co-authored-by: mazhelez <43066499+mazhelez@users.noreply.github.com>
Contributor
Author
mazhelez
approved these changes
May 14, 2026
aholstrup1
approved these changes
May 18, 2026
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, Why & How
Adds
.github/agents/issue.instructions.md— instructions for cloud agents that get assigned to issues and create PRs.Basic PR requirements:
RELEASENOTES.md(action/template/workflow changes, bug fixes)Scenarios/settings.md+settings.schema.json, scenario docsRepository architecture reference:
action.yaml→Invoke-AlGoAction.ps1→<Action>.ps1→AL-Go-Helper.ps1Actions/.Modules/Step-by-step guides for adding features:
Common pitfalls section covering dual-template sync, path separators, PS5/PS7 differences, schema drift.
Clarifications added from review feedback:
$errorActionPreference(camelCase) is this repo's convention, so agents don't confuse it with canonical PowerShell casing.powershell, the repo's own CI workflows usepwsh.✅ Checklist