agentweaver copilot-instructions.md

A set of instructions for AI agents contributing to Agentweaver, a software project built with a named team of AI agents. It points agents to the documents that explain contributions, product requirements, releases, and testing.

In plain words
What is it for?
Use it when an AI agent is reading, changing, testing, documenting, or releasing Agentweaver code.
Why use it?
It helps an unfamiliar agent follow the project's required path from issue to code review and avoids inventing commands or release procedures.

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

Made for: GitHub Copilot.

Per session 348 This file is loaded in full into every session.
When invoked 348 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.00348 $0.00348
Opus 5 $0.00174 $0.00174
Sonnet 5 $0.00070 $0.00070
Haiku 4.5 $0.00035 $0.00035

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

Security

Grade A, and why

agentweaver 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 2d 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/copilot-instructions.md · 22 lines

What it actually says

Copilot instructions — Agentweaver

You are working in Agentweaver, a repo developed with Squad (a named AI agent team) that welcomes contributions from AI agents, including GitHub's @copilot. If you are an AI agent landing here cold, read these entry points before making changes:

  • CONTRIBUTING.md → "AI agent contributions" — THE canonical process entry point. Covers the issue-driven lifecycle (issue → branch → PR → review → merge), the reviewer-rejection protocol, rubber-ducking, the decisions inbox, and docs-as-you-go. Read this first. Its "Testing" section has the exact build/test commands per area — use those, don't invent your own. Its "Branch Topology" section is the canonical policy for the active dev → release → main model and future maintenance/queue growth.
  • AGENTS.md — short cross-tool orientation for AI agents (points back to the docs below).
  • specs/README.md — the current product-spec index (area-grouped product stories). Read this when you need product or feature context.
  • RELEASING.md — anything release/versioning/branching related (semver, cutting a release, deploy vs. upgrade vs. release).

Keep documentation part of the definition of done: update docs/guide/ and/or README.md in the same change when user-facing behavior changes.

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. 2d ago First seen · 22 lines · 348 tokens per session scan A 35d446cf8c2e

Subscribe to this mod's changes

agentweaver copilot-instructions.md is an instructions file published in the GitHub repository sabbour/agentweaver (5 stars, last pushed 2d ago), licensed MIT. It adds 348 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