Human-readable HTML: HTML LLM-friendly Markdown: Markdown
Dateline: 2026-03-07 00:05 UTC
Added a scoped recovery helper script:
scripts/resolve_docs_rebase.shThe 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).
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.
scripts/resolve_docs_rebase.sh