Skip to content
PidocsCLI & tooling

Reorder featured extensions list in pi-extensions README

Session from pi-extensions-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk

1msession
0interventions
GOAL

Update a 'featured work' list to remove web-search and reorder /files and pi-extensions as the 3rd and 4th items.

  1. Prompt · +0
    Remove web-search from featured work, add /files as 3rd item and pi-extensions as 4th
  2. Agent did · +0m
    Searched repo with ripgrep for 'featured work' and 'featured', got no matches; listed directory contents instead
  3. Agent did · +0m
    Read README.md to find the extensions table, then re-ran ripgrep for 'web-search|featured' across the repo with no output
  4. Fail · +0m
    Broadened search to the whole home directory looking for 'featured work'; command errored out with garbled binary-like output instead of a usable result
  5. Outcome · +1m
    Session ended without locating the 'featured work' section or making any edits to the README
VERDICT

I'd start by telling it exactly which file the featured work list lives in instead of making it search blindly across the repo and my home directory. The repeated ripgrep searches never found the target text, so nothing actually got changed this session.

I tried this · 0

Discussion · 0

How Builds work