Home / docxology / template · infrastructure/formal_contracts/AGENTS.md · GitHub

AGENTS.md@infrastructure/formal_contracts agentsA

AGENTS.md@infrastructure/formal_contracts is agent-read markdown (agents) from docxology/template.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# infrastructure/formal_contracts — Agent Notes

## Purpose

Typed, machine-checkable contract layer for manuscripts ("well-typed
research", GOAL C seed). Frozen dataclass blocks; monoidal composition
into a `Manuscript`; fail-closed `check_manuscript` enforcing evidence
tiers, formal resolvability, acyclicity, and no orphans.

> **Honesty note.** The structure is a preorder-enriched graph with
> monoidal (disjoint-union) composition. It is NOT a topos or a full
> categorical structure; do not overclaim in docs or manuscripts.

## Public API

- `compose(blocks) -> Manuscript` — validates unique ids, resolvable
  edges/children, acyclicity (cycle path in message), raises
  `CompositionError` with `Diagnostic` list.
- `check_manuscript(manuscript) -> Report` — fail-closed: claims need
  supporting evidence of declared tier (`UNSUPPORTED_CLAIM`,
  `INSUFFICIENT_TIER`); formal statements must resolve (`DANGLING_REF`);
  blocks must be reachable from a section (`ORPHAN_BLOCK`).
- `compose_manuscripts(*parts)` / `EMPTY_MANUSCRIPT` — monoid operations.
- `read_blocks(markdown_text)` — reader for `::: {.claim #id}` /
  `.definition` / `.evidence` / `.figure` / `.table` / `.dataset` divs
…

Read the whole file at its exact version.

How to install

Latest version
mdr add docxology/template/infrastructure/formal_contracts/AGENTS.md@git:20260922.c5ceec6
Exact content
mdr add docxology/template/infrastructure/formal_contracts/AGENTS.md@sha256:c07c0cc0bbfc90ba

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_wqtv5zg77mamyol2.svg)](https://markdownregistry.com/a/art_wqtv5zg77mamyol2)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.c5ceec6 latest2026-09-22 c5ceec6 2,311 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (2311 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

docxology/template · 20 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_wqtv5zg77mamyol2
GET https://markdownregistry.com/api/v1/resolve?ref=docxology/template/infrastructure/formal_contracts/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/c07c0cc0bbfc90ba17be7a999ff9041d9b2b2f1f2e9b0c6c4c2c67e29a4c8d1e

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from docxology/template

AGENTS.md@.agents agents
docxology/template · .agents/AGENTS.md
git:20260829.b2727a9 · audit A · 20 stars
AGENTS.md@.agents/skills agents
docxology/template · .agents/skills/AGENTS.md
git:20260829.b2727a9 · audit A · 20 stars
advanced-evaluation skill
docxology/template · .agents/skills/advanced-evaluation/SKILL.md · This skill should be used for advanced LLM evaluation: LLM-as-judge systems, direct scoring, pairwise comparison…
git:20260713.397aa15 · audit A · 20 stars
bdi-mental-states skill
docxology/template · .agents/skills/bdi-mental-states/SKILL.md · This skill should be used when modeling agent mental states with BDI concepts: beliefs, desires, intentions…
git:20260713.397aa15 · audit A · 20 stars
context-compression skill
docxology/template · .agents/skills/context-compression/SKILL.md · This skill should be used when long-running agent sessions need context compression, structured summarization…
git:20260713.397aa15 · audit A · 20 stars
context-degradation skill
docxology/template · .agents/skills/context-degradation/SKILL.md · This skill should be used for diagnosing and mitigating context degradation: lost-in-middle failures, context…
git:20260713.397aa15 · audit A · 20 stars
context-fundamentals skill
docxology/template · .agents/skills/context-fundamentals/SKILL.md · This skill should be used to explain or reason about the foundational concepts of context engineering: what context is…
git:20260713.397aa15 · audit A · 20 stars
context-optimization skill
docxology/template · .agents/skills/context-optimization/SKILL.md · This skill should be used for improving context efficiency: context budgeting, observation masking, prefix or KV-cache…
git:20260713.397aa15 · audit A · 20 stars
evaluation skill
docxology/template · .agents/skills/evaluation/SKILL.md · This skill should be used when building agent evaluation systems: deterministic checks, regression suites…
git:20260713.397aa15 · audit A · 20 stars
filesystem-context skill
docxology/template · .agents/skills/filesystem-context/SKILL.md · This skill should be used when agent work needs file-backed context: durable scratchpads, tool-output offloading…
git:20260713.397aa15 · audit A · 20 stars
harness-engineering skill
docxology/template · .agents/skills/harness-engineering/SKILL.md · This skill should be used when designing autonomous agent harnesses: research loops, evaluation scaffolds, locked and…
git:20260713.397aa15 · audit A · 20 stars
hosted-agents skill
docxology/template · .agents/skills/hosted-agents/SKILL.md · This skill should be used when designing hosted or background agent infrastructure: sandboxed execution, remote coding…
git:20260713.397aa15 · audit A · 20 stars

Every file in docxology/template

Browse by kind, by grade A, or by owner.