Skip to content

intent-gate v0.6.0 — closes three blind spots caught by a red-team run

Choose a tag to compare

@baixinghao baixinghao released this 12 Aug 15:36
· 9 commits to main since this release

intent-gate v0.6.0

Lint enforcement (L10–L12) — closes three blind spots caught by a red-team run:

  • L10: data-model section with empty table-matrix → CRITICAL (existence, not just consistency);
    explicit "no new table / reuse existing" declaration downgrades to MINOR for review
  • L11: complexity: complex frontmatter with untagged state-machine edges → CRITICAL
  • L12: prose-only mapping anchors (no §x.y / BR-n) → MAJOR

Multi-agent support (beta)

  • intent-gate install/uninstall --target cursor|codex — wires session-start discipline
    injection into non-Claude agents (merge-only, idempotent, dry-run)
  • Pure-Python hook emitter (intent-gate hook session-start), no bash/plugin-dir dependency
  • Per-agent install guide (Cursor/Windsurf/Gemini/Kimi CLI/VS Code/Codex) + support matrix

Fix: version surfaces synced (plugin.json/init now locked to pyproject by test)