Skip to content
Draft
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
17 changes: 17 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# AGENTS.md

## Repository overview

This is the `arbor-education/.github` repository, a GitHub "magic" repository that stores default organization-level configuration. It is **not** a product codebase.

Contents:
- `.github/CODEOWNERS` - Default code owners for all repos in the org (currently `@arbor-education/DevOps_Reviewers`)
- `.github/PULL_REQUEST_TEMPLATE.md` - Default PR template (references Jira tickets at `orchard.atlassian.net`)

## Cursor Cloud specific instructions

- There is no application code, no dependencies, no services, no tests, and no build step in this repository.
- The only tool needed is `git`. No package managers, runtimes, or databases are required.
- Changes to this repo affect all other repositories in the `arbor-education` GitHub organization that don't override these defaults.
- When editing the PR template, follow the existing format (Jira ticket links use `https://orchard.atlassian.net/browse/`).
- There is nothing to lint, test, build, or run. Validation is limited to reviewing file contents manually.