Backport: Add agentic coding guidance and docs#630
Draft
grandchild wants to merge 1 commit into
Draft
Conversation
AI-assisted development is increasingly common in Nova reviews, but without a small amount of project-specific routing automated tools can choose incorrect defaults such as pytest, GitHub-style review workflows, or unsafe git operations. At the same time, project conventions should remain in contributor documentation and deterministic checks rather than large tool-specific instruction files. This change adds a compact AGENTS.md routing index for high-signal local workflow guardrails and links to the canonical Nova documentation. It also adds contributor documentation for maintaining that routing layer, repository orientation, dependency placement, and commit message conventions, including DCO, Gerrit Change-Id, and AI attribution trailers. The testing guide now summarizes Zuul gating and unsquashed commit series expectations, while the threading reference documents the current avoidance of new eventlet-specific primitives. Local AI tool preference files and .tmp scratch output are ignored so local state does not appear in upstream reviews. Assisted-By: claude-code claude-sonnet-4-6 Assisted-By: pi gpt-5.5 Change-Id: I2ed2159a6d4154e7d6f743c78965e95f89625328 Signed-off-by: Sean Mooney <work@seanmooney.info>
Author
|
I just saw this in upstream by chance, and this may be useful for us too. |
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.
AI-assisted development is increasingly common in Nova reviews, but
without a small amount of project-specific routing automated tools can
choose incorrect defaults such as pytest, GitHub-style review workflows,
or unsafe git operations. At the same time, project conventions should
remain in contributor documentation and deterministic checks rather than
large tool-specific instruction files.
This change adds a compact AGENTS.md routing index for high-signal local
workflow guardrails and links to the canonical Nova documentation. It
also adds contributor documentation for maintaining that routing layer,
repository orientation, dependency placement, and commit message
conventions, including DCO, Gerrit Change-Id, and AI attribution
trailers.
The testing guide now summarizes Zuul gating and unsquashed commit
series expectations, while the threading reference documents the current
avoidance of new eventlet-specific primitives. Local AI tool preference
files and .tmp scratch output are ignored so local state does not appear
in upstream reviews.
Assisted-By: claude-code claude-sonnet-4-6
Assisted-By: pi gpt-5.5
Change-Id: I2ed2159a6d4154e7d6f743c78965e95f89625328
Signed-off-by: Sean Mooney work@seanmooney.info