blade-code AGENTS.md

blade-code AGENTS.md is an instructions file for Codex, OpenCode from echoVic/blade-code. It costs 1,038 tokens per session, scanned A, original, MIT.

Project instructions for Blade Code, an AI coding assistant built with TypeScript, React, and a command-line interface. They describe the repository layout and its development commands.

In plain words
What is it for?
Use them when developing, building, testing, linting, or type-checking the Blade Code project and its web interface.
Why use it?
They give an agent the project-specific context needed to make compatible changes and run the expected checks.

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/echovic/blade-code/agents-md
Clone the repo
git clone --depth 1 https://github.com/echoVic/blade-code

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 blade-code AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/echovic/blade-code/agents-md.svg)](https://agentmods.dev/instructions/echovic/blade-code/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/echovic/blade-code/agents-md"><img src="https://agentmods.dev/badge/instructions/echovic/blade-code/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,038 This file is loaded in full into every session.
When invoked 1,038 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.01038 $0.01038
Opus 5 $0.00519 $0.00519
Sonnet 5 $0.00208 $0.00208
Haiku 4.5 $0.00104 $0.00104

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

Security

Grade A, and why

blade-code 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 yesterday.

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 · 106 lines

How it starts

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

AGENTS.md

Always respond in Chinese.

Project Overview

Blade Code is a modern AI-powered coding assistant with CLI + Web UI, built with React + Ink (CLI) and React + Vite (Web), using TypeScript.

Quick Commands

# Development
bun run dev           # Start CLI dev mode (watch)
bun run dev:web       # Start CLI + Web server
bun run build         # Build CLI

# Running
blade                 # Start interactive CLI
blade web             # Start Web UI (opens browser)
blade serve           # Start headless server

# Testing & Quality
bun run test:all      # Run all tests
bun run lint          # Run linter
bun run type-check    # TypeScript type checking

Architecture

Monorepo Structure

Blade/
├── packages/
│   ├── cli/            # blade-code - CLI core (npm package)
│   │   └── src/
│   │       ├── agent/          # Stateless Agent core
│   │       ├── tools/          # Tool system (builtin, execution, registry)
│   │       ├── server/         # Web server (Hono)
│   │       ├── mcp/            # MCP protocol support
│   │       ├── context/        # Context management
│   │       ├── config/         # Configuration management
│   │       ├── ui/             # Terminal UI (React + Ink)
│   │       ├── store/          # State management (Zustand)
│   │       ├── services/       # Service layer (Chat, Session, etc.)
│   │       ├── services/pi/    # pi-ai runtime adapter
│   │       ├── schema/         # TypeBox runtime wrapper
│   │       ├── commands/       # CLI subcommands (serve, web, mcp, etc.)
│   │       ├── prompts/        # Prompt templates
│   │       ├── slash-commands/ # Slash commands
│   │       ├── skills/         # Skills system
│   │       ├── hooks/          # Hooks system
│   │       └── blade.tsx       # Entry point
│   └── vscode/         # blade-vscode - VSCode extension
├── docs/               # User documentation (Docsify)
└── .blade/             # Project-level config

Key Design Principles

  1. Stateless Agent: Agent doesn't store session state; all state passed via context
  2. Tool System: Unified tool registration, execution, and validation with TypeBox schemas
  3. Permission Control: Three-level permission system (allow/ask/deny)
  4. Session Management: Multi-session support with resume and fork capabilities
  5. pi-ai Runtime: Single LLM abstraction layer; model metadata from catalog, not hardcoded

Read the full file on GitHub · 106 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. yesterday First seen · 106 lines · 1,038 tokens per session scan A e27d17cd98ae

Subscribe to this mod's changes

blade-code AGENTS.md is an instructions file published in the GitHub repository echoVic/blade-code (178 stars, last pushed today), licensed MIT. It adds 1,038 tokens to every session, about $0.0052 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-09-03.