mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-31 01:11:29 +08:00
270a503054
* Migrate store diagnostics to request context Co-authored-by: Ben Schumacher <hanzei@users.noreply.github.com> * Keep store context rule only in server AGENTS Co-authored-by: Ben Schumacher <hanzei@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Ben Schumacher <hanzei@users.noreply.github.com> Co-authored-by: Mattermost Build <build@mattermost.com>
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# AGENTS.md
|
|
|
|
Explicitly import subdirectory instruction files that must always be in context:
|
|
@server/AGENTS.md
|
|
|
|
## Pull Requests
|
|
|
|
When creating a pull request, follow `.github/PULL_REQUEST_TEMPLATE.md` exactly:
|
|
|
|
- Remove all `<!-- -->` comments.
|
|
- Omit sections that are not applicable (Ticket Link, Screenshots) — do not write N/A, just remove the header.
|
|
- The `#### Release Note` header and its "```release-note" fenced code block **must always be present** (WITHOUT escaping the ``` characters). Write `NONE` if the change has no API, schema, UI, or breaking changes.
|
|
|
|
## Cursor Cloud Agents
|
|
|
|
This repository has a checked-in Cloud Agent environment under `.cursor/`. Docker is started by `.cursor/scripts/cloud-agent-start.sh`; if Docker is unavailable in Cloud, treat that as an environment failure rather than falling back to snapshot assumptions.
|
|
|
|
The environment declares `mattermost/enterprise` as a Cursor multi-repo dependency. Cursor clones the repositories as siblings, so `server/Makefile` can use its default `../../enterprise` path; the install hook does not clone or symlink enterprise.
|
|
|