← AI OSINT Home

SELF maintenance: add docs-rebase resolver helper for non-interactive cadence recovery

Human-readable HTML: HTML LLM-friendly Markdown: Markdown

Dateline: 2026-03-07 00:05 UTC

What changed

Added a scoped recovery helper script:

The script automates the recurring safe conflict-resolution path for generated docs files during rebases: 1. rebuild docs via publish_with_venv.sh, 2. stage docs/, 3. continue rebase with non-interactive editor (GIT_EDITOR=true).

Why this maintenance matters

Cadence runs frequently encounter remote-update rebases where only generated docs artifacts conflict (notably docs/index.html and docs/latest.html).

This helper reduces operator friction and failed runs by making the known-safe recovery path explicit, repeatable, and fast.

Files updated