docs(ai): add Go and Rust development guidance#19518
Merged
Conversation
Replace the placeholder go-dev.md with practical workflow guidance covering tool versions (via mise), build system (just), linting (custom golangci-lint build), and pre-commit/pre-PR checklists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace the placeholder rust-dev.md with practical workflow guidance covering the workspace layout, build system (just), linting (including nightly formatting and no_std checks), and pre-commit/pre-PR checklists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move tool versions (mise), PR workflow (rebase on develop, PR guidelines), and CI notes into a shared doc referenced by both go-dev.md and rust-dev.md. Reduces duplication and gives a single place to update cross-language guidance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
theochap
reviewed
Mar 13, 2026
theochap
approved these changes
Mar 13, 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.
Summary
docs/ai/go-dev.mdwith workflow guidance for AI agents: tool versions via mise, build/test/lint commands via just, and pre-commit/pre-PR checklistsdocs/ai/rust-dev.mdwith the same: workspace layout, nightly formatting requirement, no_std compatibility checks, and pre-commit/pre-PR checklistsBoth docs focus on non-obvious conventions and workflow (what an agent can't derive from reading source files). Linter configs, specific tool versions, and project structure are left to the source files themselves.
Test plan
just lint-go,just lint-go-fix,just go-teststargets exist after chore(cannon): migrate testdata Makefiles to justfiles #19483 mergesjust lint,just test,just fmt-fixwork fromrust/🤖 Generated with Claude Code