AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from notactuallytreyanastasio/deciduous.

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

# Project Instructions for OpenCode

> This file was converted from CLAUDE.md. OpenCode uses AGENTS.md for project instructions.
> See: https://opencode.ai/docs/rules/

# Deciduous - Decision Graph Tooling

Decision graph tooling for AI-assisted development. Track every goal, decision, and outcome. Survive context loss. Query your reasoning.

---

## The Two Modes

Every system has two stories:

| Mode | Question | Skill |
|------|----------|-------|
| **Now** | "How does this work?" | `/pulse` |
| **History** | "How did we get here?" | `/narratives` → `/archaeology` |

**Now mode** maps current design as decisions. **History mode** captures evolution and pivots.

---

## Skills Overview

### /pulse - Map Current Design

Take the pulse of a system - what decisions define how it works TODAY.

```bash
# Start with a goal
deciduous add goal "API rate limiting behavior" -c 90

# Map options (possible approaches from the goal)
deciduous add option "Identify users by auth token" -c 85
deciduous link 1 2 -r "possible_approach"

deciduous add option "Use IP-based rate limiting" -c 85
deciduous link 1 3 -r "possible_approach"
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add notactuallytreyanastasio/deciduous/AGENTS.md@git:20260918.003f6f3
Exact content
mdr add notactuallytreyanastasio/deciduous/AGENTS.md@sha256:4ada71bc3fa04709

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_kokat3zzffnvxnty.svg)](https://markdownregistry.com/a/art_kokat3zzffnvxnty)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.003f6f3 latest2026-09-18 003f6f3 28,136 BA view · diff
git:20260903.47b71e62026-09-03 47b71e6 27,980 BA view · diff
git:20260220.23507c52026-02-20 23507c5 27,920 BA view · diff
git:20260206.0031df42026-02-06 0031df4 22,183 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 (28136 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

notactuallytreyanastasio/deciduous · 161 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_kokat3zzffnvxnty
GET https://markdownregistry.com/api/v1/resolve?ref=notactuallytreyanastasio/deciduous/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/4ada71bc3fa047095aacdb483c246109a412dc1094094a5a9dde5865d4455aba

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 notactuallytreyanastasio/deciduous

archaeology skill
notactuallytreyanastasio/deciduous · .opencode/skills/archaeology/SKILL.md · Transform narratives into a queryable decision graph
git:20260408.c06a5da · audit A · 161 stars
narratives skill
notactuallytreyanastasio/deciduous · .opencode/skills/narratives/SKILL.md · Understand how a system evolved - narratives are the source of truth
git:20260408.c06a5da · audit A · 161 stars
pulse skill
notactuallytreyanastasio/deciduous · .opencode/skills/pulse/SKILL.md · Map the current model as decisions - no history, just now
git:20260408.c06a5da · audit A · 161 stars
CLAUDE.md claude
notactuallytreyanastasio/deciduous · CLAUDE.md
git:20260923.d204014 · audit A · 161 stars

Every file in notactuallytreyanastasio/deciduous

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

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