This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Affected surfaces
Summary
AI summaryCross‑host write‑debt enforcement via iranti_attend gate and new knowledge import/export commands.
Full changelog
What's new
Cross-host write-debt enforcement
The iranti_attend pre-response gate now works on all MCP hosts, not just Claude Code.
- File watcher —
iranti_handshakestarts a recursivefs.watch(non-persistent) on the project directory for hosts without native hook support (Codex, Copilot, generic MCP). Code file changes (.ts,.js,.py,.md,.sh, …) increment.iranti-write-debtwith a 200 ms debounce — the same signal file Claude Code'sPostToolUsehooks already write. - Attend gate —
iranti_attend(phase='pre-response')now reads.iranti-write-debtbefore any memory retrieval. If pending edits > 0 it returnsisError: truewith the changed file list and the instruction to calliranti_writefirst. This is functionally equivalent to the Claude CodePreToolUsedeny. - Claude Code keeps its existing
PostToolUse/PreToolUsehooks unchanged; the file watcher is only started for non-claude_codehosts to avoid double-counting.
Knowledge import / export
iranti export— streams facts as JSONL; supports--entity-type,--entity,--since,--since last(incremental), and--output.iranti import— reads JSONL from file or stdin;--conflict skip|overwrite|merge;--dry-run;--remap old=new; provenance stamped on every row.iranti snapshot create|restore|list|delete— named snapshots stored under.iranti/snapshots/.- REST
GET /kb/exportandPOST /kb/importroutes expose the same operations over HTTP.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About nfemmanuel/iranti
Persistent shared memory for AI coding agents. Stores facts as `entity/key/value` triples with hybrid semantic search, task checkpoints, and conflict resolution — shared across Claude Code, Codex CLI, and GitHub Copilot.
Related context
Related tools
Beta — feedback welcome: [email protected]