Merge pull request #2 from pawelorzech/codex/agents1

Add AGENTS instructions for FastMemos project
This commit is contained in:
Paweł Orzech 2026-02-04 13:52:57 +01:00 committed by GitHub
commit 28b03893bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
AGENTS.md Normal file
View file

@ -0,0 +1,22 @@
# AGENTS
## Requirements
- macOS 13.0+ (Ventura)
- Xcode 15+
- Access to a self-hosted Memos instance for runtime testing
## Build
- Open `FastMemos.xcodeproj` in Xcode and build with `⌘B`
- CLI build:
```bash
xcodebuild -project FastMemos.xcodeproj -scheme FastMemos -configuration Debug build
```
## Run
```bash
xcodebuild -project FastMemos.xcodeproj -scheme FastMemos -configuration Debug build
open ./build/Debug/FastMemos.app
```
## TODO
- Document any additional workflows or scripts not covered in README/CLAUDE.