merge: feature/v3-session-policy-stream into main #399

Merged
jihoson merged 168 commits from feature/main-merge-v3-session-policy-stream-20260303 into main 2026-03-04 00:47:20 +09:00
Showing only changes of commit 940a7e094b - Show all commits

View File

@@ -134,7 +134,7 @@ def main() -> int:
branch = _current_branch() branch = _current_branch()
if not branch: if not branch:
errors.append("cannot resolve current git branch") errors.append("cannot resolve current git branch")
elif branch in {"main", "master"}: elif not args.ci and branch in {"main", "master"}:
errors.append(f"working branch must not be {branch}") errors.append(f"working branch must not be {branch}")
_check_handover_entry( _check_handover_entry(