Skip to content

Conversation

matifali
Copy link
Member

Summary

  • Adds comprehensive AGENTS.md documentation for AI coding assistants
  • Provides guidance on project structure, development commands, and testing workflows
  • Includes specific instructions for Terraform module development and validation

Test plan

  • Validate document formatting and structure
  • Verify all referenced commands work correctly
  • Test that instructions align with existing project workflows

🤖 Generated with Claude Code

- Create comprehensive AGENTS.md with project structure and development commands
- Add symlinks for CLAUDE.md and .github/copilot-instructions.md
- Include testing requirements, architecture details, and workflow notes
- Enable consistent AI assistance across Claude Code and GitHub Copilot

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@Copilot Copilot AI review requested due to automatic review settings August 26, 2025 21:00
@matifali matifali changed the title feat: add AGENTS.md with AI coding assistant guidance feat: add AGENTS.md Aug 26, 2025
Copy link
Contributor

@Copilot 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 documentation for AI coding assistants working with the Coder Registry repository. The documentation provides structured guidance on project organization, development workflows, and testing requirements.

Key changes:

  • Creates AGENTS.md with detailed project overview and development guidelines
  • Adds reference files (CLAUDE.md and .github/copilot-instructions.md) that point to the main documentation
  • Establishes standardized documentation for AI assistant interactions

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
AGENTS.md Main documentation file containing project overview, development commands, testing workflows, and architectural guidance
CLAUDE.md Reference file pointing to AGENTS.md for Claude AI assistant
.github/copilot-instructions.md Reference file pointing to AGENTS.md for GitHub Copilot

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matifali matifali requested a review from 35C4n0r August 26, 2025 21:17

```bash
# Test all modules with .tftest.hcl files
./scripts/terraform_test_all.sh
Copy link
Contributor

@DevelopmentCats DevelopmentCats Aug 27, 2025

Choose a reason for hiding this comment

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

Suggested change
./scripts/terraform_test_all.sh
bun run test

Should we do bun run test instead since it essentially is the same thing?


### Module Testing

- Every module MUST have `.tftest.hcl` test files
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it be worth going over typescript tests as well here, or are we wanting to omit this since this is just selective instruction for AI when working on the registry?

Copy link
Member Author

Choose a reason for hiding this comment

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

Feel free to make them as complete as possible. They are exclusively for AI.

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