From 70085581161c7654d5a89797d07a20d672e4fa64 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Fri, 12 Jun 2026 11:05:22 -0700 Subject: [PATCH] docs: state example scope; vendor integrations go to the integrations repo Co-Authored-By: Claude Fable 5 --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1e4c5aa..652f191 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,12 @@ Thank you for your interest in contributing to AgentTrust examples. +## Scope: what belongs here + +This repo carries first-party examples and flagship partner examples developed with the maintainers. Every line is reviewed and every claim in a README is verified against a real run before merge. + +**Vendor and product integrations belong in [agentrust-io/integrations](https://github.com/agentrust-io/integrations)** - self-serve, with published rules and a community/verified tier model. PRs adding vendor integrations here will be redirected there. + ## How to Contribute 1. Fork the repository and create a feature branch (`git checkout -b feat/my-example`)