Added .md files for coding assistant#210
Open
CoderOMaster wants to merge 4 commits intomainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repository guidance files intended for AI coding assistants and updates gitignore rules so the guidance can be committed and tracked.
Changes:
- Added
AGENTS.mdwith repo overview, layout, commands, architecture notes, and CI/testing guidance for agents. - Added
CLAUDE.md(currently a one-line reference toAGENTS.md). - Updated
.gitignoreto stop ignoringCLAUDE.md.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
CLAUDE.md |
Introduces a Claude-specific entrypoint file (currently only references AGENTS.md). |
AGENTS.md |
Adds agent-facing documentation for repo structure, workflows, and SDK patterns. |
.gitignore |
Allows CLAUDE.md to be committed by removing the ignore pattern. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
yatharthk2
reviewed
May 6, 2026
Collaborator
|
is this pr still being worked upon ? |
yatharthk2
reviewed
May 8, 2026
| moss-md-indexer/ — Markdown docs → Moss index builder | ||
| pipecat-moss/ — Pipecat Python integration package | ||
| strands-agents-moss/ — AWS Strands Agents integration package | ||
| vapi-moss/ — VAPI Custom Knowledge Base webhook adapter |
Collaborator
There was a problem hiding this comment.
I am seeing a repeat of vapi-moss
| bun/ — Bun runtime example | ||
| python-classification/ — Text classification with Moss | ||
| cookbook/ — Framework integrations (one subdirectory per framework) | ||
| autogen/ — AutoGen multi-agent e-commerce support |
Collaborator
There was a problem hiding this comment.
there is lot of redundunt information, like autogen is also being mentioned on the framework cookbook
yatharthk2
approved these changes
May 10, 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.
Pull Request Checklist
Please ensure that your PR meets the following requirements:
Description
Added agents.md and claude.md file