How much overhead does this actually add? I don't want ceremony for a one-line fix. #7
Unanswered
fredcallagan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Arness auto-detects complexity and selects a ceremony tier:
You can override the tier manually. For a quick fix, running
/arn-planningwill recognise the scope and keep things lean. The process scales down just as much as it scales up.On token usage: swift mode is comparable to a thorough Claude Code conversation. Standard and thorough modes spawn specialist subagents (planner, executor, reviewer, test specialist) which each consume their own context. The tradeoff is repeatable process and traceable artifacts — use swift for small changes and reserve thorough for features that warrant the rigour.
Beta Was this translation helpful? Give feedback.
All reactions