v1.7.0 - Local agent Bus and durable review provenance
Storybloq Bus (opt-in, local)
An opt-in, same-machine coordination protocol between one implementer task and one independent reviewer task. Immutable RFC 8785 hash-chained threads live under a gitignored .story/bus/, with crash-safe recipient mailboxes, endpoint-scoped idempotency, quarantine, and hardened holder-identity locks. Adds a storybloq bus CLI and five feature-gated MCP tools (send, poll, acknowledge, thread read, thread transitions), plus guarded Claude Code and Codex hook integration. Bus operations never mutate git state, and confirmed findings remain canonical Storybloq issues. Enable it with storybloq bus init.
Durable review provenance and ledger integrity
Issues can now carry durable source-reference provenance (path, line range, revision, content hash) that survives squash-merge and force-push by falling back to the content hash at HEAD instead of failing validation. A new ledger-integrity scan diagnoses the exact position of malformed .story/ JSON. Dedupe and provenance validation now correctly ignore tombstoned issues so a soft-deleted finding never absorbs a recurrence.
Autonomous fixes
Autonomous mode now verifies a real compaction before resetting context-pressure state, targeted-mode pressure rotation preserves the remaining-target list in its handover, and several public-contributor runtime fixes are folded in.
Install or upgrade: npm i -g @storybloq/storybloq && storybloq setup-skill