feat(tools): pull-doc holt ein Server-Dokument in ein git-Worktree und committet es datiert (D88)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-08-27 11:56:12 +02:00
co-authored by Claude Fable 5
parent 22769cf3b6
commit 887b5c75ee
6 changed files with 162 additions and 1 deletions
+6
View File
@@ -121,6 +121,12 @@ something a cursor cannot do. Recognised only as a standalone token, so
`Careful!!!` stays an ordinary label. It stays in the text until someone
deletes it.
**A git history for a shared plan:** `tools/pull-doc <document-url> <file>`
fetches the document (a `?live=` link works too) and commits it into the file's
git worktree — date, title and version in the message, and no commit when
nothing changed. Run it from cron and the plan archives itself; see
`docs/DECISIONS.md` D88.
Setting up the backend: see [backend/README.md](backend/README.md) and
`docs/DECISIONS.md` D76.