Ataru CLAUDE.md

Repository-specific instructions for Claude Code, an AI coding assistant, covering a project's design rules, color choices, common interface patterns, and development commands.

In plain words
What is it for?
Use them when editing Ataru, a desktop app for searching past AI coding conversations, especially when changing its interface or running its frontend checks.
Why use it?
They give the assistant consistent guidance for making changes that fit the existing project instead of guessing its visual and coding conventions.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/lovstudio/ataru/claude-md
Clone the repo
git clone --depth 1 https://github.com/lovstudio/Ataru
Per session 579 This file is loaded in full into every session.
When invoked 579 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce 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

Measured 2d ago against content hash a18575586bc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 66 lines

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

  1. 禁止硬编码颜色:必须使用 semantic 类名(如 bg-primarytext-muted-foreground
  2. 字体配对:标题用 font-serif,正文用默认 font-sans
  3. 圆角风格:使用 rounded-lgrounded-xlrounded-2xl
  4. 主色调:陶土色(按钮/高亮)+ 暖米色背景 + 炭灰文字
  5. 组件优先:优先使用 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/core to call Rust commands
  • Define Rust commands with #[tauri::command] in src-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
Changes

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.

  1. 2d ago First seen · 66 lines · 579 tokens per session scan A a18575586bc4

Subscribe to this mod's changes

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.