Skip to content

v0.3.1.2 — MCP Summary Context

Choose a tag to compare

@rohynal rohynal released this 02 Sep 06:00
d98e5d3

v0.3.1.2 adds richer summary context to sentience_scan without changing the tool signature or CLI presentation.

What’s new

  • Adds session_activity[] to summary responses, with one row per reviewed session.
  • Adds session_id correlation across session_activity[], standout[], and other_reviewed[].
  • Adds retrospective_findings with three states: present, absent, or unknown.
  • Adds target_count for another_project summary groups, separating distinct targets from total write operations.

Exactness and bounds

target_count is an exact integer only when both targets_omitted == 0 and findings_omitted == 0.

If either bound is non-zero, target_count is null rather than presenting a partial count as exact.

target_count remains absent from no_identifiable_project, global_configuration, and detail responses.

Scope

The sentience_scan(detail, since) signature is unchanged, and the existing CLI screens are unchanged.

The separate boundedness issue affecting write_operations is not repaired in this release and remains tracked in #11.

The retrospective Reader remains a reviewer of recorded Claude Code history, not a statement that actions were safe, compliant, or clean.