chore: add AGENTS.md and CLAUDE.md for AI-assisted development#570
chore: add AGENTS.md and CLAUDE.md for AI-assisted development#570alexander-akait merged 3 commits intomainfrom
Conversation
Add a development guide covering project structure, architecture, development workflow, testing conventions, and PR requirements. CLAUDE.md is a symlink to AGENTS.md, matching the webpack convention.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #570 +/- ##
=======================================
Coverage 96.51% 96.51%
=======================================
Files 50 50
Lines 2896 2896
Branches 911 911
=======================================
Hits 2795 2795
Misses 85 85
Partials 16 16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Merging this PR will degrade performance by 98.29%
Performance Changes
Comparing |
alexander-akait
left a comment
There was a problem hiding this comment.
To be honestly I think we need to ask github to add a support for webpack/.github/AGENTS.md support to make some rules across the repos
or maybe we can add a link to our common rules and write it here, what do you think?
Move CLA, commit identity, PR template, AI policy, and changeset conventions to a link to webpack/webpack AGENTS.md. Keep only enhanced-resolve-specific content (architecture, test commands, etc.).
|
Good idea! I checked the GitHub docs — it seems .github repos don't support AGENTS.md as a default community health file yet. I've simplified this to a minimal template that links to the common rules in webpack/webpack AGENTS.md. Maybe we can try it here first and roll it out to other repos if it works well. |
|
Agree |
Summary
Add a development guide (
AGENTS.md) for AI coding agents working on this repository, covering project structure, architecture overview (tapable plugin pipeline), development workflow, testing conventions, and PR requirements.CLAUDE.mdis a symlink toAGENTS.md, matching the convention used in webpack/webpack.What kind of change does this PR introduce?
chore
Did you add tests for your changes?
No — documentation only, no code changes.
Does this PR introduce a breaking change?
No.
If relevant, what needs to be documented once your changes are accepted?
n/a
Use of AI
Claude Code was used to draft
AGENTS.mdunder human review, based on the existingAGENTS.mdin the webpack repository and adapted for enhanced-resolve's project structure and conventions.