Octocode CLI — Agent Playbook Six subcommands, one tool each. Pick by task shape. Always add and pipe to . Task → Command | What you need | Command | Key flags | |---|---|---| | Find where a symbol is defined or used | | | | Read a specific file (whole or a window) | | or or | | Map a repo's layout | | | | Find repos by topic/popularity | | | | PR history on a repo | | | | Resolve a package to a repo + read metadata | | | Core discipline These three rules decide whether the CLI is fast or slow: 1. Parallelize independent calls. Need files A, B, C from one repo? Issue all three calls in one me…