Patch intents for relay-patch.
| Repo | Patch | Status | Upstream PR |
|---|---|---|---|
| guess-my-number | cheat-mode-reveal | applied (v2) | closed (out of scope) |
| guess-my-number | hint-mode-half-range | applied (v2) | — |
| natively-cluely-ai-assistant | add-native-linux-support | applied (v1) | #327 (draft) |
Each patch directory contains:
INTENT.md— natural-language intent + acceptance criteria (the truth)ACCEPTANCE.md— machine-checkable criteriareference.diff— last successful realization (evidence, not source of truth)verify.sh— runnable verification script (the safety net)attempts.jsonl— history of attempts (learn from failures)
Layout:
repos/
github.com/
<owner>/
<repo>/
manifest.json # patch metadata, drift tracking, sibling order
patches/
<patch-id>/
INTENT.md
ACCEPTANCE.md
reference.diff
verify.sh
attempts.jsonl
For details on how relay-patch works, see github.com/ImBIOS/relay-patch.