Cross Platform Paths

Fixture for absolute-path classification. Use only as an inspector test input, never as a real Skill.

abhinavjp d368556 3 files · 2.2 KB Updated

File contents

Cross-platform paths

This package exists to exercise absolute-path classification in inspect_skill.py, independent of the OS running the inspector.

Workflow

  1. On POSIX hosts the release log lives at /var/releases/log.txt.
  2. On Windows hosts the equivalent lives at C:/temp/release-log.txt.
  3. Read the present reference before starting.
  4. Read the missing reference for background.

Done when

The inspector has reported exactly one broken reference (the missing one) and has classified both absolute paths above as hardcoded paths, not as broken package-relative references.

abhinavjp/skill-forger/tree/main/plugin/skills/skill-engineer/evals/fixtures/defective-cross-platform-paths commit d368556ec5

Frequently asked questions

npx skillmds@latest add abhinavjp/cross-platform-paths