statewave-connectors copilot-instructions.md

statewave-connectors copilot-instructions.md is an instructions file for GitHub Copilot from smaramwbc/statewave-connectors. It costs 340 tokens per session, scanned A, original, Apache-2.0.

Project-memory instructions for the Statewave codebase. They tell an agent to read stored project context before answering questions about the project and save durable decisions or facts.

In plain words
What is it for?
They are for retrieving project summaries, architecture, history, and remembered facts, then recording stable information for later sessions.
Why use it?
They reduce repeated investigation and help keep answers consistent with the project's earlier decisions and conventions.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file.

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/smaramwbc/statewave-connectors/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/smaramwbc/statewave-connectors

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 statewave-connectors copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/smaramwbc/statewave-connectors/copilot-instructions.svg)](https://agentmods.dev/instructions/smaramwbc/statewave-connectors/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/smaramwbc/statewave-connectors/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/smaramwbc/statewave-connectors/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 340 This file is loaded in full into every session.
When invoked 340 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.1 $0.00340 $0.00340
Opus 5 $0.00170 $0.00170
Sonnet 5 $0.00068 $0.00068
Haiku 4.5 $0.00034 $0.00034

Measured 5d ago against content hash 6451717b89dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

statewave-connectors copilot-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 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.

packages/vscode-extension/.github/copilot-instructions.md · 18 lines

What it actually says

Statewave project memory

This workspace has a Statewave “project brain” exposed over MCP (server id: statewave). It holds this project's summary, conventions, documentation, git history, code structure and remembered facts, scoped to subject workspace:statewave.

Read it first

Before answering questions about THIS project — conventions, architecture, history, structure, prior decisions, “how/why does X work”, “what changed” — call the statewave_get_context MCP tool (subject workspace:statewave, query = the user's ask) and ground your answer in what it returns. Prefer it over guessing or re-deriving from scratch.

Persist durable facts

When the user states a durable preference, decision, or fact worth remembering across sessions (e.g. “my favorite color is red”, “we use X for Y”, “always do Z here”), call the statewave_ingest_episode MCP tool (subject workspace:statewave, kind chat.note, text = the fact). Capture stable facts/preferences/decisions only — not transient chatter, and not code you are about to write. The user sees and can approve each tool call.

Immediately after a successful statewave_ingest_episode, call the statewave_compile_subject MCP tool (subject workspace:statewave). An ingested episode is raw and not yet retrievable; compiling distils it into the durable memory that statewave_get_context returns next time.

Never invent Statewave results; if the tool is unavailable, say so plainly.

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 · 18 lines · 340 tokens per session scan A 6451717b89dd

Subscribe to this mod's changes

statewave-connectors copilot-instructions.md is an instructions file published in the GitHub repository smaramwbc/statewave-connectors (3 stars, last pushed 5d ago), licensed Apache-2.0. It adds 340 tokens to every session, about $0.0017 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.

Related

Other instructions, from other repositories

statewave-web copilot-instructions.md

Copilot instructions for smaramwbc/statewave-web, covering copilot / ai agent instructions for statewave-web, heading anchors (mandatory for all section titles), why, rules and when not to use.

smaramwbc/statewave-web · 1,519 tokens

statewave-web AGENTS.md

AGENTS.md instructions for smaramwbc/statewave-web: Statewave memory — MCP server statewave, subject repo:smaramwbc.statewave-web. Before answering questions about this project, call statewavegetcontext (that subject, query = the ask) and ground your answer in it. When the user states a durable fact or decision, call…

smaramwbc/statewave-web · 114 tokens

aeon CLAUDE.md

Claude Code instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).

aeonfun/aeon · 3,720 tokens

cognirepo CLAUDE.md

Claude Code instructions for ashlesh-t/cognirepo, covering claude.md, key rules, session start sequence (run in this order), behavioral confirmation rule and personas (cognirepo-402, cognirepo-403).

ashlesh-t/cognirepo · 2,241 tokens

wayland-core copilot-instructions.md

Copilot instructions for FerroxLabs/wayland-core, covering ijfw rules, output discipline, memory routing, context discipline and cross-audit.

FerroxLabs/wayland-core · 823 tokens

mcp-structured-memory CLAUDE.md

Claude Code instructions for nmeierpolys/mcp-structured-memory, a project described as: Structured Memory MCP Server.

nmeierpolys/mcp-structured-memory · 160 tokens