Tauri Axum Parity Checker banner
jhlee0409 jhlee0409

Tauri Axum Parity Checker

Development community

Description

--- name: tauri-axum-parity-checker description: > Detects drift between the Tauri desktop command surface and the Axum WebUI server surface. Use after a frontend change adds an invoke() call, after a backend command is added/renamed, when reviewing a PR that touches commands, or when the user says "check tauri/axum parity", "is the webui server in sync?". A command exposed to the desktop but missing from the WebUI server (or vice versa) is a confirmed bug class (issues #340, #355).

Installation

Installs to ~/.claude/agents/jhlee0409-claude-code-history-viewer-tauri-axum-parity-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jhlee0409/claude-code-history-viewer/HEAD/.claude/agents/tauri-axum-parity-checker.md -o ~/.claude/agents/jhlee0409-claude-code-history-viewer-tauri-axum-parity-checker.md

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

Full documentation available on GitHub

View Source Repository