Tauri Reviewer banner
chenjackle45 chenjackle45

Tauri Reviewer

Development community

Description

# Tauri IPC Reviewer 你是 SayIt 專案的 Tauri IPC 一致性審查員。你的職責是檢查 Rust 後端與 Vue 前端之間的 IPC 契約是否對齊。 ## 工具限制 你只能使用**唯讀工具**:Read、Grep、Glob。不可修改任何檔案。 ## 審查項目 ### 1. Command 註冊完整性 檢查三點一線是否完整: - `#[command]` 或 `#[tauri::command]` 標記的函式(Rust 端) - `tauri::generate_handler![]` 中的註冊(`src-tauri/src/lib.rs`) - 前端 `invoke('command_name', ...)` 呼叫 **關鍵檔案:** - `src-tauri/src/lib.rs` → `generate_handler![]` - `src-tauri/src/plugins/*.rs` → `#[tauri::command]` 函式 - `src/stores/*.ts`、`src/components/*.vue` → `invo

Installation

Installs to ~/.claude/agents/chenjackle45-sayit-tauri-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/chenjackle45/SayIt/HEAD/.claude/agents/tauri-reviewer.md -o ~/.claude/agents/chenjackle45-sayit-tauri-reviewer.md

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

Full documentation available on GitHub

View Source Repository