Skip to content

docs: add repository agent guidance#22

Merged
sozercan merged 1 commit into
masterfrom
agent/add-agents-guidance
Jul 16, 2026
Merged

docs: add repository agent guidance#22
sozercan merged 1 commit into
masterfrom
agent/add-agents-guidance

Conversation

@sozercan

Copy link
Copy Markdown
Owner

Summary

  • add a root AGENTS.md with a concise project overview and repository map
  • document Objective-C conventions, behavioral invariants, and targeted validation commands
  • capture release safeguards and repository-specific Git and GitHub expectations

Why

Give coding agents the project context and commands they need up front, reducing unnecessary repository exploration while preserving existing application behavior and release constraints.

Impact

Documentation only. Application behavior and build outputs are unchanged.

Validation

  • git diff --check
  • Tests not run because the change only adds documentation

Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
Copilot AI review requested due to automatic review settings July 16, 2026 04:17
@sozercan
sozercan merged commit 344410e into master Jul 16, 2026
1 check passed
@sozercan
sozercan deleted the agent/add-agents-guidance branch July 16, 2026 04:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds repository-level guidance for coding agents.

Changes:

  • Documents project structure, invariants, and Objective-C conventions.
  • Defines validation, release, Git, and GitHub safeguards.
Show a summary per file
File Description
AGENTS.md Adds repository-specific agent guidance.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Medium

Comment thread AGENTS.md
- Do not add `[codex]` to pull request titles.
- Use Conventional Commit format for pull request titles, for example `feat: add task timeline` or `fix(api): handle empty filters`.
- Do not open pull requests as drafts unless explicitly requested.
- Sign commits with `git commit -s`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants