Documentationv1.4.0
status
Real-time indexing of current unmerged blocks and logical overlaps.
statusDisplays the current unmerged blocks, categorized by their Severity Score and auto-resolution eligibility. Unlike standard git status, this looks inside files to identify logical overlap patterns.
bash
$gitresolve status
SCORETYPEAUTOFILE
5whitespaceYESinternal/net/socket.go
10importsYESmain.go
99logic-overlapNOpkg/auth/handler.go
Trivial (0-10)
Safe for auto-merge. Whitespace or simple import deduplication.
Structural (11-50)
Requires syntax verification gates or policy-based strategy.
High Risk (99+)
Logical overlaps that default to manual review or strict policy escalation.
--shortDisplay status in a condensed, plumbing-friendly format.
--verifyRun a syntax check on all files even if no markers are found.