rosetta query-core-not-adapter.instructions.md

rosetta query-core-not-adapter.instructions.md is an instructions file for GitHub Copilot from tikoci/rosetta. It costs 152 tokens per session, scanned A, original, MIT.

A rule for placing shared search and retrieval behavior in the common query code. MCP and browse are two interfaces that should receive the same underlying results.

In plain words
What is it for?
Use it when deciding whether a query heuristic belongs in src/query.ts, mcp.ts, browse.ts, or a shared helper.
Why use it?
It prevents one interface from gaining a heuristic that the others do not have. It also keeps adapters focused on transport, formatting, and user-interface details.

Instructions file for GitHub Copilot

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/tikoci/rosetta/query-core-not-adapter
Clone the repo
git clone --depth 1 https://github.com/tikoci/rosetta

Made for: GitHub Copilot.

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 rosetta query-core-not-adapter.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tikoci/rosetta/query-core-not-adapter.svg)](https://agentmods.dev/instructions/tikoci/rosetta/query-core-not-adapter)
Your own site
<a href="https://agentmods.dev/instructions/tikoci/rosetta/query-core-not-adapter"><img src="https://agentmods.dev/badge/instructions/tikoci/rosetta/query-core-not-adapter.svg" alt="Measured on agentmods" height="20"></a>
Per session 152 This file is loaded in full into every session.
When invoked 152 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.00152 $0.00152
Opus 5 $0.00076 $0.00076
Sonnet 5 $0.00030 $0.00030
Haiku 4.5 $0.00015 $0.00015

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

Security

Grade A, and why

rosetta query-core-not-adapter.instructions.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 4d 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.

.github/instructions/query-core-not-adapter.instructions.md · 12 lines

What it actually says

Query core, not adapter

Default to landing behavior in shared query logic.

  • If a heuristic can help both MCP and browse, put it in src/query.ts (or a shared pure helper), not only in mcp.ts or browse.ts.
  • Treat MCP-only or TUI-only heuristics as a smell unless the surface truly has unique needs.
  • Keep adapters thin: formatting, transport wiring, and UI affordances belong there; retrieval logic usually does not.
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. 4d ago First seen · 12 lines · 152 tokens per session scan A 22eec2f2bb58

Subscribe to this mod's changes

rosetta query-core-not-adapter.instructions.md is an instructions file published in the GitHub repository tikoci/rosetta (43 stars, last pushed 18d ago), licensed MIT. It adds 152 tokens to every session, about $0.0008 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.

Related

Other instructions, from other repositories

bun-mcp copilot-instructions.md

Copilot instructions for TomasHubelbauer/bun-mcp, covering github copilot instructions for the bun-mcp repository and formatting.

TomasHubelbauer/bun-mcp · 253 tokens

mcp-server-azure-devops AGENTS.md

Instructions for Tiberriver256/mcp-server-azure-devops: /home/tiberriver256/repos/mcp-server-azure-devops/docs/important-knowledge/azure-devops-rest-api-research.md Researching Azure DevOps REST APIs, selecting api-version, or handling Azure DevOps Server (on-prem) endpoints.

Tiberriver256/mcp-server-azure-devops · 178 tokens

rosetta AGENTS.md

AGENTS.md instructions for griddynamics/rosetta: Main goal: cover E2E AI PDLC engineering workflows at foundation level for AI-First SDLC in enterprise. Top-level or orchestrator agents MUST READ docs/ARCHITECTURE.md contains technical details and guidance, and docs/CONTEXT.md - business context. Subagents - when…

griddynamics/rosetta · 270 tokens

calc-mcp CLAUDE.md

Instructions for coo-quack/calc-mcp, covering project rules, tech stack, commands, project structure and tool architecture.

coo-quack/calc-mcp · 1,417 tokens

mcp-security-scanner CLAUDE.md

Instructions for badchars/mcp-security-scanner, covering mcp-security-scanner — mcp security scanner, architecture, key rules, tool categories (43 tools) and commands.

badchars/mcp-security-scanner · 442 tokens

relay AGENTS.md

Instructions for ImBIOS/relay, covering agents.md — relay, project overview, tech stack, architecture and support policy.

ImBIOS/relay · 1,340 tokens