CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) 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

# 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"
```

**Output:** Decision tree of the current model (goal -> options -> decisions).

### /narratives - Understand Evolution

Understand how the system evolved. Narratives are conceptual, not tied to commits.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add notactuallytreyanastasio/deciduous/CLAUDE.md@git:20260923.d204014
Exact content
mdr add notactuallytreyanastasio/deciduous/CLAUDE.md@sha256:fe8cb4310c654abc

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.d204014 latest2026-09-23 d204014 28,981 BA view · diff
git:20260918.003f6f32026-09-18 003f6f3 29,505 BA view · diff
git:20260903.a021aa12026-09-03 a021aa1 29,343 BA view · diff
git:20260408.c06a5da2026-04-08 c06a5da 29,288 BA view · diff
git:20260408.236c8c52026-04-08 236c8c5 29,546 BA view · diff
git:20260323.add19782026-03-23 add1978 29,152 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 (28981 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_ohgijpjzqq6kjkop
GET https://markdownregistry.com/api/v1/resolve?ref=notactuallytreyanastasio/deciduous/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/fe8cb4310c654abc018ad26156133d008afdac3de9c6af9d613563813d806fd6

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
AGENTS.md agents
notactuallytreyanastasio/deciduous · AGENTS.md
git:20260918.003f6f3 · audit A · 161 stars

Every file in notactuallytreyanastasio/deciduous

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

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