Skip to content

chore(docs): add AGENTS.md and Copilot review instructions#70

Merged
google-oss-prow[bot] merged 3 commits into
kubeflow:mainfrom
Raghul-M:docs/agents.md
Jul 18, 2026
Merged

chore(docs): add AGENTS.md and Copilot review instructions#70
google-oss-prow[bot] merged 3 commits into
kubeflow:mainfrom
Raghul-M:docs/agents.md

Conversation

@Raghul-M

Copy link
Copy Markdown
Contributor

Description

Add AI contributor guidance for this repo, following the kubeflow/sdk pattern:

  • AGENTS.md — architecture (core/, trainer/, CLI), tool/persona conventions, confirm-gate rules, testing expectations, PR title/sign-off conventions, and what not to change without discussion
  • .github/copilot-instructions.md — review priorities (security, correctness, patterns), what CI already covers, and when to stay silent

Related Issue

Fixes #58

Checklist

  • I have read the CONTRIBUTING guide
  • Tests pass locally (make test-python)
  • Linting passes (make verify)
  • Documentation updated (if applicable)
  • My commits are signed off (git commit -s)

Testing

  • Unit tests
  • Integration tests
  • E2E tests
  • Manually tested (describe below)

Verified content against https://github.com/kubeflow/sdk/blob/main/AGENTS.md and https://github.com/kubeflow/sdk/blob/main/.github/copilot-instructions.md, adapted for kubeflow/mcp-server layout and CI.

Signed-off-by: Raghul-M <raghul.m1430@gmail.com>
Copilot AI review requested due to automatic review settings July 12, 2026 20:50
@github-actions

Copy link
Copy Markdown

🎉 Welcome to the Kubeflow MCP Server! 🎉

Thanks for opening your first PR! We're happy to have you as part of our community 🚀

Here's what happens next:

  • If you haven't already, please check out our Contributing Guide for repo-specific guidelines and the Kubeflow Contributor Guide for general community standards
  • Our team will review your PR soon! cc @kubeflow/kubeflow-sdk-team

Join the community:

Feel free to ask questions in the comments if you need any help or clarification!
Thanks again for contributing to Kubeflow! 🙏

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds repository-specific guidance for AI contributors and automated reviews.

Changes:

  • Documents architecture, tooling, testing, security, and contribution conventions.
  • Configures Copilot review priorities and CI-aware exclusions.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
AGENTS.md Adds AI contributor guidance and architecture conventions.
.github/copilot-instructions.md Adds Copilot code-review guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md Outdated
Comment thread AGENTS.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: RAGHUL M <ragm@redhat.com>
@abhijeet-dhumal

Copy link
Copy Markdown
Member

/ok-to-test
Thanks @Raghul-M , Good adaptation of the sdk AGENTS.md / copilot-instructions pattern!

@google-oss-prow google-oss-prow Bot added the ok-to-test Approve CI for external contributors label Jul 18, 2026
Comment thread AGENTS.md Outdated
```bash
uv run pre-commit install
uv run pre-commit run --all-files
make inspector # MCP Inspector (stdio)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: inspector isn’t stdio-only.

Signed-off-by: Raghul-M <raghul.m1430@gmail.com>
@abhijeet-dhumal

Copy link
Copy Markdown
Member

/lgtm
/approve
Thanks @Raghul-M for your contribution, this is great work 🚀

@google-oss-prow google-oss-prow Bot added the lgtm Looks good to me — approved by a reviewer label Jul 18, 2026
@google-oss-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhijeet-dhumal

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow Bot added the approved Approved by an approver in OWNERS label Jul 18, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread AGENTS.md
Comment on lines +116 to +117
make test-python # Unit tests + coverage
make test # Broader suite under tests/ and kubeflow_mcp/

- **Style/formatting** — CI handles this (ruff / pre-commit)
- **Test failures** — CI handles this (pytest matrix)
- **Missing dependencies** — CI / lockfile checks handle this
@google-oss-prow
google-oss-prow Bot merged commit 3273941 into kubeflow:main Jul 18, 2026
11 of 12 checks passed
@google-oss-prow google-oss-prow Bot added this to the v0.1 milestone Jul 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Approved by an approver in OWNERS lgtm Looks good to me — approved by a reviewer ok-to-test Approve CI for external contributors size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Add AGENTS.md and .github/copilot-instructions.md for AI coding assistants

3 participants