Skip to content

docs: add AI development guidelines for contributors#60

Merged
criskell merged 1 commit intomainfrom
docs/ai-development-guidelines
Apr 4, 2026
Merged

docs: add AI development guidelines for contributors#60
criskell merged 1 commit intomainfrom
docs/ai-development-guidelines

Conversation

@herissonnogueira
Copy link
Copy Markdown
Collaborator

Summary

Add project-level AI development guidelines so that any contributor using AI coding tools (Copilot, Cursor, Claude Code, Windsurf, Codex, etc.) follows the same conventions.

Three files were created:

  • AGENTS.md - Universal standard (supported by Cursor, Copilot, Windsurf, Codex, Devin and others)
  • CLAUDE.md - Claude Code specific, references AGENTS.md to avoid duplication
  • .github/copilot-instructions.md - GitHub Copilot specific

Context

AI coding tools are widely adopted and each reads project rules from different files. Without explicit guidelines, contributors using these tools may generate code that doesn't follow our conventions (react-hook-form, i18n, Service Layer pattern, etc.), leading to PR rejections.

The AGENTS.md format was chosen as the source of truth because it's an open standard maintained by the Linux Foundation (Agentic AI Foundation), supported natively by 10+ tools. CLAUDE.md imports it via @AGENTS.md to avoid content duplication.

References used:


Questions or suggestions? Join us on Discord.

@criskell criskell merged commit 632c167 into main Apr 4, 2026
1 check passed
@criskell criskell deleted the docs/ai-development-guidelines branch April 4, 2026 05: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