ashutoshsinghpr7
- 8 skills
- 0 followers
- 1 day ago last updated
- ▌ Wikiskill Evolve · ashutoshsinghpr7Run the WikiSkill self-evolution loop (arXiv 2608.27454) on a Hermes workspace — raw→maintainer→proposer→gate with strict R_val > R_best gating.
- ▌ Search Miss Binary · ashutoshsinghpr7ripgrep/search_files silently skips binary-detected files — verify empty search results with grep -a / file / xxd before concluding 'not found'.
- ▌
- ▌ Script Exec Blocked · ashutoshsinghpr7Sandbox approval policy blocks execute_code and python3 -c; use read_file/write_file + manual transforms instead of retrying both runners.
- ▌
- ▌ Spec Literal Execution · ashutoshsinghpr7Apply ONLY the spec clauses literally — no aggregation, dedup, or cleanup transforms; each input record maps to its own output line.
- ▌ Verify Output Readback · ashutoshsinghpr7After write_file, re-read the deliverable (or ls + hexdump/line-print) and re-check the last format clauses before finishing.
- ▌ Trace Harness Launch Failure · ashutoshsinghpr7Empty session traces mean launch failure, not agent behavior — verify api_call_count/tool_call_count and stdout.txt before analyzing.