singularity-forge/docs/dev/sf-runtime/harness.md
2026-05-14 19:32:41 +02:00

15 lines
511 B
Markdown

---
name: sf-harness
description: Use when changing SF harness behavior, generated evidence, verification loops, or repo-native harness boundaries.
---
# SF Harness
Use this only for SF harness changes in this repository.
## Rules
- Keep generated harness material under `.sf/harness/` unless explicitly promoted.
- Do not create tracked top-level `harness/` files during normal runtime.
- Add executable evidence before claiming a harness behavior works.
- Keep verification paths narrow and reproducible.