Documentation
README
diag-harness
Codex skill: kernel-version skew check for a scaffolded harness โ the ADR-027 diagnostic UX loop.
What it does
Single-question check: does my local @metaharness/kernel match what this harness was scaffolded against? That's the cross-machine compatibility question almost every "this harness doesn't work" support ticket turns out to be.
Reads .harness/manifest.json:
| Field | Source | Meaning |
|---|---|---|
meta.surface |
iter 56 | Which surface produced the harness (cli or web-ui) |
meta.kernel_version |
iter 58 | The @metaharness/kernel version stamped at scaffold time |
This is the opening of the README. Read the full README on GitHub.