Clarify agent coding and architecture guidance - #485
Open
wlewNV wants to merge 3 commits into
Open
Conversation
Define simple engineering principles and canonical execution paths so agents extend one coherent architecture instead of copying legacy bypasses. Signed-off-by: William Lew <wlew@nvidia.com>
wlewNV
marked this pull request as ready for review
August 19, 2026 16:35
Collaborator
Author
|
/ok to test 4f5b607 |
Contributor
Greptile SummaryUpdates the repository’s AI-agent guidance to emphasize simple, coherent architecture and canonical execution paths.
Confidence Score: 5/5The documentation-only change appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (2): Last reviewed commit: "address comments" | Re-trigger Greptile |
ArielG-NV
requested changes
Aug 19, 2026
| - Prefer plain language over architecture jargon. | ||
| - Explain invariants and non-obvious constraints, not line-by-line mechanics. | ||
| - Keep docs, examples, and launch commands synchronized with real entry points. | ||
| - Use the repository SPDX header on new source files. |
Collaborator
There was a problem hiding this comment.
we only need the first 2 lines.
Collaborator
Author
There was a problem hiding this comment.
Addressed in latest revision
Collaborator
Author
|
/ok to test dca0d92 |
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.
Define simple engineering principles and canonical execution paths so agents extend one coherent architecture instead of copying legacy bypasses.