revogrid AGENTS.md

revogrid AGENTS.md is an instructions file for Codex, OpenCode from revolist/revogrid. It costs 756 tokens per session, scanned A, original, MIT.

Project instructions for developing RevoGrid, a web component for displaying and editing data in grids or tables.

In plain words
What is it for?
They are for answering RevoGrid questions and implementing features while checking API names, event shapes, version differences, and licensing limits.
Why use it?
They reduce incorrect suggestions by directing agents to the project's source, types, examples, tests, and available documentation before changing code.

Instructions file for CodexOpenCode

About the project

RevoGrid is a customizable virtual data table component designed for spreadsheet-like interfaces and large data sets. Developers use it to build grid-based web interfaces with behavior associated with tools such as Excel.

revolist/revogrid · 3,440 stars · on GitHub

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/revolist/revogrid/agents-md.svg)](https://agentmods.dev/instructions/revolist/revogrid/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/revolist/revogrid/agents-md"><img src="https://agentmods.dev/badge/instructions/revolist/revogrid/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 756 This file is loaded in full into every session.
When invoked 756 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.00756 $0.00756
Opus 5 $0.00378 $0.00378
Sonnet 5 $0.00151 $0.00151
Haiku 4.5 $0.00076 $0.00076

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

Security

Grade A, and why

revogrid 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 5d 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 · 67 lines

How it starts

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

RevoGrid Agent Instructions

These rules are for AI coding agents working in the RevoGrid repository.

Source of truth

Use this order when answering questions or making changes:

  1. RevoGrid source in src/
  2. RevoGrid types in src/types/interfaces.ts, src/types/dimension.ts, src/types/selection.ts, and src/types/plugin.types.ts
  3. Existing docs and demos in docs/
  4. Existing tests in e2e/ and test/

Do not invent RevoGrid APIs, events, props, plugin hooks, or Pro features.

Use RevoGrid MCP first when available

Use the hosted RevoGrid MCP endpoint:

https://mcp.rv-grid.com

If the MCP server is available in the client:

  1. search RevoGrid MCP before writing code
  2. prefer runnable examples over speculative code
  3. check feature availability before suggesting Pro-only capabilities
  4. use migration notes when changing version-specific code
  5. use TypeScript symbols from MCP results to validate naming and payload shape

If MCP and source disagree, trust the local source code in this repository.

How to reason about RevoGrid

  • Treat TypeScript types as instruction-bearing API documentation.
  • Prefer existing public examples and wrapper demos before creating new patterns.
  • Preserve framework-specific conventions in React, Vue, Angular, and Svelte examples.
  • Keep business logic out of render templates when a grid event, plugin, or typed config is the better fit.
  • When the request mentions performance, think about virtualization, viewport math, and render churn before adding convenience abstractions.

Feature and licensing rules

  • Distinguish Core vs Pro features before suggesting an implementation.
  • Do not present Pro-only features as available in open-source RevoGrid.
  • If a requested feature is Pro-only, say so clearly and offer the closest public fallback when possible.

Testing expectations

When behavior changes affect rendering, editing, selection, filtering, sorting, grouping, pinning, virtualization, export, or keyboard and mouse interaction, use the existing RevoGrid end-to-end suite.

Read the full file on GitHub · 67 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. 5d ago First seen · 67 lines · 756 tokens per session scan A 143f36f4efd6

Subscribe to this mod's changes

revogrid AGENTS.md is an instructions file published in the GitHub repository revolist/revogrid (3,440 stars, last pushed today), licensed MIT. It adds 756 tokens to every session, about $0.0038 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.