Skip to content

Add AGENTS.md with coding agent instructions#196

Draft
nicokosi with Copilot wants to merge 2 commits into
mainfrom
copilot/generate-coding-agents-instructions
Draft

Add AGENTS.md with coding agent instructions#196
nicokosi with Copilot wants to merge 2 commits into
mainfrom
copilot/generate-coding-agents-instructions

Conversation

Copilot AI commented Jan 9, 2026

Copy link
Copy Markdown

Adds machine-readable instructions for AI coding agents following the agents.md format specification.

Contents

  • Build/Test Commands: cargo test, cargo fmt, cargo clippy with usage examples
  • Project Structure: Entry points, core modules, test fixtures location
  • Implementation Patterns: GitHub API pagination handling, event processing pipeline, multi-threaded repository queries
  • Coding Conventions: Enum deserialization with unknown variant handling, lazy_static! for regex, debug formatting patterns
  • Testing Practices: Inline unit tests, JSON fixtures via include_str!(), edge case coverage

Design Notes

References README.md for installation rather than duplicating content. Focuses on operational details relevant to code generation/modification that aren't appropriate for user-facing documentation.

Original prompt

This section details on the original issue you should resolve

<issue_title>Generate coding agents instructions to guide LLM for code generation 🤖</issue_title>
<issue_description>It should be concise and AGENTS.md format (https://agents.md) so that it is simple and model-agnostic.
Try to prevent duplication with actuel README.md so that future changes are not required in both files.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: nicokosi <3862051+nicokosi@users.noreply.github.com>
Copilot AI changed the title [WIP] Generate instructions for coding agents in AGENTS.md Add AGENTS.md with coding agent instructions Jan 9, 2026
Copilot AI requested a review from nicokosi January 9, 2026 06:03
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.

Generate coding agents instructions to guide LLM for code generation 🤖

2 participants