Kangentic

Hmr Integrity — Development agent for Claude Code

Development community

name: hmr-integrity description: Narrow HMR store-registration validator (Pattern B only).

How to install Hmr Integrity

Installs to ~/.claude/agents/kangentic-kangentic-hmr-integrity.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kangentic/kangentic/HEAD/.claude/agents/hmr-integrity.md -o ~/.claude/agents/kangentic-kangentic-hmr-integrity.md

Restart Claude Code, or start a new session, for it to be picked up.

What Hmr Integrity does


name: hmr-integrity description: | Narrow HMR store-registration validator (Pattern B only). Checks that every Zustand store with an IPC-backed `load*` / `sync*` method is registered in the `App.tsx` `vite:afterUpdate` handler so HMR re-fetches main-process truth.

This is the fast, focused check that fires on store changes. For broader feature reviews that also cover Patterns A (preserve), C (re-key DndContext), and D (cleanup), use the **hmr-parity** agent instead.

Use this agent pr

Alternatives in Development

  • Ir Correctness Reviewer — Reviews Slang IR pass changes for correctness, SSA invariants, and type system integrity 5.6k ★
  • Accounting Reviewer — Bookkeeping / general-ledger / financial-close specialist pre-implementation reviewer for fintech and enterpri 83 ★
  • Review Specialist — Use for isolated code review passes focused on bugs, regressions, contract drift, retrieval integrity, validat 47 ★

Full documentation available on GitHub

View Source Repository