feat(tools): mirror-docs — Liste geteilter Dokumente per Timer nach git spiegeln (D88-Nachtrag 3)
Deploy to GitHub Pages / build (push) Canceled after 0s
Deploy to GitHub Pages / deploy (push) Canceled after 0s

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-09-04 09:52:02 +02:00
co-authored by Claude Fable 5.1
parent c87cf6212d
commit 2e408d956c
6 changed files with 154 additions and 0 deletions
+6
View File
@@ -129,6 +129,12 @@ title and version in the message, and no commit when nothing changed. Run it
from cron and the plan archives itself; `--open` opens the file in IntelliJ
IDEA afterwards. See `docs/DECISIONS.md` D88.
**Several documents, unattended:** `tools/mirror-docs [--push] <worktree>
<list>` runs every line of the list (`<uuid-or-url> <path>`) through
`pull-doc --git-commit` and pushes once at the end; a UUID needs the backend
base in `--api` or `WERKBAUM_API`. As a systemd timer on the backend host it
mirrors the shared plans into a branch every 15 minutes — see D88, addendum 3.
Setting up the backend: see [backend/README.md](backend/README.md) and
`docs/DECISIONS.md` D76.