From fca33ac563492786e7013515f45c4a8bcd4e66f3 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 21 May 2026 06:44:49 +0000 Subject: [PATCH 1/2] docs: fix no-journal guidance --- QUICKSTART.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index b8eaa82..2074d22 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -454,7 +454,7 @@ threadmark daemon restart - Threadmark is distributed as Go commands; install with Homebrew, `go install`, or build from source. - The reflector backend is Claude CLI only. -- Journal mode sends a best-effort redacted checkpoint excerpt to the configured reflector model; use `--no-journal` for sensitive sessions. +- Journal mode sends a best-effort redacted checkpoint excerpt to the configured reflector model; launch the agent with `THREADMARK_NO_JOURNAL=true` for sensitive sessions. - Codex hooks require explicit `/hooks` trust for project-local hooks. - OpenCode and Pi adapters are not included. - Cross-machine journal sync is not implemented. diff --git a/README.md b/README.md index ffe660f..59177e2 100644 --- a/README.md +++ b/README.md @@ -67,15 +67,15 @@ mattered, and what should be checked before moving again? You still keep control. `threadmark doctor` and `threadmark status` explain what the sidecar sees, daemon lifecycle commands are available for troubleshooting -and upgrades, `--no-journal` supports testing or sensitive sessions, and project -disable/enable plus purge commands let you stop or remove local Threadmark -state. +and upgrades, `THREADMARK_NO_JOURNAL=true` supports testing or sensitive sessions, +and project disable/enable plus purge commands let you stop or remove local +Threadmark state. ## Limits - Threadmark is distributed as two command-line binaries, `threadmark` and `threadmarkd`; install with Homebrew, `go install`, or build from source. - The reflector backend is the Claude CLI (`claude -p`) in convenience or bare mode. -- Journal mode sends a best-effort redacted checkpoint excerpt to the configured reflector model; use `--no-journal` for sensitive sessions. +- Journal mode sends a best-effort redacted checkpoint excerpt to the configured reflector model; launch the agent with `THREADMARK_NO_JOURNAL=true` for sensitive sessions. - Redaction is not a security guarantee. - OpenCode and Pi adapters are not included. - Threadmark does not sync journals across machines. From 72014fee3a57ead97da2a705faf071cfe3bbad86 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 21 May 2026 06:47:51 +0000 Subject: [PATCH 2/2] docs: clarify quickstart binaries --- QUICKSTART.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 2074d22..e81346c 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -451,8 +451,7 @@ threadmark daemon restart ## Limits -- Threadmark is distributed as Go commands; install with Homebrew, `go install`, - or build from source. +- Threadmark is distributed as two command-line binaries, `threadmark` and `threadmarkd`; install with Homebrew, `go install`, or build from source. - The reflector backend is Claude CLI only. - Journal mode sends a best-effort redacted checkpoint excerpt to the configured reflector model; launch the agent with `THREADMARK_NO_JOURNAL=true` for sensitive sessions. - Codex hooks require explicit `/hooks` trust for project-local hooks.