BannerlordSage AGENTS.md

BannerlordSage AGENTS.md is an instructions file for Codex, OpenCode from hby7921/BannerlordSage. It costs 1,309 tokens per session, scanned A, original, MIT.

A set of instructions for working on BannerlordSage, a Windows tool that examines local files from Mount & Blade II: Bannerlord and makes them searchable for coding agents.

In plain words
What is it for?
Use it when installing, configuring, checking, or running BannerlordSage, or when working with its game data, database indexes, and mod source code.
Why use it?
It explains the repository's requirements and limits, such as needing a real local game installation and keeping extracted game data and local secrets out of version control.

Instructions file for CodexOpenCode

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/hby7921/bannerlordsage/agents-md
Clone the repo
git clone --depth 1 https://github.com/hby7921/BannerlordSage

Made for: Codex, OpenCode.

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 BannerlordSage AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hby7921/bannerlordsage/agents-md.svg)](https://agentmods.dev/instructions/hby7921/bannerlordsage/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/hby7921/bannerlordsage/agents-md"><img src="https://agentmods.dev/badge/instructions/hby7921/bannerlordsage/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,309 This file is loaded in full into every session.
When invoked 1,309 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.01309 $0.01309
Opus 5 $0.00655 $0.00655
Sonnet 5 $0.00262 $0.00262
Haiku 4.5 $0.00131 $0.00131

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

Security

Grade A, and why

BannerlordSage AGENTS.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.

AGENTS.md · 170 lines

How it starts

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

BannerlordSage Agent Guide

This repository is a Windows-first MCP server for Mount & Blade II: Bannerlord.

Use this file when an AI coding agent is asked to inspect, install, configure, verify, or run this repo.

Primary Goal

Help the user get BannerlordSage installed and running against a local Bannerlord installation.

What This Repo Does

  • imports Bannerlord XML from a local game install
  • decompiles official Bannerlord DLLs
  • builds SQLite indexes
  • exposes MCP tools for Bannerlord querying, modding, and reverse engineering
  • can also index and read the user's own local mod source workspace

Important Constraints

  • This repo does not include Bannerlord assets
  • The user must have a legitimate local Bannerlord installation
  • Commands that use --game-dir require the user's real local path
  • Never invent a game path; ask for it or discover it from local context
  • Do not commit dist/, extracted game assets, SQLite databases, or local secrets

First Files To Read

When you first open this repo, read these files before making assumptions:

  1. README.md
  2. package.json
  3. src/server.ts
  4. src/entrypoints/bannerlord-stdio.ts
  5. src/entrypoints/bannerlord-full-stdio.ts
  6. src/entrypoints/bannerlord-setup.ts

Standard Human Install Flow

If the user wants a normal install, use this order:

  1. Install prerequisites:
    • Bun
    • ripgrep
    • .NET SDK 8+
    • ILSpyCmd
  2. Install repo dependencies:
    • bun install
  3. Run Bannerlord setup:
    • bun run setup:bannerlord -- --game-dir "<BANNERLORD_GAME_DIR>"
    • setup indexes local decompiled source/XML plus public official/community docs and official API search data by default; use --skip-docs only for offline setup
  4. Start the MCP server:
    • bun run start:bannerlord

If the user needs the authoring helpers too:

  • bun run start:bannerlord:full

MCP Client Config

Recommended MCP entry:

[mcp_servers.bannerlordsage]
command = "bun"
args = ["run", "src/entrypoints/bannerlord-stdio.ts"]
cwd = "<REPO_DIR>"
enabled = true

Read the full file on GitHub · 170 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. 4d ago First seen · 170 lines · 1,309 tokens per session scan A bb94830c4a0e

Subscribe to this mod's changes

BannerlordSage AGENTS.md is an instructions file published in the GitHub repository hby7921/BannerlordSage (14 stars, last pushed 2mo ago), licensed MIT. It adds 1,309 tokens to every session, about $0.0065 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.