diff
Detect structural drift in an enrolled repo by comparing snapshots or live code. Specify two snapshot IDs to diff them, or a label to diff against the latest code.
Instructions
Structural drift for an enrolled repo. With a+b (snapshot ids) diffs those snapshots; with since=label diffs that snapshot vs live code; default diffs the latest snapshot vs live code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | snapshot id A (with b) | |
| b | No | snapshot id B (with a) | |
| repo | Yes | name of an enrolled repo | |
| since | No | diff latest snapshot with this label vs live code | |
| session | No | with `since`: pin the reference snapshot to this session id |