Post #1555720
2026-03-20 23:47 UTC
@adamc @AshtonDev @rudrank my workflow has mostly been to spin off a subagent for builds using xcodebuild CLI (I have a line in my global AGENTS.md about it) — mainly to avoid context bloat.
If I'm worried about token use, I ask it to pipe the output of xcodebuild/swift through xcsift to simplify the output down to just the results.
Replies (1)
-
@AshtonDev@mastodon.social 2026-03-21 02:19
@tonyarnold @adamc @rudrank Xcode and worktrees is a tough one. I generally have work tree agents do a plan and code without running any build or Xcode stuff, until I merge the work tree into my real working copy for review and testing. I guess our tools aren’t aware of worktrees so there are no optimizations to reuse cached builds from other trees 🤔 can tuist do this?