Skip to content

nfemmanuel/iranti

v0.3.39 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

auth rbac

Summary

AI summary

Cross‑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 watcheriranti_handshake starts a recursive fs.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-debt with a 200 ms debounce — the same signal file Claude Code's PostToolUse hooks already write.
  • Attend gateiranti_attend(phase='pre-response') now reads .iranti-write-debt before any memory retrieval. If pending edits > 0 it returns isError: true with the changed file list and the instruction to call iranti_write first. This is functionally equivalent to the Claude Code PreToolUse deny.
  • Claude Code keeps its existing PostToolUse/PreToolUse hooks unchanged; the file watcher is only started for non-claude_code hosts 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/export and POST /kb/import routes 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

Track nfemmanuel/iranti

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]