docs: close stale repo manager work
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
This commit is contained in:
parent
a2c9d7fbeb
commit
d63f8b27e7
7 changed files with 126 additions and 18 deletions
|
|
@ -219,8 +219,10 @@ def _check_git(repo: Path) -> tuple[dict[str, Any], str | None]:
|
|||
if blocking:
|
||||
return (
|
||||
{"dirty": dirty, "ignored_generated": generated},
|
||||
"worktree must be clean before registrar reconciliation; "
|
||||
f"blocking: {', '.join(blocking)}",
|
||||
(
|
||||
"worktree must be clean before registrar reconciliation; "
|
||||
f"blocking: {', '.join(blocking)}"
|
||||
),
|
||||
)
|
||||
|
||||
upstream = _git(repo, "rev-parse", "--abbrev-ref", "--symbolic-full-name", "@{u}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue