Skip to content

chore: add Rust reference instruction files for AI coding tools - #42

Merged
makinosp merged 2 commits into
mainfrom
chore/update-references
Jul 6, 2026
Merged

chore: add Rust reference instruction files for AI coding tools#42
makinosp merged 2 commits into
mainfrom
chore/update-references

Conversation

@makinosp

@makinosp makinosp commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Summary

Add Rust reference guide instruction files for multiple AI coding assistant tools, ensuring Rust code generation consults authoritative sources.

Changes

New instruction files (.rs-scoped)

File Tool Scope
.claude/rules/rust-ref.md Claude Code **/*.rs via paths frontmatter
.clinerules/rust-ref.md Cline **/*.rs via paths frontmatter
.cursor/rules/rust-ref.mdc Cursor **/*.rs via globs + alwaysApply: false
.github/instructions/rust-ref.instructions.md GitHub Copilot **/*.rs via applyTo

Each file instructs AI agents to consult .ai-rules/rust-reference-guide.md for Rust reference standards and authoritative source paths. All rules are scoped to .rs files only.

Updated submodules

  • Updated .vendor/aidlc-workflows reference
  • Added .vendor/rust-lang-reference submodule

Why

These instruction files ensure that AI coding tools automatically refer to the official Rust reference when generating or modifying Rust source files, improving code accuracy and adherence to Rust standards.

@makinosp
makinosp merged commit ab537f1 into main Jul 6, 2026
2 checks passed
@makinosp
makinosp deleted the chore/update-references branch July 6, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant