Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/backends/herdr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FM_BACKEND_HERDR_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
FM_ROOT="${FM_ROOT_OVERRIDE:-${FM_ROOT:-$FM_BACKEND_HERDR_ROOT}}"
FM_HOME="${FM_HOME:-${FM_ROOT_OVERRIDE:-$FM_ROOT}}"

FM_BACKEND_HERDR_MIN_PROTOCOL=14
FM_BACKEND_HERDR_MIN_PROTOCOL=16
# .fm-secondmate-home is written by bin/fm-home-seed.sh (AGENTS.md section 6)
# at a seeded secondmate home's root, containing exactly that secondmate's id.
# The primary firstmate home never carries this marker.
Expand Down Expand Up @@ -108,7 +108,7 @@ fm_backend_herdr_tool_check() {
}

# fm_backend_herdr_version_check: refuse loudly on a missing/incompatible
# herdr client. Verified locally: v0.7.1, protocol 14 (herdr status --json's
# herdr client. Verified locally: v0.7.2, protocol 16 (herdr status --json's
# .client.protocol; client info is session-independent, unlike .server).
fm_backend_herdr_version_check() {
fm_backend_herdr_tool_check || return 1
Expand Down
4 changes: 2 additions & 2 deletions bin/fm-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ FM_BACKEND_CONFIG_DIR="${FM_CONFIG_OVERRIDE:-$FM_HOME/config}"
# bin/backends/<name>.sh and empirical verification, mirroring AGENTS.md
# section 4's harness-verification discipline. herdr is EXPERIMENTAL (P2;
# data/fm-backend-design-d7/herdr-addendum.md) - verified against the real
# v0.7.1/protocol-14 binary (data/fm-backend-design-d7/herdr-verification-p2.md)
# but newer than tmux's long-proven default path. zellij is EXPERIMENTAL (P3;
# v0.7.2/protocol-16 binary (docs/herdr-backend.md) but newer than tmux's
# long-proven default path. zellij is EXPERIMENTAL (P3;
# data/fm-backend-design-d7/report.md "Zellij Backend") - verified against the
# real 0.44.0 binary (docs/zellij-backend.md). orca is EXPERIMENTAL and
# spawn-capable; unlike tmux/herdr/zellij it is also the worktree provider.
Expand Down
Loading