llms.txt · git:20260719.58bfcb1 · 2026-07-19 · sha256 e0a042877e66360b
llms.txt git:20260719.58bfcb1A
Immutable. This exact content is served forever at /api/v1/blob/e0a042877e66360b.
# 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
## 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