vault-operator AGENTS.md

vault-operator AGENTS.md is an instructions file for Codex, OpenCode from pssah4/vault-operator. It costs 1,496 tokens per session, scanned A, original, Apache-2.0.

A set of instructions for coding agents working on Vault Operator, an Obsidian plugin that manages notes, searches their meaning, creates canvases, and coordinates multiple agents. It explains how to navigate the project and follow its development rules.

In plain words
What is it for?
Use it when modifying Vault Operator’s TypeScript code, understanding its architecture, or building and deploying the plugin.
Why use it?
It gives agents the project context and directs them to the right architecture documents before they search or change code.

Instructions file for CodexOpenCode

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/pssah4/vault-operator/agents-md
Clone the repo
git clone --depth 1 https://github.com/pssah4/vault-operator

Made for: Codex, OpenCode.

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 vault-operator AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pssah4/vault-operator/agents-md.svg)](https://agentmods.dev/instructions/pssah4/vault-operator/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/pssah4/vault-operator/agents-md"><img src="https://agentmods.dev/badge/instructions/pssah4/vault-operator/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,496 This file is loaded in full into every session.
When invoked 1,496 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.01496 $0.01496
Opus 5 $0.00748 $0.00748
Sonnet 5 $0.00299 $0.00299
Haiku 4.5 $0.00150 $0.00150

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

Security

Grade A, and why

vault-operator AGENTS.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.

AGENTS.md · 151 lines

How it starts

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

Vault Operator, Projekt-Regeln

Runtime-neutrale Regeln für dieses Repo. Gilt für jeden Coding-Agenten. Die übergreifende Arbeitsweise steht in ~/.claude/AGENTS.md, Claude-Code-Spezifisches in CLAUDE.md.


_devprocess/SYSTEM-MAP.md beantwortet, wo die Antwort steht. Sie ist der Einstieg vor arc42 und vor jeder Code-Suche. Der Wegweiser mit einer Zeile pro Konzept ist src/ARCHITECTURE.map, der Router über die Architektur-Entscheidungen _devprocess/architecture/README.md.

Zahlen (Tool-Anzahl, Testdateien, Imports) stehen nur in der SYSTEM-MAP und driften. Im Zweifel nachzählen, nicht aus einer Doku übernehmen.

Projekt

Kilo Code Clone als Obsidian Plugin. AI-gesteuerter Agent für Vault-Management, Semantic Search, Canvas-Generierung und Multi-Agent-Orchestrierung.

Vault Operator ist für Sebastian auch ein Lernprojekt. Bei Architektur- und Design-Entscheidungen das Problem und die Lösung so erklären, dass sie für einen technisch interessierten Nicht-Entwickler nachvollziehbar sind: mit Analogien, aber die zugrundeliegenden Konzepte trotzdem beim richtigen Namen nennen.

Tech Stack

  • Sprache: TypeScript (strict)
  • Framework: Obsidian Plugin API
  • Build: esbuild mit Deploy-Plugin
  • Runtime: Electron (via Obsidian)
  • AI APIs: Anthropic SDK, OpenAI SDK

Versionen stehen in package.json und manifest.json, nicht hier.

Build und Deploy

npm run build              # Build
npm run dev                # Watch-Mode mit Auto-Deploy
npm run deploy             # Nur Deploy (ohne Build)

Deploy-Ziel kommt aus PLUGIN_DIR in .env, aktuell der lokale Vault ~/Obsidian/Nexus/.obsidian/plugins/vault-operator/.

Build und Deploy nach jedem Implementierungsschritt, nicht erst am Ende.

Verifikation

npm run build, npm run test, npm run typecheck, npm run lint. Vor jedem Push ins Public-Repo zusätzlich der Review-Bot-Check.

Referenz-Implementierung

forked-kilocode/ enthält die originale Kilo Code Codebase. Vor jeder neuen Feature-Implementierung dort das Pattern prüfen.

Read the full file on GitHub · 151 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 · 151 lines · 1,496 tokens per session scan A 76fa2e37df1a

Subscribe to this mod's changes

vault-operator AGENTS.md is an instructions file published in the GitHub repository pssah4/vault-operator (245 stars, last pushed 5d ago), licensed Apache-2.0. It adds 1,496 tokens to every session, about $0.0075 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.

Related

Other instructions, from other repositories

claude-obsidian GEMINI.md

Gemini CLI instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md as the canonical host-neutral contract. Skills live in skills/ /SKILL.md and the portable core lives in claudeobsidian/.

AgriciDaniel/claude-obsidian · 219 tokens

claude-obsidian AGENTS.md

AGENTS.md instructions for AgriciDaniel/claude-obsidian, covering claude-obsidian: agent instructions, product and vault boundaries, bootstrap, canonical skills and mutation protocol.

AgriciDaniel/claude-obsidian · 1,123 tokens

claude-obsidian copilot-instructions.md

Copilot instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md before proposing changes. The repository is an Agent Skills package, Claude Code adapter, standard-library Python core, and deterministic vault template—not the default live user vault.

AgriciDaniel/claude-obsidian · 186 tokens

llm-brain CLAUDE.md

Instructions for kimsanguine/llm-brain, covering llm-brain — claude code 운영 지침, 가드레일 (절대 위반 금지), 프라이버시 경계 (agent memory os), 명령어 and ingest.

kimsanguine/llm-brain · 3,289 tokens

second-brain-starter-kit AGENTS.md

AGENTS.md instructions for tonydzi/second-brain-starter-kit, covering agents.md — working in this repo, what this repo is, layout, how to verify a change and conventions.

tonydzi/second-brain-starter-kit · 1,104 tokens

brain-starter CLAUDE.md

Instructions for michaeljauk/brain-starter, covering brain repo - claude instructions, purpose, not set up yet?, file placement rules and directory guide.

michaeljauk/brain-starter · 715 tokens