Topos Refactor Assessment
topos_assess_worktree_changeAssess an in-progress edit against a git baseline, scoring code quality and composability from a dependency graph.
Instructions
Assess an in-place edit against a git revision — the common refactor loop.
Stateless: the baseline is read from git (git show <baseline_ref>:<path>,
default HEAD) and compared to the current working-tree file. No prior
call required — edit the file, then ask "did it beat HEAD?". COMPOSABLE is
scored when a .gitnexus dep graph is available.
For untracked/new files or an uncommitted pre-edit baseline (which git
cannot serve), use topos_begin_refactor + topos_assess_snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Assess an in-place edit against a git baseline. |