mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
find is the cheapest way to go deeper on a rendered page: one command lands on the block that matters, where read needs the right number first and next pages toward it. SKILL.md already lists it first under "going further, cheapest first", but no footer offered it, and the footer is what an agent actually reads, so callers were steered toward read, next, and raw instead. The entry now appears in all three footers, after do and before read, so the order matches the skill. On find's own output it turns the "narrow the query" hint into an action. Cost on the fixtures is 3 or 4 tokens per render (news 127 to 131, login 30 to 33, forum 695 to 699). Skipping one next on a long page pays for a hundred of those. The test checks the same three footer sites as the stub probe: find is present and listed ahead of read. It fails on main. Closes #46.