You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/comparison.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,7 @@ result = exec("claude-code --print 'Review this PR'")
113
113
-**Choosing based on hype** — Pick the harness that fits your workflow, not the one with the most GitHub stars.
114
114
-**Ignoring memory** — If your tasks span sessions, a harness without persistent memory means re-explaining context every time.
115
115
-**Assuming "open source" means "free"** — The harness is free; the model API calls are not. Budget for API costs.
116
-
-**Locking into one harness** — File-based configurations (AGENTS.md, MEMORY.md) are portable. Proprietary memory is not. See [Memory Portability →](memory-portability.md).
117
116
118
117
## Further Reading
119
118
120
-
-[Scaling Dimensions →](scaling-dimensions.md) — How these harnesses scale across time, space, and interaction
121
-
-[Glossary →](glossary.md) — Key terms used throughout this guide
119
+
-[Glossary →](/guide/glossary) — Key terms used throughout this guide
0 commit comments