emacs-editor-context

emacs-editor-context is a cursor rule for Cursor from briangmilnes/APAS-VERUS. It costs 254 tokens per session, scanned A, original, MIT.

A rule set for working with a developer who edits files in Emacs, a text editor. It requires reading the current file before editing and taking care not to replace changes made during the conversation.

In plain words
What is it for?
Reading files before changes, checking for edits made in parallel, and adapting proposed edits to the current on-disk version.
Why use it?
It reduces the chance of editing an outdated copy and overwriting the developer's latest work.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Reading files before changes, checking for edits made in parallel, and adapting…

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/briangmilnes/apas-verus/emacs-editor-context
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.

Clone the repo
git clone --depth 1 https://github.com/briangmilnes/APAS-VERUS

Made for: Cursor.

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 emacs-editor-context

README.md
[![agentmods](https://agentmods.dev/badge/rules/briangmilnes/apas-verus/emacs-editor-context.svg)](https://agentmods.dev/rules/briangmilnes/apas-verus/emacs-editor-context)
Your own site
<a href="https://agentmods.dev/rules/briangmilnes/apas-verus/emacs-editor-context"><img src="https://agentmods.dev/badge/rules/briangmilnes/apas-verus/emacs-editor-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 254 This file is loaded in full into every session.
When invoked 254 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00254 $0.00254
Opus 5 $0.00127 $0.00127
Sonnet 5 $0.00051 $0.00051
Haiku 4.5 $0.00025 $0.00025

Measured 6d ago against content hash 6a32ff8b397b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

emacs-editor-context 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 6d 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.

.cursor/rules/interaction/emacs-editor-context.mdc · 28 lines

What it actually says

Emacs Editor and File Context

User Edits in Emacs

The user has been using Emacs for 50+ years and will edit files in Emacs, not in Cursor. Assume the user is actively editing in Emacs during the conversation.

Read Before Editing

  • Always read the current file before making edits, especially when discussing a specific file or when the user has had time to make changes.
  • Do not rely on stale context from earlier in the conversation. The on-disk state may have changed.
  • Use the Read tool to get the latest contents before applying search_replace or write.

Avoid Overwriting User Changes

  • Do not overwrite changes the user has made in Emacs.
  • If the user has modified a file since your last read, your edit could clobber their work.
  • When in doubt, read the file first. If your proposed edit conflicts with recent user edits, ask or adjust.

Interaction

  • Treat the conversation as collaborative: the user may be editing in parallel.
  • Propose edits that fit the current state of the file, not an outdated view.
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. 6d ago First seen · 28 lines · 254 tokens per session scan A 6a32ff8b397b

Subscribe to this mod's changes

emacs-editor-context is a cursor rule published in the GitHub repository briangmilnes/APAS-VERUS (10 stars, last pushed 1mo ago), licensed MIT. It adds 254 tokens to every session, about $0.0013 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.