Skip to content

Commit 2e47105

Browse files
committed
Sync tool list
1 parent a6346b4 commit 2e47105

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ Edit guidance: keep the actual tool list inside this `<tools></tools>` block so
9191
- `bin/browser-tools`: Compiled Chrome helper for remote control/screenshot/eval—use the binary (`bin/browser-tools --help`). Source lives in `scripts/browser-tools.ts`; edit there before rebuilding.
9292
- `scripts/runner.ts`: Bun implementation backing `runner`; run `bun scripts/runner.ts --help`.
9393
- `bin/sleep`: Sleep shim that enforces the 30s ceiling; run `bin/sleep --help`.
94-
- `xcp`: Xcode project/workspace helper; run `xcp --help`.
94+
- `xcp`: Xcode project/workspace helper (list/set targets, add/move/delete/rename groups & files, get/set build settings, manage image/data/color assets); run `xcp --help`.
95+
- `xcodegen`: Generate Xcode projects from YAML specs; run `xcodegen --help`.
96+
- `lldb`: To debug native apps, run `lldb` inside tmux and attach to the running app to inspect state interactively.
9597
- `oracle`: Ask a smart AI to review code and find bugs; you must call `npx -y @steipete/oracle --help` first.
9698
- `mcporter`: MCP launcher for any registered MCP server; run `npx mcporter`.
9799
- `iterm`: Full TTY terminal via MCP; run `npx mcporter iterm`.

0 commit comments

Comments
 (0)