Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# AGENTS.md

This file provides guidance for AI coding agents working on this repository.

## Repository Overview

This repository contains shared community files for [the Vercel organization](https://vercel.com/). It is intentionally minimal and serves as a central location for org-wide community health files such as security policies.

## Repository Structure

```
.
├── README.md # Brief description of the repository
├── SECURITY.md # Security vulnerability reporting policy
└── AGENTS.md # This file — guidance for AI agents
```

## Guidelines for AI Agents

### Scope of Changes

- This repository contains **community health files** only. Do not add application code, build tooling, or unrelated documentation.
- Any new files should be community-facing documents (e.g., `CODE_OF_CONDUCT.md`, `CONTRIBUTING.md`, `SUPPORT.md`).

### Editing Existing Files

- `SECURITY.md`: Changes must preserve the contact address (`responsible.disclosure@vercel.com`) and the core reporting instructions. Do not remove or alter security-critical content.
- `README.md`: Keep it concise. It should remain a short description pointing to the Vercel organization.

### Commit Conventions

- Use clear, descriptive commit messages (e.g., `Add CODE_OF_CONDUCT.md`, `Update SECURITY.md contact info`).
- Prefer small, focused commits over large batched changes.

### No Build or Test Steps

This repository has no build system, test suite, or CI pipeline. There is nothing to install or run.

### Pull Requests

- Open PRs against the `main` branch.
- PR descriptions should briefly explain what community file is being added or updated and why.
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ If you believe you have found a security vulnerability, we encourage you to let
We will investigate all legitimate reports and do our best to quickly fix the problem.

Please report any vulnerabilities in our open source repositories to responsible.disclosure@vercel.com.
package-lock.json