topos_assess_changeset
Assess a multi-file changeset against a git baseline, providing per-file verdicts and detecting project regressions, complexity relocation, and dangerous patterns.
Instructions
Assess a multi-file changeset against a git baseline and roll the
per-file verdicts into a project before/after (read-only).
Use for a module split or any edit spanning several files. Each file
is compared to baseline_ref (new files have no baseline). Flags
complexity_relocated_within_file and project_regression. Returns
a ChangesetResult.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allow | No | One-off acknowledged dangerous-call patterns. | |
| files | Yes | Edited file paths (working tree) that make up the changeset. | |
| preferences | No | Optional generator ranking. | |
| baseline_ref | No | Git baseline ref each file is compared against. | HEAD |
| gitnexus_dir | No | ||
| include_security_findings | No |