noru CLAUDE.md

noru CLAUDE.md is an instructions file for coding agents from pxson2903/noru. It costs 262 tokens per session, scanned A, original, MIT.

A project guide for Noru, a Python tool that runs queued tasks for Claude Code, with a SQLite database, command-line interface, web dashboard, and background workers.

In plain words
What is it for?
Use it when adding or changing Noru's models, database, scheduler, worker system, command-line tool, web server, dashboard, or integrations.
Why use it?
It gives contributors one reference for the project's structure, commands, conventions, and test-first development approach. TDD means writing a test before the code it checks.

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

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 noru CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pxson2903/noru/claude-md.svg)](https://agentmods.dev/instructions/pxson2903/noru/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/pxson2903/noru/claude-md"><img src="https://agentmods.dev/badge/instructions/pxson2903/noru/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 262 This file is loaded in full into every session.
When invoked 262 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.1 $0.00262 $0.00262
Opus 5 $0.00131 $0.00131
Sonnet 5 $0.00052 $0.00052
Haiku 4.5 $0.00026 $0.00026

Measured 5d ago against content hash 20b633ef59cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

noru 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 5d 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 · 26 lines

What it actually says

Noru

Autonomous orchestrator for Claude Code. Runs a structured task queue 24/7.

Stack

  • Python 3.11+, SQLite (WAL mode), FastAPI, Click CLI
  • Single HTML dashboard (Alpine.js + Chart.js)

Layout

  • src/noru/core/ — Models, database, config, constants (zero external deps)
  • src/noru/engine/ — Token monitor, weekly tracker, queue, coexistence, scheduler
  • src/noru/executor/ — WorkerBackend protocol, Claude CLI backend, dispatcher, idle reviewer, parallel agents, scanner
  • src/noru/interface/ — Orchestrator loop, CLI, FastAPI server, dashboard UI
  • src/noru/integrations/ — Optional: superpowers, agency-agent, ccusage

Commands

  • pytest — run all tests
  • pip install -e ".[dev]" — install in dev mode
  • noru — CLI entry point

Conventions

  • Frozen dataclasses for models (no mutable state)
  • All DB queries as named methods in core/database.py
  • WorkerBackend protocol for CLI abstraction
  • TDD: write test first, then implement
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. 5d ago First seen · 26 lines · 262 tokens per session scan A 20b633ef59cf

Subscribe to this mod's changes

noru CLAUDE.md is an instructions file published in the GitHub repository pxson2903/noru (2 stars, last pushed 5mo ago), licensed MIT. It adds 262 tokens to every session, about $0.0013 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.