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-jsontranscript parsing. - transcript
- Claude Code transcript record types and tool-call extraction.