suite_doc_drift
Compares two versions of a Suite document to identify added, removed, and changed fields. Returns a drift report with structural differences, content hashes, and spec changes.
Instructions
Structural diff between two versions of the same Suite document. Returns { drifted, spec_before, spec_after, spec_changed, content_hash_before, content_hash_after, added_fields, removed_fields, changed_fields }, mirrors the DriftReport shape aeo-validator-service emits for watch rechecks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | Yes | ||
| before | Yes |