SDKS-5034 Add tool-agnostic AGENTS.md and CLAUDE.md redirect to forgerock-ios-sdk#380
Open
rodrigoareis wants to merge 2 commits into
Open
SDKS-5034 Add tool-agnostic AGENTS.md and CLAUDE.md redirect to forgerock-ios-sdk#380rodrigoareis wants to merge 2 commits into
rodrigoareis wants to merge 2 commits into
Conversation
…o forgerock-ios-sdk Standardises committed AI-agent context in forgerock-ios-sdk by making AGENTS.md the single authoritative developer-guidance file (with a tool-agnostic header) and reducing CLAUDE.md to a one-line redirect (`See AGENTS.md.`). Mirrors the convention already established in ping-ios-sdk. Phases: - Phase 1: Fix AGENTS.md header (Codex-specific → tool-agnostic, body preserved) - Phase 2: Collapse CLAUDE.md to `See AGENTS.md.` Refs: SDKS-5034
spetrov
approved these changes
Jun 18, 2026
| ### CI/CD | ||
| The project uses GitHub Actions for CI with: | ||
| - Automated builds and tests on PR/push | ||
| - Device farm testing with BitBar |
Contributor
There was a problem hiding this comment.
This is actually outdated - replace with BrowserStack
vahancouver
requested changes
Jun 19, 2026
| @@ -0,0 +1 @@ | |||
| See AGENTS.md. | |||
Contributor
There was a problem hiding this comment.
you can double check, but apparently this wouldn't work. you need to use the file reference like this
@AGENTS.md
| - Test configuration files in `FRTestHost/FRTestHost/SharedTestFiles/TestConfig/` | ||
|
|
||
| ### Platform Requirements | ||
| - iOS 12.0+ deployment target |
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.
JIRA Ticket
SDKS-5034 "[iOS] Add context to the SDK repository"
Description
Standardises committed AI-agent context in
forgerock-ios-sdkby establishingAGENTS.md(the open, tool-agnostic standard) as the single authoritative developer-guidance file, and reducingCLAUDE.mdto a one-line redirect (See AGENTS.md.). This mirrors the convention already established inping-ios-sdk, ensures coding agents (Claude Code, Cursor, Copilot, Gemini, etc.) receive standardised repository context, and eliminates the prior state whereAGENTS.mdhad a Codex-specific header andCLAUDE.mdduplicated the full guidance content.Definition of Done Checklist: