Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion polylogue/api/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -5093,7 +5093,7 @@ async def get_session_events(
``world_state``/``agent_policy``/``turn_context`` policy facts
(sandbox/truncation policy, rate limits, ghost commits, developer
instructions), every Claude Code sidecar event (``claude_todo_state``,
``claude_tool_result_sidecar``, ``claude_attachment``, ``micro_compaction``,
``claude_tool_result_sidecar``, ``claude_attachment_file``, ``micro_compaction``,
etc.), Hermes ``hermes_tool_availability_span``/``hermes_*`` step
telemetry, and ``claude_ai_conversation_summary`` all surface through
the same one reader instead of a bespoke accessor per event type.
Expand Down
2 changes: 1 addition & 1 deletion polylogue/sources/origin_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def _claude_code_spec() -> OriginSpec:
"records -- there is no child-side wire evidence to read. tool_result outcome_unknown_reason is "
"NOT_REPORTED when the Anthropic-protocol segment carries no is_error, and DISTRUSTED for the "
"background-task start acknowledgement's is_error=false (see _mark_background_task_start).",
"code_parser.py's _SKIPPED_SIDECAR_RECORD_TYPES (14 sidecar record "
"code_parser.py's _NON_MESSAGE_SIDECAR_RECORD_TYPES (14 sidecar record "
"types) already carries a per-type disposition with corpus counts "
"in a comment block (polylogue-pbuh/parser-diff triage, "
"2026-07-29) -- not converted to a DroppedValueVocabulary "
Expand Down
Loading