Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/lovstudio/ataru/claude-mdgit clone --depth 1 https://github.com/lovstudio/AtaruWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00579 | $0.00579 |
| Opus 5 | $0.00290 | $0.00290 |
| Sonnet 5 | $0.00116 | $0.00116 |
| Haiku 4.5 | $0.00058 | $0.00058 |
Grade A, and why
Ataru CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Design System
This project uses Lovstudio Warm Academic Style (暖学术风格)
Reference complete design guide: file:///Users/mark/lovstudio/vault/design/design-guide.md
Quick Rules
- 禁止硬编码颜色:必须使用 semantic 类名(如
bg-primary、text-muted-foreground) - 字体配对:标题用
font-serif,正文用默认font-sans - 圆角风格:使用
rounded-lg、rounded-xl、rounded-2xl - 主色调:陶土色(按钮/高亮)+ 暖米色背景 + 炭灰文字
- 组件优先:优先使用 shadcn/ui 组件
Color Palette
- Primary: #CC785C (陶土色 Terracotta)
- Background: #F9F9F7 (暖米色 Warm Beige)
- Foreground: #181818 (炭灰色 Charcoal)
- Border: #E8E6DC
Common Patterns
- 主按钮:
bg-primary text-primary-foreground hover:bg-primary/90 - 卡片:
bg-card border border-border rounded-xl - 标题:
font-serif text-foreground
Project Overview
Ataru is a local-first AI conversation recall desktop app built with Tauri 2 + React 19 + TypeScript. It focuses on searching and recovering useful context from AI coding tool histories while retaining the legacy Lovcode CLI and storage contracts.
Commands
# Frontend development (hot reload)
pnpm dev
# Type check + production build
pnpm build
# Run Tauri desktop app (auto-starts pnpm dev)
pnpm tauri dev
# Build distributable
pnpm tauri build
Architecture
Dual-layer architecture:
src/- React frontend (Vite, port 1420)src-tauri/- Rust backend (Tauri 2)
Frontend-backend communication:
- Use
invoke()from@tauri-apps/api/coreto call Rust commands - Define Rust commands with
#[tauri::command]insrc-tauri/src/lib.rs - Register commands in
tauri::generate_handler![]
Conventions
- CSS: Tailwind CSS preferred
- No dynamic imports or setTimeout unless necessary
- Extract shared components when patterns repeat across multiple components
- 不要执行pnpm build等,因为本地在运行 pnpm tauri dev
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 66 lines · 579 tokens per session scan A a18575586bc4
Ataru CLAUDE.md is an instructions file published in the GitHub repository lovstudio/Ataru (356 stars, last pushed 9d ago), licensed Apache-2.0. It adds 579 tokens to every session, about $0.0029 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
codex-trace AGENTS.md
Instructions for PixelPaw-Labs/codex-trace, covering claude.md, commands, dev, lint and format.
swob AGENTS.md
Instructions for IvyYang1999/swob, covering swob 研发协作唯一规范, 不可越过的边界, 角色与职责, 生命周期 and 分支、worktree 与提交.
MindFlock AGENTS.md
Instructions for MindFlock/MindFlock, covering mindflock — agent onboarding, setup and tests, map and conventions.
claude-devtools CLAUDE.md
Instructions for matt1398/claude-devtools, covering claude-devtools, tech stack, commands, path aliases and data sources.
cursor-studio copilot-instructions.md
Instructions for DearLicy/cursor-studio, a project described as: Local-first Windows control center for Cursor: manage AI providers, balances, usage and costs, sessions, prompts, MCP, Skills, appearance, and integrations. | Cursor 本地桌面管理工具.
Osverse AGENTS.md
AGENTS.md instructions for Oswald-Hao/Osverse, covering osverse repository rules for coding agents and protected-branch workflow.