workhub CLAUDE.md

workhub CLAUDE.md is an instructions file for coding agents from atman-33/workhub. It costs 1,462 tokens per session, scanned A, original, MIT.

Project-specific instructions for Workhub, a Tauri desktop app with a Rust backend, React and TypeScript interface, and an Obsidian vault for task data.

In plain words
What is it for?
Running, building, testing, formatting, and checking Workhub, while understanding where its frontend code, Rust code, and source-of-truth data belong.
Why use it?
They give an agent the commands, architecture, and data rules needed to work on the project consistently.

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/atman-33/workhub/claude-md
Clone the repo
git clone --depth 1 https://github.com/atman-33/workhub

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workhub CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/atman-33/workhub/claude-md.svg)](https://agentmods.dev/instructions/atman-33/workhub/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/atman-33/workhub/claude-md"><img src="https://agentmods.dev/badge/instructions/atman-33/workhub/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,462 This file is loaded in full into every session.
When invoked 1,462 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.01462 $0.01462
Opus 5 $0.00731 $0.00731
Sonnet 5 $0.00292 $0.00292
Haiku 4.5 $0.00146 $0.00146

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

Security

Grade A, and why

workhub 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 4d 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 · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

workhub

workhub — a Tauri 2 desktop "All-in-one Dev Hub" (Rust backend + React/TypeScript/shadcn-ui frontend), based on the devdeck codebase. Task management for humans and AI agents (Claude Code / OpenCode) backed by a dedicated Obsidian vault; repository management and a music player are planned as later modules.

Commands

npm install                # frontend dependencies (first time)
npm run tauri dev          # run the app with hot reload (or: npm run tauri:dev)
npx tauri build --no-bundle # release build -> src-tauri/target/release/workhub.exe
npm run build              # typecheck + build frontend only

# in src-tauri/
cargo test                 # unit tests (on the local windows-gnu toolchain use
                           #   `cargo test --release` — debug test exes fail to
                           #   load with STATUS_ENTRYPOINT_NOT_FOUND)
cargo fmt                  # format (CI enforces --check)
cargo clippy -- -D warnings # lint (CI enforces)

Architecture

Backend (src-tauri/src/):

Module Responsibility
lib.rs / main.rs Tauri builder, command registration
commands.rs #[tauri::command] layer exposed to the frontend
models.rs domain types (Task, Project, Settings, Config, ...)
tasks.rs task Markdown parsing/writing, vault file watching, _ai/index/tasks.json
vault_project.rs vault projects (projects/<slug>/): folder scan, layout findings, archive/restore, repo link
git.rs git CLI integration (kept from devdeck for the repos module)
actions.rs external launches (VS Code, terminal, AI agent with task context)
storage.rs JSON persistence (~/.workhub/config.json; migrated from %APPDATA%\workhub\ — see storage::migrate_from_appdata)
vault_settings.rs the vault-scoped settings split (<vault>/.workhub/settings.json); see .claude/rules/settings-placement.md before adding a setting
ink/ screen-annotation overlay: Alt double-press gesture + transparent draw window (overlay.html / src/overlay/main.ts)
rawkey.rs the single, shared Raw Input keyboard listener behind ink/ and clips/ — registration is per-process, so features register a consumer here instead of their own listener (see .claude/rules/global-keyboard-input.md)
clips/ clibor-style snippet picker: bare double-tap Ctrl opens a popup (clips.html / src/clips-popup/) that pastes the picked snippet into the previously focused app
paste.rs paste injection into the focused app (clipboard save/restore + synthesized Ctrl+V), shared by voice.rs and clips/
update.rs self-update against GitHub Releases (disabled by default; no releases yet)

Read the full file on GitHub · 111 lines

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. 4d ago First seen · 111 lines · 1,462 tokens per session scan A a7e6341a7db4

Subscribe to this mod's changes

workhub CLAUDE.md is an instructions file published in the GitHub repository atman-33/workhub (2 stars, last pushed yesterday), licensed MIT. It adds 1,462 tokens to every session, about $0.0073 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-31.