ios

ios is a cursor rule for Cursor from contentstack/contentstack-ios. It costs 0 tokens per session (490 once invoked), scanned A, original, MIT.

Coding rules for maintaining the Objective-C parts of the Contentstack iOS SDK. Objective-C is a programming language commonly used for Apple platform software.

In plain words
What is it for?
They are for editing the SDK's public headers, internal implementation, shared code, and Objective-C interfaces.
Why use it?
They reduce accidental public API changes and keep source files, naming, and module boundaries consistent.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/contentstack/contentstack-ios/ios
Clone the repo
git clone --depth 1 https://github.com/contentstack/contentstack-ios

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ios

README.md
[![agentmods](https://agentmods.dev/badge/rules/contentstack/contentstack-ios/ios.svg)](https://agentmods.dev/rules/contentstack/contentstack-ios/ios)
Your own site
<a href="https://agentmods.dev/rules/contentstack/contentstack-ios/ios"><img src="https://agentmods.dev/badge/rules/contentstack/contentstack-ios/ios.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 490 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00490
Opus 5 $0.00000 $0.00245
Sonnet 5 $0.00000 $0.00098
Haiku 4.5 $0.00000 $0.00049

Measured yesterday against content hash 3e7f5be0e63d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ios scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/ios.mdc · 44 lines

How it starts

The opening of the file, as written. The whole thing — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.

iOS SDK Standards – Contentstack iOS CDA SDK

Apply these conventions when editing Objective-C code in the SDK (not test targets).

Language and runtime

  • Objective-C with Apple’s modern conventions: use NS_ASSUME_NONNULL_BEGIN / END (or explicit nullable / nonnull) on public headers where the project already does.
  • Swift consumers import the module; avoid breaking Swift names without good reason (Objective-C names map to Swift automatically).

Layout and modules

  • Public API lives under Contentstack/ (headers shipped via public_header_files in the podspec).
  • Internal implementation lives under ContentstackInternal/ (HTTP, URLs, constants, extensions). Do not expose internal headers as public API without an explicit decision.
  • Vendored / shared code under ThirdPartyExtension/ (e.g. CSURLSessionManager, markdown, ISO8601). Keep changes minimal and consistent with upstream vendoring policy.

Naming

  • Classes: Prefix or unprefixed names as established in this SDK (Stack, Config, CSIOCoreHTTPNetworking, etc.); do not introduce conflicting generic names.
  • Methods: Objective-C style, descriptive selectors; match existing patterns for “fetch”, “callback”, “withConfig:”, etc.
  • Categories: Use project prefixes on category methods to avoid collisions (cs_ or existing project convention).
  • Test classes: See testing.mdc (*Test XCTest case naming).

Headers

  • Public declarations belong in Contentstack/*.h; import umbrella patterns consistent with Contentstack.h.
  • Use forward declarations (@class) in headers when possible to reduce compile coupling.

Documentation

  • Public API should retain or extend the existing block-comment style in headers (parameters, return value, Obj-C / Swift snippets where already used).

General

  • Prefer explicit error handling over silent failure when adding new async or network paths.
  • Match existing memory management (ARC); avoid introducing non-ARC patterns.

Read the full file on GitHub · 44 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 44 lines · 0 tokens per session scan A 3e7f5be0e63d

Subscribe to this mod's changes

ios is a cursor rule published in the GitHub repository contentstack/contentstack-ios (3 stars, last pushed 29d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 490 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.