lib.reviews AGENTS.md

lib.reviews AGENTS.md is an instructions file for Codex, OpenCode from permacommons/lib.reviews. It costs 365 tokens per session, scanned A, original, CC0-1.0.

Repository-specific instructions for coding agents working on the lib.reviews platform, a Node.js and TypeScript web application. They describe its technologies, coding conventions, and checks to run.

In plain words
What is it for?
Use them when modifying lib.reviews code, writing comments or TypeScript documentation, preparing commit messages, or checking changes with linting, type checking, and tests.
Why use it?
They give an agent the project context needed to avoid breaking existing behavior or using inconsistent styles. They also define the checks expected after backend or TypeScript changes.

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/permacommons/lib.reviews/agents-md
Clone the repo
git clone --depth 1 https://github.com/permacommons/lib.reviews

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 lib.reviews AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/permacommons/lib.reviews/agents-md.svg)](https://agentmods.dev/instructions/permacommons/lib.reviews/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/permacommons/lib.reviews/agents-md"><img src="https://agentmods.dev/badge/instructions/permacommons/lib.reviews/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 365 This file is loaded in full into every session.
When invoked 365 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.00365 $0.00365
Opus 5 $0.00182 $0.00182
Sonnet 5 $0.00073 $0.00073
Haiku 4.5 $0.00036 $0.00036

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

Security

Grade A, and why

lib.reviews 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 3d 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 · 20 lines

What it actually says

lib.reviews Agent Notes

This repository powers the lib.reviews platform. It includes legacy patterns and is being modernized.

Tech Stack

  • Runtime/language: Node.js (>=22), TypeScript (ESM)
  • Backend: Express, Handlebars (hbs), config
  • Data/search: PostgreSQL (pg), sessions (connect-pg-simple), Elasticsearch client
  • Frontend: Vite (MPA) + TS modules, PicoCSS, jQuery, ProseMirror, PostCSS
  • Tooling: Biome (lint/format), AVA (+ Supertest/Nock/JSdom), TypeDoc

Guidance for Agents

  • Preserve behavior unless explicitly told otherwise; many routes have implicit dependencies.
  • Code comments should describe the code that is there, not legacy behavior or intermediate steps.
  • Code comments are NOT a tool to support user-agent communication; they must only be added if they have long-term value.
  • If asked for a commit message, use Conventional Commits: subject ≤50 chars, body lines ≤72 chars, ≤4 bullets, describe only the current diff.
  • In TypeScript doc comments, omit types in @param tags.
  • If you touch TS/JS/backend, ensure npm run lint, npm run typecheck, and npm run test pass. npm run test may be blocked in restricted sandboxes; ask before running or tell the user to run it locally / with elevation.
  • During CSS-only iteration, you can usually rely on Vite HMR/dev server for feedback; run npm run build:frontend when changing PostCSS features (nesting/mixins), when the user reports Vite errors, or when anything about the CSS pipeline/bundling changes.
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. 3d ago First seen · 20 lines · 365 tokens per session scan A 854a25515b74

Subscribe to this mod's changes

lib.reviews AGENTS.md is an instructions file published in the GitHub repository permacommons/lib.reviews (201 stars, last pushed 10d ago), licensed CC0-1.0. It adds 365 tokens to every session, about $0.0018 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.