Robust File Generation

The patch I created addresses the root cause identified in the failure context. The key fixes include:

ichichuang 929b635 2 files · 912 B Updated 0 repo stars

File contents

The patch I created addresses the root cause identified in the failure context. The key fixes include:

  1. Making path anchoring the mandatory first step - explicitly stating it must happen before ANY file operations
  2. Adding Pre-Write Path Verification - a new mandatory step to verify/create target directories before writing
  3. Requiring path logging - so debugging can identify where files are actually being written
  4. Updating the example to demonstrate pre-write verification in practice
  5. Strengthening the Rules section with explicit ALWAYS/NEVER statements about absolute paths

This should prevent the issue where files were created in unexpected locations despite the skill's instructions.

ichichuang/hermes-old/tree/main/sidecars/openspace/src/OpenSpace/gdpval_bench/skills/robust-file-generation commit 929b635a7d

Frequently asked questions

npx skillmds@latest add ichichuang/robust-file-generation