nsforge-mcp AGENTS.md

nsforge-mcp AGENTS.md is an instructions file for Codex, OpenCode from u9401066/nsforge-mcp. It costs 836 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for working on NSForge, an MCP server that turns concepts into traceable symbols, derivations, algorithms, and code. They define the project's working style and verification command.

In plain words
What is it for?
Use them when modifying the NSForge repository, especially when generating mathematical or code results, adding regression tests, or running its verification checks.
Why use it?
They give coding agents a shared standard for provenance, deterministic tool use, language, tests, and checking that changes preserve the green baseline.

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/u9401066/nsforge-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/u9401066/nsforge-mcp

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 nsforge-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/u9401066/nsforge-mcp/agents-md.svg)](https://agentmods.dev/instructions/u9401066/nsforge-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/u9401066/nsforge-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/u9401066/nsforge-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 836 This file is loaded in full into every session.
When invoked 836 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.00836 $0.00836
Opus 5 $0.00418 $0.00418
Sonnet 5 $0.00167 $0.00167
Haiku 4.5 $0.00084 $0.00084

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

Security

Grade A, and why

nsforge-mcp 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 · 77 lines

How it starts

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

NSForge Agent Harness

Workspace instructions for autonomous agents (Copilot, Cline, Codex, OpenHands, Hermes, …) working in the Neurosymbolic Forge (NSForge) repository.

Goal

Help build and operate NSForge — an MCP server that turns concepts into verifiable, traceable entities (symbols → derivations → algorithms). The AI orchestrates; deterministic tools reify. See docs/reification-ladder-direction.md for the north star.

North Star

Every symbol / equation / value / line of code in a final result must have a tool call as its "birth certificate" (provenance). The AI must not hand-derive any of them.

Success = the amount the AI computes by hand approaches zero.

Working Style

  • Use Traditional Chinese unless the user asks otherwise.
  • Prefer exact file paths, command output summaries, and verification results.
  • Offload mechanical/deterministic steps (symbolic calculation, simplification, code generation) to tools — do not hand-derive formulas.
  • When changing behavior, add a focused regression test under tests/.

Ground Truth: one command

Before and after changes, verify against the green baseline:

python scripts/check.py            # all gates
python scripts/check.py --json     # machine-readable summary (for agents)
python scripts/check.py --gates lint,type,test   # subset

Gates: 12 total — lint, format, type, import, manifest, mcp, test, bench, generic, provenance, harness, diff. Exit code 0 = green. (bench = derivation-correctness of benchmarks/*.json through the L3 orchestrator; generic = arbitrary unseen compositions derive correctly, proving NSForge is a derivation calculus, not a hand-built formula library; provenance = every benchmark derivation carries a complete tool-provenance ledger, no hand-derived leaks; mcp = MCP 2.1.1 discovery, schemas, metadata, payloads, resources, prompts, and legacy-client compatibility stay green; harness = the harness self-checks its own invariants — package version parity, self-describing tools, and gate/doc parity — so agents can trust the signal.)

Read the full file on GitHub · 77 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 · 77 lines · 836 tokens per session scan A 983d9dc62f09

Subscribe to this mod's changes

nsforge-mcp AGENTS.md is an instructions file published in the GitHub repository u9401066/nsforge-mcp (4 stars, last pushed 4d ago), licensed Apache-2.0. It adds 836 tokens to every session, about $0.0042 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.