hivemind copilot-instructions.md

hivemind copilot-instructions.md is an instructions file for GitHub Copilot from hiveforge-sh/hivemind. It costs 2,081 tokens per session, scanned A, original, MIT.

A project instruction file for Hivemind, a TypeScript server that gives AI tools structured access to Obsidian vaults. It records commands for building, testing, linting, and starting the server.

In plain words
What is it for?
Use it when developing Hivemind, including running its build, test, coverage, lint, development, or server commands.
Why use it?
It gives contributors and coding agents a shared reference for how to work on the project and verify changes.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hiveforge-sh/hivemind/copilot-instructions.svg)](https://agentmods.dev/instructions/hiveforge-sh/hivemind/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/hiveforge-sh/hivemind/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/hiveforge-sh/hivemind/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,081 This file is loaded in full into every session.
When invoked 2,081 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.02081 $0.02081
Opus 5 $0.01040 $0.01040
Sonnet 5 $0.00416 $0.00416
Haiku 4.5 $0.00208 $0.00208

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

Security

Grade A, and why

hivemind 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 3d 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 · 240 lines

How it starts

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

Hivemind Copilot Instructions

This is a TypeScript MCP (Model Context Protocol) server for Obsidian vaults. It provides AI tools with structured access to worldbuilding and knowledge management vaults.

Build, Test, and Lint Commands

# Build
npm run build           # Compile TypeScript to dist/

# Development
npm run dev             # Watch mode - auto-rebuild on changes

# Testing
npm test                # Run full test suite
npm run test:watch      # Run tests in watch mode
npm run test:ui         # Run tests with UI
npm run test:coverage   # Run tests with coverage report

# To run a single test file:
npx vitest run tests/path/to/test.test.ts

# To run tests matching a pattern:
npx vitest run -t "test name pattern"

# Linting
npm run lint            # ESLint check (src/ only, excludes tests/)

# Start server
npm start               # Run the MCP server with config.json

Coverage thresholds (defined in vitest.config.ts):

  • Branches: 30%
  • Functions: 55%
  • Lines: 40%
  • Statements: 40%

Architecture Overview

Core Components

MCP Server (src/server.ts, src/index.ts)

  • Implements Model Context Protocol for AI tool integration
  • Dynamically generates MCP tools based on loaded templates
  • Supports both stdio and SSE transport modes
  • Main entry point: HivemindServer class

Template System (src/templates/)

  • Built-in templates: worldbuilding, research, people-management (in builtin/)
  • Community templates: Loaded from community/ directory (planned)
  • Template detection: Automatically detects which template a vault uses via detector.ts
  • Schema factory: schema-factory.ts creates Zod schemas dynamically from template configs
  • Registry: Central registry (registry.ts) holds active template and entity type configs

Templates define:

  • Entity types (e.g., character, location, event, faction)
  • Fields and validation rules for each type
  • Relationships between entity types

Vault Processing (src/vault/)

  • reader.ts: Parses Obsidian markdown files with YAML frontmatter
  • watcher.ts: Watches vault for file changes using chokidar
  • Extracts wikilinks ([[Note Title]]) for relationship building

Read the full file on GitHub · 240 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. 3d ago First seen · 240 lines · 2,081 tokens per session scan A c64fcd0787e7

Subscribe to this mod's changes

hivemind copilot-instructions.md is an instructions file published in the GitHub repository hiveforge-sh/hivemind (9 stars, last pushed 10d ago), licensed MIT. It adds 2,081 tokens to every session, about $0.0104 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.