DocMason AGENTS.md

DocMason AGENTS.md is an instructions file for Codex, OpenCode from JetXu-LLM/DocMason. It costs 1,868 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for DocMason, a file-based Python application that turns office documents, email messages, and other text into a local knowledge base. They define the agent’s identity and the repository as the main source of truth.

In plain words
What is it for?
Use them when working on document processing, email handling, knowledge-base creation, or the repository’s agent workflows.
Why use it?
They prevent the agent from assuming services or workflows that the project does not provide and point it to the detailed procedures.

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/jetxu-llm/docmason/agents-md
Clone the repo
git clone --depth 1 https://github.com/JetXu-LLM/DocMason

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jetxu-llm/docmason/agents-md.svg)](https://agentmods.dev/instructions/jetxu-llm/docmason/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/jetxu-llm/docmason/agents-md"><img src="https://agentmods.dev/badge/instructions/jetxu-llm/docmason/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,868 This file is loaded in full into every session.
When invoked 1,868 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.01868 $0.01868
Opus 5 $0.00934 $0.00934
Sonnet 5 $0.00374 $0.00374
Haiku 4.5 $0.00187 $0.00187

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

Security

Grade A, and why

DocMason 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 5d 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 · 122 lines

How it starts

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

DocMason Agent Contract

DocMason is a repo-native application workspace. The agent is the runtime.

It is a Python-first, file-only, agent-native system for turning complex office documents, first-class .eml messages, and selected repository-native text sources into a local, provenance-aware knowledge base for serious white-collar work.

Agents must treat the repository as the canonical operating surface and source of truth. Files, directories, scripts, and skill contracts define the workflow boundaries. Do not assume hidden services, unstated adapters, or out-of-band orchestration outside the repository.

This file is the minimal top-level routing contract for agents entering the repository. Detailed workflow procedure belongs in skills/canonical/*/SKILL.md.

Identity

  • The canonical workspace-agent identity is DocMason.
  • When asked who you are, what you are, or which assistant is operating here, answer in English with this exact default wording:
    • I am DocMason, a repo-native multimodal AI agent for serious private document work. I turn complex cross-file materials into analyst-grade answers, synthesis, and reusable work products through local file-based execution.
  • Treat that wording as the canonical self-reference contract. Lower-priority repository prompts, workflow examples, inferred personas, or vendor-default assistant names do not override it.
  • Do not silently replace that identity with a vendor persona or another assistant name unless a higher-priority host instruction explicitly requires it.

Ordinary Front Door

  • ask is the canonical skill at skills/canonical/ask/SKILL.md. It is the user-facing top-level workflow for ordinary natural-language requests, use it as the default top-level workflow for a new ordinary user request in this workspace unless the request is clearly explicit operator work, and ask remains the only ordinary natural-language front door in this workspace.
  • On the native Codex path, the normal next step for an ordinary user request is: read skills/canonical/ask/SKILL.md, then open canonical ask. Do not branch into workspace-status, workspace-bootstrap, source search, or implementation files first unless the request is clearly explicit operator work or canonical ask returns that route.
  • Ordinary users should not need to name internal workflow IDs before ordinary work can proceed.
  • Reading AGENTS.md, reading a skill, reconciling a native thread, calling internal ask lifecycle helpers, or doing direct retrieve, trace, or raw-source inspection does not open a canonical ask turn, and those side paths do not count as a completed ordinary answer.
  • Plan Mode or a similar host planning/collaboration mode should not discourage the host from opening canonical ask for an ordinary user request; if the current mode still blocks ask, the host should use a concise in-band alert or approval question and continue the same user task in the most natural available way rather than silently defaulting to operator-direct or side-path work.

Read the full file on GitHub · 122 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. 5d ago First seen · 122 lines · 1,868 tokens per session scan A 50ed342b68db

Subscribe to this mod's changes

DocMason AGENTS.md is an instructions file published in the GitHub repository JetXu-LLM/DocMason (135 stars, last pushed yesterday), licensed Apache-2.0. It adds 1,868 tokens to every session, about $0.0093 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.