Skip to main content

Module claude_code

Module claude_code 

Source
Expand description

Claude Code harness support โ€” the default harness.

The declarative half of this harness lives in harnesses/claude-code.toml (including the write-guard data rendered by the generic engine in [crate::adapters::guard]); this module tree keeps only the code-backed capabilities the descriptor references: claude -p stream-json transcript parsing (stream_json + transcript) and plugin-shadow detection (plugin_shadow).

Modulesยง

plugin_shadow
Plugin-shadow detector (Claude Code).
stream_json
Claude Code -p --output-format stream-json transcript parsing.
transcript
Claude Code transcript record types and tool-call extraction.