feat(graceful-handoff): remove hardcoded push window — push is now unconditional (v3.1.0)

The regime-wide push-window restriction (man–tor 08:00–17:00, fre 08:00–16:00)
was lifted permanently, so SKILL.md no longer gates the push on a weekday/time
window — it would otherwise park a push in the middle of working hours.

Two invariants are unchanged: push is Forgejo only (never GitHub), and push
stays user-triggered (the skill is disable-model-invocation: true). The pipeline
script had no window logic — only its header comment was corrected.

If a future repo needs a window again, reintroduce it as per-repo config, never
as a hardcoded default.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BcNX2QdgmXyLd2Bt6Z25GU
This commit is contained in:
Kjell Tore Guttormsen 2026-06-24 11:00:10 +02:00
commit 192d4403eb
7 changed files with 26 additions and 20 deletions

View file

@ -12,7 +12,7 @@
// STATE.md.
// --commit : stage STATE.md (ONLY if it is NOT gitignored) plus any
// explicit --also paths, then commit. NEVER `git add -A`.
// Never pushes (push stays window-gated + user-triggered).
// Never pushes (push stays user-triggered — no window gate).
// --dry-run : never writes, never touches git.
//
// Why STATE.md must never be auto-committed on a public mirror: a repo whose only