[2026-04-28] Add apple-browsers .cursor rules (43 files) + executor v2 context

This commit is contained in:
Alexey Martemyanov
2026-04-28 00:30:19 +06:00
parent dac59f4cff
commit 639338eda3
44 changed files with 18230 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
---
confidence: 1.0
namespace: work
last_updated: 2026-04-28
---
# Apple Browsers — Cursor Rules Index
Copies of `.cursor/rules/*.mdc` from `~/DuckDuckGo/apple-browsers.git/main/.cursor/rules/`.
Originals stay in place (Cursor reads them from there). These copies are for agent search via obsidian-mcp.
**Do not edit here** — edit originals in the repo and re-sync.
## Files
| Rule | Purpose |
|------|---------|
| architecture.mdc | Overall app architecture patterns |
| code-style.mdc | Swift code style guidelines |
| development-commands.mdc | Build commands, Xcode setup |
| testing.mdc | Unit test patterns |
| ui-testing.mdc | UI test patterns, UITestCase |
| pull-request.mdc | PR workflow (Executor overrides confirmation gates) |
| feature-flags.mdc | Feature flag usage |
| anti-patterns.mdc | What NOT to do |
| general.mdc | General guidelines |
| branch-naming-conventions.mdc | Branch naming (executor/* prefix for Executor) |
See full list: 43 files total.