Add community guidance and review support for Business Central agents - #137
Open
Stefano Demiliani (demiliani) wants to merge 3 commits into
Open
Add community guidance and review support for Business Central agents#137Stefano Demiliani (demiliani) wants to merge 3 commits into
Stefano Demiliani (demiliani) wants to merge 3 commits into
Conversation
- add 20 agent knowledge rules with good and bad AL samples - clarify setup dialog shape, temporary persistence, permissions, profiles, instructions, capability registration, and interface wiring - add the community-owned AL agents review skill - make review fixture discovery layer-aware with custom, community, and Microsoft precedence - document layer-aware evaluation behavior
- mark agent setup pages as non-extensible where required - narrow the agent profile by hiding an unrelated sales-order field - define a dedicated read-only permission set for the sales review agent - assign AL-defined permission sets with system scope and the owning app ID - clarify the permission scope guidance for default access controls
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.
Summary
Adds a new community knowledge domain for reviewing Business Central Agent SDK implementations.
The contribution includes 20 guidance rules, each with documentation and good/bad AL examples, covering:
Agent registration and interface wiring
Profiles and setup-page design
Setup persistence and user identity
Least-privilege permissions and effective access
Instruction structure, keywords, and secure storage
Agent lifecycle and upgrade behavior
Session-bound subscribers and input review
Cross-app APIs and Copilot capability registration
Programmatic agent creation safeguards
Error and warning handling
Adds the community-owned
al-agents-reviewskill.Enables Agents findings in AL code reviews.
Keeps the Agents domain under the
communitylayer.