Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:05
de64d97

[0.6.0] - 2026-07-13

Deterministic work-record insights and consolidated receipt contract ownership.

Added

  • Added motus insights self-audit to derive bounded findings from local work
    records, repository artifacts, and compatible legacy SQLite records using
    file scans and SQL only.
  • Added motus insights agent-sessions for Claude Code JSONL directories,
    including data-density diagnostics, failure-concentration findings, and
    output that omits transcript content and local paths.
  • Added the draft portable Work Receipt Envelope schemas, semantic
    conventions, fixtures, validators, and package-independent in-repository
    receipt emitters.

Changed

  • Consolidated current receipt contract and conformance ownership into
    /motus; the separate motus-work-ledger repository is now historical.
  • Documented the runtime receipt projection and portable Work Receipt Envelope
    as distinct versioned formats. The CLI and GitHub Action still emit only the
    runtime projection.
  • Right-sized repository maintenance around issue, PR, gate, artifact, and
    independent-review evidence instead of legacy internal process machinery.
  • Refreshed the dependency lock while preserving the project-local Store as
    the default runtime state.
  • Made release coordination fail on version mismatch or a dirty candidate, and
    made tag-triggered draft releases generate and attach their evidence bundle.

Security

  • Hardened agent-session diagnostics so default reports contain derived
    metrics, opaque input references, and tool names rather than transcript
    content, prompts, file paths, session names, or input directory paths.
  • Removed operator and temporary machine paths from generated public release
    evidence and made evidence generation fail when those paths remain.