You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mirrors the V2.10.62 IronClaw attach-smoke pattern for the Hermes
lane (the default Agent Desktop runtime). 3 new files + 1 BRANDING
entry, no source code changed.
- tests/hermes-agent-attach.smoke.test.ts: 11 cases pin the
V2.10.61 diagnoseRemoteConnection contract (6 diagnostic codes,
3 runtime resolutions, security-floor invariant: probe never
reads HERMES_TEST_TOKEN from the env, never forwards it as a
header or query string). Mocks are a local node:http listener,
the credential layer is owned by the apply boundary.
- docs/hermes-agent-attach.smoke.md: operator runbook, 5 steps,
read-the-key-from-shell-var pattern, no key ever echoed in the
doc, side-by-side with the V2.10.62 IronClaw runbook.
- scripts/hermes-agent-attach.smoke.cjs: operator CLI for live
verification; reads HERMES_TEST_TOKEN from env, prints
PASS/FAIL with hints, masks the key to a 4-char prefix + ellipsis
+ 4-char suffix in any output.
- BRANDING_AND_LICENSE.md: V2.10.63 entry with the 6-code contract,
the security-floor invariant, the 4-audit baseline, and the
out-of-scope list (no Docker Desktop attach panel, no
diagnoseRemoteConnection refactor, no live Hermes attach on
this dev box).
Verified: typecheck 0/0, hermes 11/11, ironclaw 5/5, presets
9/9, orchestration 2/2, mojibake 813/813, i18n 8/8 (no new
keys), skill-counts clean, doc-pair same 5 baseline, no real
credentials on disk in any tracked file.
0 commit comments