Read-only local campaign artifact
COMMAND-EVIDENCE.md
direct-remaining-wave-66/COMMAND-EVIDENCE.md
# Command evidence
Run context: Windows PowerShell, `F:\Projects\mdai`, 2026-08-12 UTC.
## `learn` local runner
```text
python C:\Users\mikem\.codex\skills\learn\scripts\learn.py --help
usage: learn.py [-h] --store STORE {list,search,stats,export,add} ...
Manage a local Codex project-learning JSONL store.
```
This proves the installed Windows runner parses and exposes its documented commands. It did not receive a store path, so no learning data was read or written.
## Retained source integrity
```text
Get-FileHash ...\content-wave-2\homepage-source.txt -Algorithm SHA256
026E1B0FE14CA9C0114078E996A79BDC5253914705DACF3137F4C11C86C85DA0
```
## Validator progression
The first validator invocation correctly failed before this file existed because every receipt requires command evidence. This file completes that declared dependency.
```text
Validate-Wave.ps1
PASS: 10 bounded receipts validated; all are PARTIAL with named gates.
```