topos_assess_snapshot
Compare a file to its stored baseline snapshot to assess structural quality, and report missing or expired snapshots as blockers.
Instructions
Assess the current file against a baseline captured by
topos_begin_refactor.
Loads the stored baseline by snapshot_id and compares it to the
current on-disk file, with the same status semantics as
topos_assess_improvement. A missing or expired snapshot is
reported via blocked_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allow | No | One-off acknowledged dangerous-call patterns. | |
| filepath | Yes | Edited file path. | |
| snapshot_id | Yes | Snapshot id from topos_begin_refactor. | |
| include_security_findings | No | Include SECURE findings. |