Draft
Conversation
Adds AGENTS.md and CLAUDE.md to establish consistent architectural guidance for AI coding agents (Claude Code, GitHub Copilot, Cursor). Files: - AGENTS.md: Universal baseline (event-driven, SOLID, security, testing) - CLAUDE.md: Symlink to AGENTS.md (Claude Code compatibility) - CODEOWNERS: EA ownership of instruction files Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the org-wide AI agent instruction baseline files (AGENTS.md and CLAUDE.md) to this repository.
Why
These files provide consistent architectural guidance to AI coding agents (Claude Code, GitHub Copilot, Cursor, and others) working in this codebase. They codify b.well's architecture standards, design principles, security requirements, and testing discipline so agents produce code aligned with platform conventions.
What These Files Do
Relationship to Existing Instructions
If this repo already has
.github/copilot-instructions.md, that file is unchanged. It provides repo-specific context (service identity, commands, domain details) that extends the org-wide baseline. AGENTS.md sets the floor; repo-level files add specifics.Governance
These files are owned by Enterprise Architecture. Changes require EA review (CODEOWNERS enforced).
Status
This is a DRAFT PR. EA is currently validating instruction files in pilot repositories. This PR will be marked ready for review after validation completes.
For full context: https://icanbwell.atlassian.net/wiki/spaces/ENTARCH/pages/6081708037
Related