Summary
The CC subprocess stream-json parser logs warnings for event types it doesn't recognize:
```
hermeneus::cc::parse: failed to parse CC stream-json event
```
The Claude Code CLI emits `{"type":"user",...}` events in the stream that the parser doesn't handle. These should be silently ignored rather than logged as parse failures.
Environment
- Claude Code 2.1.104
- aletheia 0.17.0
Summary
The CC subprocess stream-json parser logs warnings for event types it doesn't recognize:
```
hermeneus::cc::parse: failed to parse CC stream-json event
```
The Claude Code CLI emits `{"type":"user",...}` events in the stream that the parser doesn't handle. These should be silently ignored rather than logged as parse failures.
Environment