Skip to content

Commit e4f46df

Browse files
committed
docs: update contributing workflow and attribution guidelines in AGENTS.md
1 parent 0b49fe9 commit e4f46df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

AGENTS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ See `docs/` for detailed documentation (architecture, configuration, tools, trou
5050
```
5151
4. Update `CHANGELOG.md` under `## [Unreleased]`
5252
5. Update documentation if adding or modifying features
53-
6. Push and create a pull request with a clear description
54-
7. Link any related issues
53+
6. Clone and test against example projects (e.g., `XcodeBuildMCP-iOS-Template`) when changes affect runtime behavior
54+
7. Push and create a pull request with a clear description
55+
8. Link any related issues
5556

5657
For full setup, debugging with Reloaderoo, and plugin development details, see `docs/dev/CONTRIBUTING.md`.
5758

@@ -122,8 +123,8 @@ Use these sections under `## [Unreleased]`:
122123
- Each version section is immutable once released
123124

124125
#### Attribution
125-
- **Internal changes (from issues)**: `Fixed foo bar ([#123](https://github.com/cameroncook/XcodeBuildMCP/issues/123))`
126-
- **External contributions**: `Added feature X ([#456](https://github.com/cameroncook/XcodeBuildMCP/pull/456) by [@username](https://github.com/username))`
126+
- **Internal changes (from issues)**: `Fixed foo bar ([#123](https://github.com/getsentry/XcodeBuildMCP/issues/123))`
127+
- **External contributions**: `Added feature X ([#456](https://github.com/getsentry/XcodeBuildMCP/pull/456) by [@username](https://github.com/username))`
127128

128129
## **CRITICAL** Tool Usage Rules **CRITICAL**
129130
- NEVER use sed/cat to read a file or a range of a file. Always use the native read tool.

0 commit comments

Comments
 (0)