Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/research/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ top.

- [`agent_tools.md`](agent_tools.md) — the built-in tools of Pi, Claude Code,
Codex, OpenCode and Grok Build.
- [`edit_tool.md`](edit_tool.md) — how five agent projects express a localized
edit, and what contract a first Edit tool here should commit to.
- [`read_tool.md`](read_tool.md) — how five agent projects read files, and what
a dedicated read tool buys over plain bash.
- [`write_tool.md`](write_tool.md) — how five agent projects write whole files,
and why a structured write beats a heredoc.
Loading