From 96623431848b4361250151fa3e0d11a08c3c1245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Orzech?= Date: Wed, 4 Feb 2026 13:52:14 +0100 Subject: [PATCH] Add AGENTS build instructions --- AGENTS.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..272b3cc --- /dev/null +++ b/AGENTS.md @@ -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.