Conversation
mpivchev
marked this pull request as ready for review
July 20, 2026 15:25
Collaborator
Author
|
Suggestions to add to this are welcome |
i2h3
approved these changes
Jul 21, 2026
i2h3
left a comment
Collaborator
There was a problem hiding this comment.
You can also ask agents like Claude Code how to improve the AGENTS.md 😉
|
|
||
| # AGENTS.md | ||
|
|
||
| You are an experienced engineer specialized in Swift and familiar with the platform-specific details of Apple platforms. |
Collaborator
There was a problem hiding this comment.
This can also be moved under ## Your Role
| NextcloudKit is the official Swift library for communicating with Nextcloud servers. It is used by the Nextcloud Files, Notes and Talk apps on iOS as well as the Desktop client, and supports iOS, macOS, tvOS, watchOS and visionOS. | ||
| Networking is built on Alamofire; responses are parsed with SwiftyJSON and SwiftyXMLParser. | ||
|
|
||
| ## Project Structure: AI Agent Handling Guidelines |
Collaborator
There was a problem hiding this comment.
You can instruct the agents with this file to automatically keep this table up to date.
| ## Commit and Pull Request Guidelines | ||
|
|
||
| - **DCO sign-off (required)**: All commits must comply with the Developer Certificate of Origin (DCO) and include a `Signed-off-by: …` line in the commit message. | ||
| - **Commits**: Use a short imperative subject line summarizing what changed. *Example:* `Fix crash when parsing empty share response`. |
Collaborator
There was a problem hiding this comment.
If I am not wrong, most of Nextcloud GmbH projects use conventional commits. It might be good to adopt them here as well.
Collaborator
Author
Co-authored-by: Iva Horn <iva.horn@icloud.com> Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🤖 AI (if applicable)