feat(tools): pull-doc --open öffnet die Datei danach in IntelliJ IDEA (D88-Nachtrag 2)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-08-27 13:36:25 +02:00
co-authored by Claude Fable 5
parent 78e2eeb616
commit e684ac73d3
5 changed files with 46 additions and 11 deletions
+2 -1
View File
@@ -125,7 +125,8 @@ deletes it.
fetches the document (a `?live=` link works too) and writes it to the file;
with `--git-commit` it also 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.
from cron and the plan archives itself; `--open` opens the file in IntelliJ
IDEA afterwards. See `docs/DECISIONS.md` D88.
Setting up the backend: see [backend/README.md](backend/README.md) and
`docs/DECISIONS.md` D76.