usage: tautline publish-session-journal [-h] --file FILE
                                        [--archive-dir ARCHIVE_DIR]
                                        [--no-stage]
                                        [--allow-release-checkout-write]
                                        [--commit] [--push] [--branch BRANCH]
                                        [--message MESSAGE]

DEPRECATED/DISABLED (0.9.0, removal >=1.0.0): narrative session journals can
no longer be published to any remote in any mode; they stay LOCAL evidence
(prepare-session-journal + validate-session-journal). Run publish-
instrumentation-record for sanitized upstream signal.

options:
  -h, --help            show this help message and exit
  --file FILE
  --archive-dir ARCHIVE_DIR
  --no-stage            No effect: publication is disabled; journals stay
                        local.
  --allow-release-checkout-write
                        No effect: publication is disabled. Local
                        preview/validation lives in prepare/validate-session-
                        journal under the lane's gitignored .ai-runs/, never a
                        git worktree.
  --commit              No effect: publication is disabled.
  --push                No effect: publication is disabled.
  --branch BRANCH       No effect: publication is disabled.
  --message MESSAGE     No effect: publication is disabled.
