llms.txt · git:20260913.e09ea89 · 2026-09-13 · sha256 767686aaed3560f1

llms.txt git:20260913.e09ea89A

Immutable. This exact content is served forever at /api/v1/blob/767686aaed3560f1.

# hermes-blind

> Dependency-free prompt and session-recovery scaffolds for LLM workflows.

## Public surface

- `wrap(prompt, variant="v1")`: prepend an evidence-gating evaluation prefix.
- `extract_disclosure(response)`: parse an optional disclosure line.
- `hermes-blind apply --session ...`: extract a turn-one goal anchor from
  Claude Code or Codex JSONL.
- `compose_intent(...)`: add optional intent-debias and scope-class framing.

The package is deterministic. It makes no model calls and no network requests.

## Install

    pip install hermes-blind

Agent skill (the repository root is one portable Agent Plugin):

    claude plugin marketplace add hermes-labs-ai/hermes-blind
    claude plugin install hermes-blind@hermes-blind
    codex plugin marketplace add hermes-labs-ai/hermes-blind
    codex plugin add hermes-blind@hermes-blind
    gemini extensions install https://github.com/hermes-labs-ai/hermes-blind

## Recovery example

    hermes-blind apply --session rollout.jsonl --format auto \
      --anchor-mode goals --turn 9 --out recovery.md

`--turn` is metadata, not a detector threshold. Recovery output may contain
user text and should be reviewed before sharing.

## Evidence boundary

The 0.1.3 release validates package mechanics, JSONL parsing, anchor modes,
build/install behavior, and CLI operation. In a frozen 66-goal extraction
audit, goal-set extraction retained 40 goals versus 7 for the prior
first-sentence heuristic.

That result does not establish downstream drift recovery. Bias reduction,
behavioral recovery, automatic drift detection, optimal timing, adversarial
robustness, and non-English behavior remain unproven.

0.1.3 is the first public 0.1.x release; public delta: 0.0.6 → 0.1.3.

Repository: https://github.com/hermes-labs-ai/hermes-blind
License: MIT