feat: add agents context file#10
Merged
Merged
Conversation
Copilot started reviewing on behalf of
Frantisek Pac (fandasson)
February 23, 2026 16:12
View session
There was a problem hiding this comment.
Pull request overview
This PR adds agent context files to enable AI assistants (like Claude) to better understand the make-mcp-server codebase. The AGENTS.md file provides comprehensive technical documentation about the project's architecture, patterns, and conventions, while CLAUDE.md serves as a simple reference pointer. An automated workflow ensures these context files stay up-to-date.
Changes:
- Added AGENTS.md with detailed technical documentation of the TypeScript MCP server architecture
- Added CLAUDE.md as a reference file pointing to AGENTS.md
- Added automated workflow to refresh context files on PR events
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CLAUDE.md | Reference file that points to AGENTS.md using @AGENTS.md syntax |
| AGENTS.md | Comprehensive technical documentation covering stack, architecture, patterns, testing, and distribution |
| .github/workflows/refresh-context-file.yaml | Automated workflow for refreshing context files using integromat/actions/context-refresher@v1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
18e927b to
8c096a9
Compare
Dominik Kadera (dominikkadera)
approved these changes
Mar 24, 2026
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.
This adds agent context files generated via the /init-context Claude skill. While the generated content follows standard best practices, owning teams are encouraged to customize the files as needed. The goal is to provide a functional baseline—since some context is better than none—which is then maintained via an automated update workflow.\n\nhttps://make.atlassian.net/browse/DP-265