Home / ahundt / autorun · plugins/autorun/src/autorun/installer/AGENTS.md · GitHub

AGENTS.md@plugins/autorun/src/autorun/installer agentsA

AGENTS.md@plugins/autorun/src/autorun/installer is agent-read markdown (agents) from ahundt/autorun.

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

# The installer

`CLAUDE.md`/`GEMINI.md` are symlinks here. Edit this file.

## One idea

**Status, dry run, install, uninstall, prune are one traversal, three modes.**
All ask: what is here, is it ours, does it match what we ship?

| Mode | Effect |
|---|---|
| `PREVIEW` | prints, writes nothing. Status *is* dry run |
| `INSTALL` | acts on `PUBLISH` and `RETIRE` |
| `UNINSTALL` | same walk, sources dropped, so all `RETIRE` |

`decide()` takes `source: Path \| None`; `None` is the retirement question, not a
special case. Mode does not decide scope: `decide(plugin=...)` and `fs.owns` do,
so `--uninstall pdf-extractor` cannot touch autorun's trees.

## Three rules

1. **Only `fs` mutates:** `publish_tree`, `publish_files`, `withdrawn`,
   `withdraw_files`, `json_document`. Each records a manifest, so an
   unidentifiable tree cannot be created.
2. **Steps yield `Intent`s and touch no disk.** That is why no `dry_run` parameter
   is threaded anywhere.
3. **Harness differences are data.** Nothing in `traversal.py` names a harness.

## Who owns which question

| Question | Owner. Never re-derive elsewhere |
|---|---|
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ahundt/autorun/plugins/autorun/src/autorun/installer/AGENTS.md@git:20260822.59977e8
Exact content
mdr add ahundt/autorun/plugins/autorun/src/autorun/installer/AGENTS.md@sha256:c8319fd9d0a35afe

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260822.59977e8 latest2026-08-22 59977e8 10,296 BA view · diff
git:20260816.458ba692026-08-16 458ba69 9,291 BA view · diff
git:20260816.2dda0142026-08-16 2dda014 8,735 BA view · diff
git:20260816.f1daa102026-08-16 f1daa10 8,492 BA view · diff
git:20260816.2815b912026-08-16 2815b91 9,352 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 (10296 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

ahundt/autorun · 12 stars · license NOASSERTION · pushed 2026-09-17 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_53ccc5om6lbygyps
GET https://markdownregistry.com/api/v1/resolve?ref=ahundt/autorun/plugins/autorun/src/autorun/installer/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/c8319fd9d0a35afe75e73b189ca402634d286faf51c644516cc9ac049c73000a

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 ahundt/autorun

autorun-maintainer skill
ahundt/autorun · .agents/skills/autorun-maintainer/SKILL.md · Expertise in maintaining, debugging, and deploying the autorun hook system across Claude Code, Codex CLI, Gemini-family…
git:20260816.82c264e · audit A · 12 stars
AGENTS.md agents
ahundt/autorun · AGENTS.md
git:20260907.2c215ea · audit A · 12 stars
CLAUDE.md claude
ahundt/autorun · CLAUDE.md
git:20260727.9b75cd9 · audit B · 12 stars
ar skill
ahundt/autorun · plugins/autorun/.codex-plugin/skills/ar/SKILL.md · autorun control commands, stated as prose after $ar: status; allow/justify/find file-creation policy…
git:20260815.2807be5 · audit A · 12 stars
AGENTS.md@plugins/autorun agents
ahundt/autorun · plugins/autorun/AGENTS.md
git:20260818.85c8a47 · audit A · 12 stars
CLAUDE.md@plugins/autorun claude
ahundt/autorun · plugins/autorun/CLAUDE.md
git:20260805.124c64e · audit B · 12 stars
ai-skill-builder skill
ahundt/autorun · plugins/autorun/skills/ai-skill-builder/SKILL.md · Guides creation, audit, and improvement of portable Agent Skills using the shared
v1.3.0 · audit A · 12 stars
cache skill
ahundt/autorun · plugins/autorun/skills/cache/SKILL.md · Use this skill when the user asks to "enable cache protection", "block on cache miss", "avoid cache expiration cost"…
git:20260816.82c264e · audit A · 12 stars
cli-demo-recorder skill
ahundt/autorun · plugins/autorun/skills/cli-demo-recorder/SKILL.md · Create demo videos for CLI and TUI tools. Use when user asks to "record a demo",
v5.1.0 · audit A · 12 stars
commit skill
ahundt/autorun · plugins/autorun/skills/commit/SKILL.md · Use before writing any git commit message or reviewing one, and when the user asks for "commit requirements", "commit…
git:20260816.da968ed · audit A · 12 stars
function-signature-and-parameter-guidance skill
ahundt/autorun · plugins/autorun/skills/function-signature-and-parameter-guidance/SKILL.md · Design and review caller-facing names and contracts: functions, tools, commands, CLI flags, parameters, config keys…
git:20260816.05745f8 · audit A · 12 stars
marketplace-test skill
ahundt/autorun · plugins/autorun/skills/marketplace-test/SKILL.md · Use when the user asks to "test the marketplace plugins", "run marketplace tests", "check every installed plugin", or…
git:20260816.640f782 · audit A · 12 stars

Every file in ahundt/autorun

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