Skip to content

Commit 1fd8603

Browse files
committed
consistency for AGENTS.md
1 parent f35cb1b commit 1fd8603

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.cursor/rules/api-documentation.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ alwaysApply: true
2626

2727
- Use `@apify-api/openapi/paths/**/*.yaml` to reference endpoint definitions
2828
- Use `@apify-api/openapi/components/schemas/**/*.yaml` to reference data models
29-
- Use `@AGENT.md` to reference API documentation standards
29+
- Use `@AGENTS.md` to reference API documentation standards
3030

3131
### Cursor-Specific Code Sample Workflow
3232

.cursor/rules/content-formatting.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ curl -X GET "https://api.apify.com/v2/acts"
4949

5050
### Using Cmd+K for Quick Formatting
5151

52-
- Use `@AGENT.md` to reference formatting standards
52+
- Use `@` to reference formatting standards
5353
- Use `@sources/**/*.mdx` to find similar MDX patterns
5454
- Use `@apify-api/**/*.yaml` to reference API examples
5555

.cursor/rules/documentation-style.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When editing documentation in Cursor, consider the broader context:
2424

2525
### Using Cmd+K for Quick Edits
2626

27-
- Use `@AGENT.md` to reference the main documentation standards
27+
- Use `@AGENTS.md` to reference the main documentation standards
2828
- Use `@sources/**/*.md` to search across all documentation files
2929
- Use `@apify-api/**/*.yaml` to reference API specifications
3030

.cursorignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ static/api/openapi.yaml
7474
# Generated requirements files
7575
apify-api/scripts/requirements.bin
7676

77-
# AGENT.md is the primary vendor-agnostic rules file
77+
# AGENTS.md is the primary vendor-agnostic rules file
7878
# .cursor/rules/ contains Cursor-specific rules with advanced features

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ This project uses a hybrid approach for AI assistant rules to ensure consistency
136136
137137
#### Vendor-agnostic rules
138138
139-
- **`AGENT.md`** - Primary vendor-agnostic rules file containing core documentation standards
139+
- **`AGENTS.md`** - Primary vendor-agnostic rules file containing core documentation standards
140140
141141
#### Cursor-specific rules
142142
@@ -152,13 +152,13 @@ To verify rule application, hover over attached rules in the Cursor chat window.
152152
153153
#### For general AI assistants
154154
155-
- Reference `AGENT.md` for vendor-agnostic documentation standards
155+
- Reference `AGENTS.md` for vendor-agnostic documentation standards
156156
157157
#### For Cursor-specific features
158158
159159
- Use `.cursor/rules/*.mdc` files for Cursor-specific workflows
160160
- Leverage glob patterns and `alwaysApply` settings
161-
- Use Cursor Chat and Cmd+K with `@AGENT.md` references
161+
- Use Cursor Chat and Cmd+K with `@AGENTS.md` references
162162
163163
### File targeting
164164

0 commit comments

Comments
 (0)