Skip to content

docs: add AGENTS.md and CLAUDE.md for AI coding agent guidance#43

Merged
adiadd merged 2 commits intomainfrom
docs/agents-and-claude-md
Feb 4, 2026
Merged

docs: add AGENTS.md and CLAUDE.md for AI coding agent guidance#43
adiadd merged 2 commits intomainfrom
docs/agents-and-claude-md

Conversation

@adiadd
Copy link
Contributor

@adiadd adiadd commented Feb 4, 2026

Issue number:
N/A

Summary

Changes

Add AI coding agent documentation files:

  • AGENTS.md: Comprehensive guidance for AI coding agents (Copilot, Cursor, etc.) including build
    commands, code style guidelines, architecture overview, key decorators, and common pitfalls
  • CLAUDE.md: Streamlined guidance for Claude Code with essential commands, architecture summary, and key
    patterns

User experience

  • Before: AI coding assistants had no project-specific context and would need to infer patterns from
    reading source files.

  • After: AI assistants can immediately understand project structure, required commands (uv sync, pre-commit run --all-files), coding conventions (Apache-2.0 headers, JSON returns, @handle_exceptions decorator),
    and AWS client patterns.

Checklist

If your change doesn't seem to apply, please leave them unchecked.

  • I have reviewed the contributing guidelines
  • I have performed a self-review of this change
  • Changes have been tested
  • Changes are documented
Is this a breaking change?

RFC issue number: N/A

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

Copilot AI review requested due to automatic review settings February 4, 2026 15:40
@adiadd adiadd changed the title docs: add AGENTS.md for AI coding agent guidance docs: add AGENTS.md and CLAUDE.md for AI coding agent guidance Feb 4, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive AI coding agent documentation to help AI assistants understand the project structure and conventions when working with the codebase.

Changes:

  • Added AGENTS.md with detailed guidance for AI coding agents including build commands, code style guidelines, architecture overview, and common pitfalls
  • Added CLAUDE.md with streamlined guidance specifically for Claude Code, focusing on essential commands and architecture patterns

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
AGENTS.md Comprehensive documentation for AI coding agents with detailed code style guidelines, architecture, decorators, and development workflows
CLAUDE.md Streamlined reference guide for Claude Code with essential commands, architecture summary, and key patterns

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

AGENTS.md Outdated
uv run python -m cw_mcp_server.server # Alternative

# Via uvx (recommended for users)
```bash
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The opening code fence on line 23 is incorrectly placed inside the code block that started on line 13. This line should not have the triple backticks and "bash" keyword. Remove line 23 entirely so that the uvx command is part of the same continuous code block that begins on line 13.

Suggested change
```bash

Copilot uses AI. Check for mistakes.
@adiadd adiadd merged commit 467d5a6 into main Feb 4, 2026
4 checks passed
@adiadd adiadd deleted the docs/agents-and-claude-md branch February 4, 2026 15:54
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.

2 participants