v0.3.1.2 — MCP Summary Context
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_idcorrelation acrosssession_activity[],standout[], andother_reviewed[]. - Adds
retrospective_findingswith three states:present,absent, orunknown. - Adds
target_countforanother_projectsummary 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.