salva CLAUDE.md

salva CLAUDE.md is an instructions file for coding agents from 0xRyanlee/salva. It costs 2,593 tokens per session, scanned A, original, Apache-2.0.

Project instructions for Salva Runtime, a self-hosted service that retrieves information and returns scored entities, evidence, and relationships to software callers.

In plain words
What is it for?
Use them when building or integrating Salva through its REST API, command-line tools, or MCP connections.
Why use it?
They clarify that Salva responds to API or agent requests and does not run its own recurring schedules or monitoring loops.

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/0xryanlee/salva/claude-md
Clone the repo
git clone --depth 1 https://github.com/0xRyanlee/salva

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/0xryanlee/salva/claude-md.svg)](https://agentmods.dev/instructions/0xryanlee/salva/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/0xryanlee/salva/claude-md"><img src="https://agentmods.dev/badge/instructions/0xryanlee/salva/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,593 This file is loaded in full into every session.
When invoked 2,593 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.02593 $0.02593
Opus 5 $0.01296 $0.01296
Sonnet 5 $0.00519 $0.00519
Haiku 4.5 $0.00259 $0.00259

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

Security

Grade A, and why

salva 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 · 192 lines

How it starts

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

Salva Runtime — Project Context for Claude Code

What This Project Is

Salva Runtime is a self-hosted Discovery Intelligence Runtime — a structured retrieval and entity extraction service designed to be called by AI agents, CLI tools, and LLMs via stable APIs or MCP.

It is not a scraper. It is not a UI product. It is a composable intelligence pipeline that accepts structured intent and returns scored entities, evidence chains, relations, and telemetry.

Core Product Philosophy

Event-Triggered, Not Schedule-Driven

Salva's core business logic is event-triggered close-loop execution:

trigger (agent / CLI / API call)
  → structured intent in
  → multi-round retrieval + processing
  → scored entities + evidence out
  → caller acts on result

This is a deliberate choice. Salva does NOT own scheduling, polling, or monitoring loops. Those concerns belong to the caller (agent, CLI, or orchestrator). Salva responds to calls — it does not initiate them.

If a caller wants recurring execution, they call Salva on a cron from their own scheduler. Salva stays stateless between calls.

API-First, Agent-Native

The primary integration surface is:

  1. REST API (/v1/discover, /v1/jobs, /v1/runs) — direct HTTP from any caller
  2. MCP Server — for Claude Code, Claude Desktop, and any MCP-compatible agent
  3. CLI skill wrapper — for terminal-native agent workflows and Codex integration
  4. Python SDK — thin wrapper for Python-based agent code

There is no GUI in this repository. A GUI product may be developed as a separate fork — see "GUI Fork" section below.

Deterministic Pipeline First

LLMs are bounded reasoning modules, not the pipeline itself. The enrichment order is:

keyword expansion (deterministic)
  → retrieval (multi-provider, policy-aware)
    → optional bounded LLM query-proposal step (scoped prompt, proposes
      follow-up queries only — not free-form reasoning; amended 2026-07-21,
      see below)
  → extract → normalize → dedupe → classify → score (all deterministic)
  → enrichment (LLM via omlx — scoped, bounded prompts only)

Read the full file on GitHub · 192 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 · 192 lines · 2,593 tokens per session scan A 3d4a39370833

Subscribe to this mod's changes

salva CLAUDE.md is an instructions file published in the GitHub repository 0xRyanlee/salva (2 stars, last pushed 26d ago), licensed Apache-2.0. It adds 2,593 tokens to every session, about $0.0130 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.