sensegrep AGENTS.md

sensegrep AGENTS.md is an instructions file for Codex, OpenCode from Stahldavid/sensegrep. It costs 1,172 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for sensegrep, a TypeScript and Node.js monorepo—a single code repository containing several related packages. They describe the project structure and the commands used to build, check, test, and run its command-line tools.

In plain words
What is it for?
Use them when developing sensegrep, especially when building packages, running type checks or Vitest tests, checking versions, or working on its CLI, MCP server, or VS Code extension.
Why use it?
They give coding agents the repository’s working rules and prevent them from assuming it uses Docker or a long-running web server. They also identify which package commands and checks are expected.

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/stahldavid/sensegrep/agents-md
Clone the repo
git clone --depth 1 https://github.com/Stahldavid/sensegrep

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 sensegrep AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/stahldavid/sensegrep/agents-md.svg)](https://agentmods.dev/instructions/stahldavid/sensegrep/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/stahldavid/sensegrep/agents-md"><img src="https://agentmods.dev/badge/instructions/stahldavid/sensegrep/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,172 This file is loaded in full into every session.
When invoked 1,172 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.01172 $0.01172
Opus 5 $0.00586 $0.00586
Sonnet 5 $0.00234 $0.00234
Haiku 4.5 $0.00117 $0.00117

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

Security

Grade A, and why

sensegrep 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 · 92 lines

How it starts

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

AGENTS.md

Cursor Cloud specific instructions

What this repo is

sensegrep is an npm workspaces monorepo (TypeScript, Node >=20). There are no Docker services or long-running HTTP servers. Development centers on building packages and running Node CLIs:

Package Role After npm run build
packages/core Search engine (@sensegrep/core) packages/core/dist/
packages/cli CLI (sensegrep) node packages/cli/dist/main.js
packages/mcp stdio MCP server node packages/mcp/dist/server.js
packages/vscode VS Code/Cursor extension npm run dev --workspace sensegrep (esbuild watch)

The demo/ folder is a separate Remotion project (not in workspaces); only needed for marketing video scripts.

Standard commands (see also CONTRIBUTING.md)

  • Install: npm ci (CI uses lockfile; npm install also works)
  • Build: npm run build (node build.js — core → cli → mcp)
  • Typecheck: npm run check (runs precheck → build, then workspace tsc)
  • Tests: npm test (Vitest; no API keys required)
  • Version consistency: npm run version:check

Root npm run dev is a placeholder; use package-specific commands above.

Lint / format

There is no ESLint/Prettier at the repo root. “Lint” for this repo means npm run check (TypeScript --noEmit per workspace).

Semantic index and search (remote embeddings)

Indexing and semantic search use remote embeddings only. CI does not configure providers.

Recommended: Cohere via Amazon Bedrock (Bedrock API key)

Default model: cohere.embed-v4:0 (1536-dim). Global inference ID: global.cohere.embed-v4:0 via embedModel in config.

Authentication is either:

  1. Bedrock API key (prefix ABSK…) in apiKey — bearer token, not AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY, or
  2. IAM via the AWS SDK default chain (no apiKey in config).

Canonical config file~/.config/sensegrep/config.json:

Read the full file on GitHub · 92 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. 3d ago First seen · 92 lines · 1,172 tokens per session scan A 7a80c7c439bd

Subscribe to this mod's changes

sensegrep AGENTS.md is an instructions file published in the GitHub repository Stahldavid/sensegrep (1 stars, last pushed 18d ago), licensed Apache-2.0. It adds 1,172 tokens to every session, about $0.0059 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.