LibrAIum AGENTS.md

A repository instruction file for LibrAIum, a local desktop app that curates GitHub repositories and stores them in a local Git repository. It tells coding agents which language, commands, architecture, and project rules to follow.

In plain words
What is it for?
Use it when working on LibrAIum to choose the right build and test commands, understand its Tauri, Svelte, Rust, and MCP parts, and follow its language and documentation rules.
Why use it?
It gives an agent the project context needed to make compatible changes and avoid violating repository conventions.

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/nel-neru/libraium/agents-md
Clone the repo
git clone --depth 1 https://github.com/nel-neru/LibrAIum

Made for: Codex, OpenCode.

Per session 3,264 This file is loaded in full into every session.
When invoked 3,264 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.03264 $0.03264
Opus 5 $0.01632 $0.01632
Sonnet 5 $0.00653 $0.00653
Haiku 4.5 $0.00326 $0.00326

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

Security

Grade A, and why

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

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 81 lines

How it starts

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

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

Language

Always converse with the user in Japanese — replies, explanations, plans, questions, and progress reports. Keep repository artifacts in English: code, comments, commit messages, README/docs, and identifiers (the repo is published publicly in English; the owner reads both).

What LibrAIum Is

A local-first Tauri v2 + Svelte 5 desktop app for curating best-practice GitHub repositories, storing everything as YAML-frontmatter Markdown files in a local git repository, and exposing the library to Codex through an MCP server. The authoritative spec is LibrAIum_完全設計書_v1.0.md (Japanese). v1.0 MVP is fully implemented.

Commands

npm run tauri dev                # run the desktop app (Rust compiles on first run)
npm run tauri build              # package release build
npm run build                    # frontend-only production build (vite)
npm test                         # frontend unit tests (markdown-renderer hardening, node --test)
cd src-tauri && cargo test       # Rust unit tests — all core logic lives here
cd src-tauri && cargo test store # run one module's tests (store/search/gitops/github/…)
cd mcp-server && npm test        # store.js unit tests + MCP stdio smoke test (all 8 tools)
bash scripts/make-icons.sh       # regenerate icons from scripts/generate-icons.mjs (macOS)
node scripts/register-mcp.mjs    # user-scope MCP registration plan (--yes to apply, --doctor to diagnose)

Rust was installed via Homebrew; if cargo is missing from PATH: export PATH="/opt/homebrew/bin:$PATH".

Note: cargo test/cargo build require dist/ to exist (Tauri's generate_context! embeds it) — run npm run build first on a fresh clone.

Architecture

Two independent consumers share one data format:

  1. Desktop app — Svelte 5 GUI (src/) → Tauri commands (src-tauri/src/commands.rs) → Rust core modules.
  2. MCP server (mcp-server/, Node stdio) — reads/writes the same data/ directory directly.

Read the full file on GitHub · 81 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. 2d ago First seen · 81 lines · 3,264 tokens per session scan A 3bb4eda934ad

Subscribe to this mod's changes

LibrAIum AGENTS.md is an instructions file published in the GitHub repository nel-neru/LibrAIum (0 stars, last pushed 6d ago), licensed MIT. It adds 3,264 tokens to every session, about $0.0163 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.