Tags give the ability to mark specific points in history as being important
-
-
-
-
v0.112.11
228c4f82 · ·v0.112.11 — push_op_timeout_secs = 300 (was 60) CHANGED 2026-06-17: the v0.112.10 release surfaced a 60s push_op_timeout_secs that was too short for a 23-file PNG-heavy commit in dracon-platform. The daemon's own code default is 300s; the operator's 60s was an override-down from the default. 300s gives a 5x safety margin over the v0.112.10 measured >60s push time. Stress test (61 files / 1.5MB PNG binaries) at new 300s timeout: github: 2.35s gitlab: 2.57s codeberg: 10.51s origin: 0.64s All 4 remotes well under the new 300s budget. Per-remote timeouts (60s for github, 300s for gitlab/codeberg) would be more precise but require a daemon code change to add the field to RemoteConfig; deferred to a follow-up daemon release. Version bumps: - Root workspace: 0.112.10 → 0.112.11 - dracon-sync: 0.1.11 → 0.1.12 - dracon-system: 0.2.6 → 0.2.7 - dracon-warden: 0.3.6 → 0.3.7 Design doc: docs/design/push-timeout-fix-2026-06-17.md AGENTS.md: added 'Push timeouts' section. Release notes: release-notes-v0.112.11.md Test results: 856 passed, 0 failed, 9 ignored (no regression).
-
-
-
-
v0.112.10
cb0d7fde · ·v0.112.10 — global untracked_exclude_patterns = [] The operator's position: 'global rule, default = commit everything, unless something would be very wrong to put on the repo'. The previous 11-pattern list conflated 'short-lived' with 'very wrong to commit'. After this release: - Daemon commits ALL untracked files by default - The only things it refuses: files > 100 MiB, .gitignore'd, per-repo opt-outs - Short-lived files (.pi-tmp/, scratch/, tmp/, .demon/, .sisyphus/, .ralph/) are valid git content Version bumps: - Root workspace: 0.112.9 → 0.112.10 - dracon-sync: 0.1.10 → 0.1.11 - dracon-system: 0.2.5 → 0.2.6 - dracon-warden: 0.3.5 → 0.3.6 Design doc: docs/design/pi-tmp-persist-policy-2026-06-16.md AGENTS.md: updated with new commit policy section. Release notes: release-notes-v0.112.10.md Test results: 856 passed, 0 failed, 9 ignored (no regression). -
-
-
-
-
-
-
-
-
-
-
-