Add AGENTS build instructions
This commit is contained in:
parent
524f3790c9
commit
9662343184
1 changed files with 22 additions and 0 deletions
22
AGENTS.md
Normal file
22
AGENTS.md
Normal 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.
|
||||
Loading…
Reference in a new issue