Skip to content

hscope 0.1.0

Choose a tag to compare

@moongioh moongioh released this 10 Jul 06:49

First public release.

Turn-level governance observability for Claude Code sessions — parse your transcripts into SQLite locally, judge them against your own workspace rules (de-domained archetype library + hscope compile), and see the harness as a circuit: gate lane, round trips, token loss, rule health. MCP server included (8 read tools + 2 write tools gated behind HSCOPE_MCP_WRITE=1). No LLM inside the tool; nothing leaves your machine.

pip install hscope   # or: pipx install hscope · npx -y hscope
hscope               # zero-config: scan → ingest → judge → doctor → viewer
hscope demo --serve  # see it on a synthetic corpus without giving it your transcripts

Transcript invariants (hscope doctor, 9 invariants) verified against transcripts produced by Claude Code up to 2.1.206 (Windows; the 3-OS CI matrix covers parser/rule behavior, not transcript generation). If a harness update breaks the format, doctor names the invariant instead of judging silently.

Full changelog: CHANGELOG.md